REST v1-Slots CRUD-Virtual-Channel
Number of APIs: 5
-
Get all programs scheduled on a Virtual Channel service GET {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{id}/slots?offset=&limit=
-
Get a program scheduled on a Virtual Channel service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots/{id}
-
Schedule an ad break on a Virtual Channel service POST {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots
-
Update an ad-break scheduled on a Virtual Channel service PUT {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots/{id}
-
Delete a scheduled program from a Virtual Channel service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots/{id}