Show Vote
GET {{baseUrl}}/api/v2/help_center/votes/:vote_id
Allowed for
- End users
Sideloads
The following sideloads are supported:
| Name | Will sideload |
|---|---|
| users | authors |
| articles | articles |
| translations | translations of any sideloaded articles |
| posts | posts |
| comments | comments |
Note that you must sideload articles in order to sideload translations.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"vote":{"value":"\u003cinteger\u003e","created_at":"\u003cstring\u003e","id":"\u003cinteger\u003e","item_id":"\u003cinteger\u003e","item_type":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","url":"\u003cstring\u003e","user_id":"\u003cinteger\u003e"}}