v1

latestOpenAPI 3.0.32026-07-13401683.8 KB
Segments

Returns the segment matching the given ID.

get/api/v2/segments/{id}

Response

The segment with the given ID.

idinteger

The unique ID of the segment. Generated at creation.

episodeIdinteger required

The ID of the episode that owns the segment.

segmentNumberinteger required

The number of the segment in the episode, starting with 1.

inCuestring

The in-cue copy that signals the start of the segment to a board operator.

outCuestring

The out-cue copy that signals the end of the segment to a board operator.

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.

lengthinteger

The length (duration) of the segment in seconds.

channelsinteger

The number of audio channels in the segment. Generated at creation.

fileSizeinteger

The size of the audio content file in bytes. Generated at creation.

fileNamestring

The name of the audio content file. Generated at creation.

originalFileNamestring

The original name of the audio content file.