Docs

Get Schedule Block Types

GET /events/{eventId}/schedule-block-types

GET/events/{eventId}/schedule-block-types

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
eventIdGuidRequiredThe ID of the event. Uses `{{eventId}}` from your environment.

Response

Returns an array of schedule block type objects.

FieldTypeDescription
idGuidSchedule block type ID.
namestringInternal name.
labelstring| nullDisplay label shown in the UI.
iconstring| nullIcon identifier.
colorstring| nullColor code for visual distinction.