v1

latestOpenAPI 3.0.32026-07-13401683.8 KB
Episodes

Returns the episode matching the given ID.

get/api/v2/episodes/{id}

Response

The matching episode.

idinteger

The unique ID of the episode. Generated at creation.

programIdinteger required

The ID of the program that owns this episode.

customerIdinteger

The ID of the customer that owns this programs.

titlestring required

The title of the program.

createdDatestring date-time

The date the segment was created in ISO 8601 format. Generated at creation.

lastModifiedDatestring date-time

The date the segment was last modified/updated in ISO 8601 format. Automatically updated on any write operation.

beginAirDatestring date-time required

The date the air window opens for the episode in ISO 8601 format.

endAirDatestring date-time required

The date the air window closes for the episode in ISO 8601 format.

beginTransmissionDatestring date-time

The date the live stream begins for the episode in ISO 8601 format. Only set for live and LWSF episodes.

endTransmissionDatestring date-time

The date the live stream ends for the episode in ISO 8601 format. Only set for live and LWSF episodes.