v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBList slot sections
Returns list of Slot Sections (a.k.a. frames) for given Slot. In case sections are needed from certain index, please provide that index as from cursor in paging object.
Path parameters
Team's sluggified name
'ID' of the Slot to identify it within the Item. It's recommended to use numeric values satarting with 1.
'ID' of the Slot to identify it within the Item. It's recommended to use numeric values satarting with 1.
Query parameters
Defines how many items matching filters need to be skipped before returning result. Default value is 0.
Defines max number of items to return on single page. Default value is 500.
Page cursor on which to end the page. Page cursor consist of list of values that ends with UUID or integer
Page cursor from which to start the page. Page cursor consist of list of values that ends with UUID or integer
Response
DatasetsV2.ItemManagement.ListSlotSectionsResponse
Example response
{
"page": {
"count": 500,
"next": "2020-01-13 00:00:00,EB03745E-6A66-4BA0-802D-DE8785ABFFFE",
"previous": "2020-01-13 00:00:00,EB03745E-6A66-4BA0-802D-DE8785ABFFFE"
},
"slot_sections": [
{
"height": 1080,
"hq_url": "https://darwin-production-data.s3.eu-west-1.amazonaws.com/some-file.jpg?X-Amz-Signature=f0aa21e3d89ba4e7a7108eaf9873566ee5e0e3823bc5862fd3b0b9f1f44d15ac&X-Amz-Algorithm=AWS4-HMAC-SHA256",
"lq_url": "https://darwin-production-data.s3.eu-west-1.amazonaws.com/some-file.jpg?X-Amz-Signature=f0aa21e3d89ba4e7a7108eaf9873566ee5e0e3823bc5862fd3b0b9f1f44d15ac&X-Amz-Algorithm=AWS4-HMAC-SHA256",
"section_index": 1,
"width": 1920
}
]
}