Docs
Get Schedule Block Types
GET /events/{eventId}/schedule-block-types
GET
/events/{eventId}/schedule-block-typesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Returns all schedule block types configured for the event. These types categorize schedule blocks on procurement resources (e.g. "Load-in", "Show", "Load-out").
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| eventId | Guid | Required | The ID of the event. Uses `{{eventId}}` from your environment. |
Response
Returns an array of schedule block type objects.
| Field | Type | Description |
|---|---|---|
| id | Guid | Schedule block type ID. |
| name | string | Internal name. |
| label | string| null | Display label shown in the UI. |
| icon | string| null | Icon identifier. |
| color | string| null | Color code for visual distinction. |