Returns the image of the entity with the specified id.

<Check title="Required Permissions" icon="key">Allows unauthenticated access.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entityNamestringRequiredformat: "^[A-Za-z]*$"
entityIdstringRequiredformat: "uuid"

Query parameters

widthdoubleOptional
heightdoubleOptional
cropbooleanOptional

Response

OK

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error