v1
latestOpenAPI 3.0.32026-07-13401683.8 KBSpot Insertions
Returns the spot insertions matching the query parameters.
get/api/v2/spotinsertions
Query parameters
pageStartinteger
The start page of the results to return. The first item is indexed at 0.
pageSizeinteger
The number of items to return. Must be between 0 and 500, inclusive.
orderById'asc' | 'desc'
The sort order of the list of spot insertions, based on ID. If unspecified, the spot insertions are returned in random order. If using paging to iterate through the results, sort order should be specified.
Response
The spot insertions matching the query parameters
Example response
[
{
"cue": "S:000_SPOT",
"startDate": "2020-01-31",
"endDate": "2020-01-31"
}
]