List External Airing IDs

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 CodeError MessageTriggerTrigger Description
400"The request lacks date field."Date MissingThe API call does not include the date field.
400"The date XX is invalid."Invalid DateThe API call includes a date, but it is invalid.
400"The request lacks channel_external_id field."Channel External ID MissingThe 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 IDThe API call includes a channel_external_id, but it does not exist.
400"The request lacks version field."Version MissingThe API call does not include the version field.
400"The version {version} is not UI or ADSERVER."Invalid VersionThe API call includes a version, but it is invalid.
400"The perPage {perPage} cannot over 1000."Invalid perPage SizeThe API call includes a pagination, but the perPage size exceeds the maximum limit.
400"The pagination {pagination} is invalid."Invalid PaginationThe API call includes a pagination, but it is invalid.
Language