Docs

Get Activities Run Of Show

GET /Activities/run-of-show

GET/Activities/run-of-show

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Returns every activity on the event that has at least one run-of-show segment, suitable for building a consolidated run-of-show view. This endpoint is scoped to the whole event — it takes no query parameters; visibility is filtered by your permissions.

Requires EventBasicAccess on the event. Non-admins only see run-of-show activities for collaborators/areas they can read.

Response

Returns an array of activity summaries. Each item includes:

FieldTypeDescription
idGuidUnique identifier for the activity.
typestringActivity type: `Activity` or `TimeFrame`.
namestringDisplay name of the activity.
startDateTimeDateTimeActivity start time (UTC).
endDateTimeDateTimeActivity end time (UTC).
isAllDayboolWhether this is an all-day activity.