Schedule

Details for schedule resource

Schedules are visible in the API 15 days ahead

The following example shows how the Schedule 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":[
        "hd",
        "new",
        "16x9"
      ],
      "summary":{
        "medium":"Chief Vickery uncovers a key piece of evidence. Meanwhile, Amma bonds with Camille during and after a wild party. Drama, starring Amy Adams",
        "short":"Chief Vickery uncovers a key piece of evidence"
      },
      "asset":{
        "id":"618f4982-7a1b-5aba-a0c6-d41b5237df96",
        "type":"episode",
        "number":6,
        "title":"Cherry",
        "certification":{

        },
        "meta":{
          "episode":"6"
        },
        "category":[
          {
            "code":"movie-drama",
            "name":"Movie/Drama"
          },
          {
            "code":"movie-drama:general",
            "name":"General",
            "dvb":"1000"
          }
        ],
        "attribute":[

        ],
        "summary":{
          "medium":"Chief Vickery uncovers a key piece of evidence. Meanwhile, Amma bonds with Camille during and after a wild party. Drama, starring Amy Adams",
          "short":"Chief Vickery uncovers a key piece of evidence"
        },
        "media":[

        ],
        "related":[
          {
            "type":"season",
            "id":"5b4b703d-de72-5fd3-a634-29d98fa28738",
            "title":"Sharp Objects Season 1",
            "number":1,
            "media":[

            ]
          },
          {
            "type":"series",
            "id":"3c3cf47b-f1e4-51cd-a40a-7912976cc757",
            "title":"Sharp Objects",
            "media":[

            ]
          }
        ],
        "link":[

        ]
      }
    },
    {
      "id":"8cc63911-dac8-4a93-b211-77d64c8a23b2",
      "title":"Boardwalk Empire",
      "dateTime":"2018-08-13T02:05:00.000Z",
      "duration":65,
      "certification":{

      },
      "meta":{

      },
      "attribute":[
        "hd",
        "audio-description",
        "surround-sound",
        "16x9",
        "repeat",
        "subtitles"
      ],
      "summary":{
        "long":"Nucky is in Florida on business and is reluctant to invest in a Tampa land deal engineered by bootlegger Bill McCoy, but changes his mind after bonding with speakeasy owner Sally Wheet. Back in Atlantic City, Chalky White is smitten with beautiful jazz singer Daughter Maitland after Narcisse books her to perform at the Onyx Club and Gillian agrees to pose as Phillips' wife to impress a potential partner. Guest starring Patricia Arquette",
        "medium":"Nucky is in Florida on business and has reservations about investing in a Tampa land deal until he bonds with speakeasy owner Sally Wheet. Guest starring Patricia Arquette",
        "short":"Nucky has reservations about investing in a Tampa land deal"
      },
      "asset":{
        "id":"29f4438b-0528-5b9f-901f-fcd9e8b5fd33",
        "type":"episode",
        "number":3,
        "title":"Acres of Diamonds",
        "certification":{

        },
        "meta":{
          "episode":"3"
        },
        "category":[
          {
            "code":"movie-drama",
            "name":"Movie/Drama"
          },
          {
            "code":"movie-drama:general",
            "name":"General",
            "dvb":"1000"
          }
        ],
        "attribute":[

        ],
        "summary":{
          "long":"Nucky is in Florida on business and is reluctant to invest in a Tampa land deal engineered by bootlegger Bill McCoy, but changes his mind after bonding with speakeasy owner Sally Wheet. Back in Atlantic City, Chalky White is smitten with beautiful jazz singer Daughter Maitland after Narcisse books her to perform at the Onyx Club and Gillian agrees to pose as Phillips' wife to impress a potential partner. Guest starring Patricia Arquette",
          "medium":"Nucky is in Florida on business and has reservations about investing in a Tampa land deal until he bonds with speakeasy owner Sally Wheet. Guest starring Patricia Arquette",
          "short":"Nucky has reservations about investing in a Tampa land deal"
        },
        "media":[

        ],
        "related":[
          {
            "type":"season",
            "id":"f0896e58-efc9-55ba-9b97-292404ad5419",
            "title":"Boardwalk Empire Season 4",
            "number":4,
            "media":[

            ]
          },
          {
            "type":"series",
            "id":"05a621d2-f8d7-5104-8438-ee39db913170",
            "title":"Boardwalk Empire",
            "media":[

            ]
          }
        ],
        "link":[
          {
            "rel":"contributor",
            "href":"https://tv.api.pressassociation.io/v2/asset/29f4438b-0528-5b9f-901f-fcd9e8b5fd33/contributor"
          }
        ]
      }
    }
  ]
}

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{
"bbfc": "12"
}
The certifications for the showing.
attributeAttributeA collection of attributes attached to the schedule, see data dictionary for reference.
metaMetaA collection of meta data around the schedule, see data dictionary for reference.
summaryshort and medium listing for the scheduled event
assetAssetClone of the asset entity scheduled.

πŸ“˜

Schedule Updates

The Channel Resource allows clients to query the API to only return channels whose schedules have updated between a date range.

Please read the Channel Collection documentation for more information.

🚧

v1 to v2

See our Migration section for further information on the changes made to this resource between API v1 and v2


What’s Next