REST v1-Slots CRUD-Virtual-Channel

Number of APIs: 5

  1. Get all programs scheduled on a Virtual Channel service GET {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{id}/slots?offset=&limit=

  2. Get a program scheduled on a Virtual Channel service by id GET {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots/{id}

  3. Schedule an ad break on a Virtual Channel service POST {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots

  4. Update an ad-break scheduled on a Virtual Channel service PUT {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots/{id}

  5. Delete a scheduled program from a Virtual Channel service DELETE {{API_SCHEME}}://{{API_ROOT}}/services/virtual-channel/{serviceId}/slots/{id}