Docs
Get Activities Run Of Show
GET /Activities/run-of-show
GET
/Activities/run-of-showRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **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:
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique identifier for the activity. |
| type | string | Activity type: `Activity` or `TimeFrame`. |
| name | string | Display name of the activity. |
| startDateTime | DateTime | Activity start time (UTC). |
| endDateTime | DateTime | Activity end time (UTC). |
| isAllDay | bool | Whether this is an all-day activity. |