Schedule EPG

Details for a minimal schedule EPG resource

Schedules are visible in the API 15 days ahead

The following example shows how the Schedule EPG property values are identified.

{
  "hasNext":false,
  "total":2,
  "item":[
    {
      "id":"451f0b61-bd49-4af1-b8c0-9327630bd68c",
      "title":"Sharp Objects",
      "dateTime":"2018-08-13T01:00:00.000Z",
      "duration":65,
      "certification":{},
      "meta":{},
      "attribute":[],
      "summary":{},
      "asset":{
        "id":"618f4982-7a1b-5aba-a0c6-d41b5237df96"
      }
    },
    {
      "id":"8cc63911-dac8-4a93-b211-77d64c8a23b2",
      "title":"Boardwalk Empire",
      "dateTime":"2018-08-13T02:05:00.000Z",
      "duration":65,
      "certification":{},
      "meta":{},
      "attribute":[],
      "summary":{},
      "asset":{
        "id":"29f4438b-0528-5b9f-901f-fcd9e8b5fd33"
      }
    }
  ]
}

The table below outlines the possible values exposed in the Schedule

PropertyValue/Example(s)Description
titleBoardwalk EmpireOptional name for the scheduled item.
dateTime2018-08-13T02:05:00.000ZISO DateTime of the scheduled item.
duration60Duration in minutes of the scheduled item.
certification(empty for Schedule EPG)
attribute(empty for Schedule EPG)
meta(empty for Schedule EPG)
summary(empty for Schedule EPG)
assetID of the asset entity scheduled.

What’s Next