Get an image
GET
/image/{id}
Parameters
Path Parameters
id*
Type
Requiredinteger
Format
"int64"Minimum
1Responses
Image metadata and current tags
application/json
JSON "error": "string", "data": { "id": 0, "text": "string", "rating": "string", "imageUrl": "string", "imageKey": "string", "createdAt": "string", "userIdentifier": { "id": 0, "createdAt": "string", "username": "string" }, "currentVersionId": 0, "version": 0, "tags": [ { "id": 0, "name": "string" } ] }
{
}