get https://api.freewheel.tv/services/v4/airings
Retrieve schedules from your own network, the MRM User Interface (UI), or the MRM Ad Server (ADS).
Error Codes
Error Code | Error Message | Trigger | Trigger Description |
---|---|---|---|
404 | "The request lacks an airing_external_id." | AiringID Missing | The API call does not include an airing_external_id . |
404 | "The airing (airingExternalID: {airing_external_id}) is unknown." | AiringID does not exist | The API call includes an airing_external_id but it does not exist in your network. |
404 | "The airing (airingExternalID: {airing_external_id}) has never been pushed to Ad Server." | Ad Server schedule_version does not exist | The API call specifiesschedule_version="adserver" but the airing schedule has not been pushed to the ad server. |
404 | "The airing (airingExternalID: {airing_external_id}) is not ACTIVE" | Airing is inactive | The API call includes an airing_external_id but the airing is inactive. |