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
| Property | Value/Example(s) | Description |
|---|---|---|
| title | Boardwalk Empire | Optional name for the scheduled item. |
| dateTime | 2018-08-13T02:05:00.000Z | ISO DateTime of the scheduled item. |
| duration | 60 | Duration 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) | |
| asset | ID of the asset entity scheduled. |
Updated 13 days ago
What’s Next