Fetch transcoder's schedules

GET {{baseUrl}}/transcoders/:id/schedules

This operation shows the details of all of the schedules for a specific transcoder.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"schedules":[{"action_type":"start_stop","created_at":"2020-01-29T17:16:21.995Z","end_repeat":"1951-04-07","id":"vhB0jSlB","name":"Scheduled start for my camera","recurrence_data":"saturday","recurrence_type":"recur","start_repeat":"1953-01-02","start_transcoder":"2020-02-01T00:00:00.000Z","state":"enabled","stop_transcoder":"2020-02-29T23:59:59.999Z","transcoder_id":"P0NrTP7m","transcoder_name":"My Camera","updated_at":"2020-01-30T16:44:37.995Z"},{"action_type":"start_stop","created_at":"2020-01-29T17:16:21.995Z","end_repeat":"1951-04-29","id":"vhB0jSlB","name":"Scheduled start for my camera","recurrence_data":"saturday","recurrence_type":"recur","start_repeat":"1951-02-21","start_transcoder":"2020-02-01T00:00:00.000Z","state":"enabled","stop_transcoder":"2020-02-29T23:59:59.999Z","transcoder_id":"P0NrTP7m","transcoder_name":"My Camera","updated_at":"2020-01-30T16:44:37.995Z"}]}