Docs
Get Advances
GET /collaborators/{collaboratorId}/advances
GET
/collaborators/{collaboratorId}/advancesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Returns a lightweight list of all advances configured for a collaborator — name, area, and activity only. Use this to list/select advances before fetching full detail.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator. |
Response
Returns an array of advance summary objects.
| Field | Type | Description |
|---|---|---|
| id | Guid | Advance ID. |
| name | string | Advance name. |
| area | object| null | Associated area (`{ id, name }`). Null if not area-scoped. |
| activity | object| null | Associated activity (`{ id, name, startTime, endTime }`). Null if not activity-scoped. |