GET
/
api
/
v1
/
vote_users
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "cardId": "<string>"
  },
  "hasVoted": true,
  "alias": "<string>"
}

Path Parameters

id
string
required

VoteUser identifier

Response

200
application/ld+json

VoteUser resource