Docs

Get Activity Advances

GET /Activities/{activityId}/advances

GET/Activities/{activityId}/advances

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 the advances linked to the activity, including each advance's collaborator and area context, its answered questions, and its resource requests (with approval status and properties). Use this to surface what has been advanced for a given activity.

Requires EventBasicAccess on the event.

Path Parameters

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity.

Response

Returns an array of advances. Each advance includes:

FieldTypeDescription
idGuidAdvance ID.
namestringAdvance name.
collaboratorobjectThe collaborator the advance belongs to (id, name, contacts).
areaobjectThe area the advance belongs to (id, name).
questionsarrayAnswered advance questions (id, advanceModuleId, moduleTemplateBlockId, questionTemplateId, value).
requestsarrayResource requests on the advance, including `advanceApproved` / `resourceApproved` flags, the linked `resource`, and request properties.