list_breaks
Returns a list of scheduled breaks.
This endpoint is only applicable for breaks scheduled in the future when the future_timecodes parameter has been enabled.
Sample request:
POST /list_breaks HTTP/1.1
Sample response:
{
"breaks": [{
"age": 19,
"id": 2,
"timecode": "01:01:45;00",
"type": 5,
"type_str": "content start"
}, {
"age": 27,
"id": 1,
"timecode": "01:01:50;00",
"type": 5,
"type_str": "content start"
}
],
"error": 0
}