# Get information about an image voting entry **GET /Api/ImageVotingEntries/{id}** Requires verified email; Requires one of the following permissions: ImageVotings.ViewImageVotingEntry, ImageVotings.ViewActiveImageVotingEntry; Requires the following features to be enabled: ImageVotings ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Authentication methods - Token ## Parameters ### Path parameters - **id** (integer(int32)) ## Responses ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **Additional properties:** () ### 200 Success #### Body: application/json (object) - **id** (integer(int32)) - **title** (string | null) - **imageUrl** (string | null) - **userId** (string(uuid) | null) - **user** (object) - **imageVotingId** (integer(int32)) - **canChoose** (boolean | null) - **chosen** (boolean | null) - **incrementType** (string | null) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **Additional properties are NOT allowed** () ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)