Get a list of image votings
Requires verified email; Requires one of the following permissions: ImageVotings.IndexImageVotings, ImageVotings.IndexActiveImageVotings; Requires the following features to be enabled: ImageVotings
GET
/Api/ImageVotings
curl \
-X GET https://app.lovassy.hu/Api/ImageVotings \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 42,
"name": "string",
"description": "string",
"type": "string",
"active": true,
"showUploaderInfo": true,
"uploaderUserGroupId": 42,
"bannedUserGroupId": 42,
"maxUploadsPerUser": 42,
"superIncrementAllowed": true,
"superIncrementValue": 42,
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]