V3 > Thumbnail
List thumbnails.
Get a paginated list of thumbnails associated with the provided media, this list includes:
- image
- waveform image
- waveform JSON
- audio file
- frames matrix (10x10, simple)
- frames line
- frames matrix (very detailed)
- frames matrix (shot boundaries)
- high quality thumbnail
get/2/vod/media/{media}/thumbnails
Path parameters
mediastring required
Query parameters
return'total'
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
pageinteger
Optional parameter that define the page number<br /> Part of the pagination capacity
per_pageinteger
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Response
OK
Example response
{
"result": "success",
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}