GET api/v1/mediaschedule?limit={limit}&offset={offset}&airingAfter={airingAfter}&airingBefore={airingBefore}
Retrieve Media Airing Schedule
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
limit |
Number of records to return (from 1 to 500) |
integer |
Default value is 50 |
offset |
Offset by number of records |
integer |
Default value is 0 |
airingAfter |
Return airing schedules after the date and time in ISO 8601 Date Time Offset format ie. 2019-12-31T22:00:00-05:00 for EST |
date |
None. |
airingBefore |
Return airing schedules before the date and time in ISO 8601 Date Time Offset format ie. 2019-12-31T23:00:00-05:00 for EST |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.