Get a list of all image voting entries
Requires verified email; Requires one of the following permissions: ImageVotings.IndexImageVotingEntries, ImageVotings.IndexActiveImageVotingEntries; Requires the following features to be enabled: ImageVotings
GET
/Api/ImageVotingEntries
curl \
-X GET https://app.lovassy.hu/Api/ImageVotingEntries \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 42,
"title": "string",
"imageUrl": "string",
"userId": "string",
"user": {
"name": "string",
"realName": "string",
"class": "string"
},
"imageVotingId": 42,
"canChoose": true,
"chosen": true,
"incrementType": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]