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
|
| The session is missing a thumbnail. |
404
|
| Could not find session with the provided id. |