Docs

Get Task Statuses

GET /taskStatuses

GET/taskStatuses

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 all task status definitions for the event. Statuses have a state that groups them into workflow stages (e.g. NotStarted, InProgress, Complete).

Requires EventBasicAccess permission on the event.

Response

Returns an array of task statuses.

FieldTypeDescription
idGuidUnique status ID.
namestringDisplay name.
statestringWorkflow state grouping.
iconstringIcon identifier.
colorstringDisplay color.