Docs

Get Advances

GET /collaborators/{collaboratorId}/advances

GET/collaborators/{collaboratorId}/advances

Required Tokens

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

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.

Response

Returns an array of advance summary objects.

FieldTypeDescription
idGuidAdvance ID.
namestringAdvance name.
areaobject| nullAssociated area (`{ id, name }`). Null if not area-scoped.
activityobject| nullAssociated activity (`{ id, name, startTime, endTime }`). Null if not activity-scoped.