Skip to main content

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",
"message":"Thumbnail not found", "httpStatusCode":404}

The session is missing a thumbnail.

404
{"code":"040002", "name":"SessionNotFound",
"message":"Session not found", "httpStatusCode":404}

Could not find session with the provided id.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.