Skip to main content
POST
/
api
/
v1
/
vote_users
{
  "@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>"
}

Body

vote
string<iri-reference> | null
Example:
user
string<iri-reference>
Example:
voteCollection
string<iri-reference>
Example:

Response

@context
@id
string
@type
string
id
integer
user
object
hasVoted
boolean
alias
string | null