If you are interested in a list of channels that have had there schedule updated you can filter by the following query params.

  • scheduleStart
  • scheduleEnd
  • scheduleUpdatedSince

adding these query params will filter the channel collection to only return channels that have been updated within the given range, updatedSince stores the state of your previous call.

Example Usage: Every 10 minutes get me the channels that have updated schedules for the next 2 weeks.

/channel?platform={uuid}&scheduleStart={today}&scheduleEnd={today + 2 weeks}&updatedSince={10 minutes ago}

Also please note epg numbers are only exposed when a platform and region are passed to the query.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!