Get Thumbnail Image for a Session
Retrieves the thumbnail image for the specified session. Responds with the thumbnail for the first track.
Authorizations: Sessions - VIEW
Requests
GET /apis/sessions/:sessionId/thumbnail |
Response
Success
Thumbnail in JPEG format. |
Error
Code | Payload | Description |
---|---|---|
404 | {"code":"040011", "name":"ThumbnailNotFound", | The session is missing a thumbnail. |
404 | {"code":"040002", "name":"SessionNotFound", | Could not find session with the provided id. |