Skip to main content

Get vote status for current user and submission

GET 

/vote/:submissionId

Get vote status for current user and submission

Request

Path Parameters

    submissionId submissionIdrequired

    The ID of the submission to get the vote status for

Responses

Successful response

Schema

    submissionId string
    userId string
    value number
Loading...