Docs
Get Phases
GET /phases
GET
/phasesRequired 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 all phases defined for the event. Phases are used to group tasks into time-bounded stages of work.
Requires EventProjectManagementAdmin permission on the event.
Response
Returns an array of phases.
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique phase ID. |
| name | string | Phase display name. |
| startDateTime | DateTime| null | Phase start date, if set. |
| endDateTime | DateTime| null | Phase end date, if set. |