List all images of an image voting

GET /Api/ImageVotingEntryImages

Requires verified email; Requires one of the following permissions: ImageVotings.IndexOwnImageVotingEntryImages, ImageVotings.IndexImageVotingEntryImages

Query parameters

Responses

GET /Api/ImageVotingEntryImages
curl \
 -X GET https://app.lovassy.hu/Api/ImageVotingEntryImages \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (200)
[
  {
    "id": 42,
    "filename": "string",
    "originalFilename": "string",
    "mimeType": "string",
    "path": "string",
    "userId": "string",
    "url": "string",
    "createdAt": "2024-05-04T09:42:00+00:00",
    "updatedAt": "2024-05-04T09:42:00+00:00"
  }
]