get https://api.freewheel.tv/services/v4/airings_basic_info
List all external airing IDs for a specified channel on a given day.
To use this API, enable HyLDA > Airing Basic Info > Collection - Get for applicable users in your network's API permissions.
Error Codes
Error Code | Error Message | Trigger | Trigger Description |
---|---|---|---|
400 | "The request lacks date field." | Date Missing | The API call does not include the date field. |
400 | "The date XX is invalid." | Invalid Date | The API call includes a date , but it is invalid. |
400 | "The request lacks channel_external_id field." | Channel External ID Missing | The API call does not include the channel_external_id field. |
400 | "Validation Error: The channel_external_id :{channel_external_id} does not exist." | Invalid Channel External ID | The API call includes a channel_external_id , but it does not exist. |
400 | "The request lacks version field." | Version Missing | The API call does not include the version field. |
400 | "The version {version} is not UI or ADSERVER ." | Invalid Version | The API call includes a version , but it is invalid. |
400 | "The perPage {perPage} cannot over 1000." | Invalid perPage Size | The API call includes a pagination, but the perPage size exceeds the maximum limit. |
400 | "The pagination {pagination} is invalid." | Invalid Pagination | The API call includes a pagination , but it is invalid. |