Project data
Rundown
The following endpoints allow operations on the rundown of the currently loaded project.
GET Rundown
Allows requesting the full rundown or a optionally a paginated section.
Request
Request Query Params
Response
GET Event with ID
Returns an event data given its ID.
Request
Request Params
Response
POST Event
Adds a new event to the rundown.
Request
Request Body
The endpoint expect the properties of Ontime Event. All properties are optional.
Additionally you can send an after property with the ID of the event after which the element should be added.
If this property is not provided, the event is appended to the end of the rundown.
Response
PUT Event
Patches the contents of an existing event.
Request
Request Body
The endpoint expect a patch object that includes an event ID and any of the properties of Ontime Event.
All properties are optional.
Response
The response contains the event as it is added to the rundown.
DELETE Event
Deletes events given its IDs.
Request
Request Body
Response