Docs

Get Area Advances

GET /Areas/{areaId}/advances

GET/Areas/{areaId}/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.
Area tokenx-Area-TokenOptionalRun **Get Tokens** with `areaId` set in your environment, or call `GET /Areas/{areaId}/authorize` with your event token.

Returns all advances associated with this area, including collaborator point-of-contact details, linked activity, and the full advance content (questions, requests, and assets).

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
areaIdGuidRequiredThe ID of the area.

Response

Returns an array of advance objects.

Advance Object

FieldTypeDescription
idGuidAdvance ID.
namestringAdvance name.
collaboratorobjectThe collaborator this advance belongs to.
activityobjectThe activity this advance is linked to, if any.
questionsarrayQuestion responses on this advance.
requestsarrayResource requests on this advance.

Collaborator Object

FieldTypeDescription
idGuidCollaborator ID.
namestringCollaborator name.
contactsarrayPoint-of-contact entries for this collaborator.

Contact Object

FieldTypeDescription
idGuidContact ID.
firstNamestringFirst name.
lastNamestringLast name.
titlestringJob title.
emailstringEmail address.
phonestringPhone number.

Activity Object

FieldTypeDescription
idGuidActivity ID.
namestringActivity name.
startTimeDateTimeActivity start time (UTC).
endTimeDateTimeActivity end time (UTC).

Question Object

FieldTypeDescription
idGuidQuestion response ID.
advanceModuleIdGuidID of the advance module this question belongs to.
moduleTemplateBlockIdGuidTemplate block ID.
questionTemplateIdGuidQuestion template ID.
valuestringThe answered value.

Request Object

FieldTypeDescription
idGuidRequest ID.
advanceModuleIdGuidID of the advance module this request belongs to.
moduleTemplateBlockIdGuidTemplate block ID.
requestTemplateIdGuidRequest template ID.
advanceApprovedboolWhether the advance team has approved this request.
resourceApprovedboolWhether the resource team has approved this request.
assetobjectThe asset associated with this request, if any.
propertiesarrayAdditional property values on this request (`id`, `templatePropertyId`, `value`).

Asset Object

FieldTypeDescription
idGuidAsset ID.
typeobjectAsset type definition (id, label, icon, lineItemLabel).
subAssetsarrayChild assets, each with their own `properties` array.
propertiesarrayProperty values on the asset (`id`, `templatePropertyId`, `value`).