List Program Guide Entries

Path Params
string
required

ID of program guide

Query Params
string

Title of the program guide

string

Filter records by created date using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: created_at.gte)

string

Filter by keyword

string
enum

Filter by ascending or descending order

Allowed:
string

Sort on the specified field

integer

Page number to return, with per_page dictating page size

integer

Number of records to return per page

string

Filter records by start_time using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: start_time.gte)

string

Filter records by end_time using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: end_time.gte)

boolean

When true, all results are returned in a single JSON body without pagination. Default false

Responses

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json