Docs

Get Activity Resources

GET /Activities/{activityId}/resources

GET/Activities/{activityId}/resources

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 procurement resources associated with the activity — the physical/rented assets and their fulfillment state. Each resource carries its procurement, resource type, owning collaborator, quantities, order lines, requests, and any schedule blocks (time windows) tied to it.

Requires EventBasicAccess on the event.

Path Parameters

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity.

Response

Returns an array of resources. Each resource includes:

FieldTypeDescription
idGuidResource ID.
statusstringFulfillment status of the resource.
quantityintQuantity required.
startDateTimeDateTimeOffsetResource window start, if set.
endDateTimeDateTimeOffsetResource window end, if set.
procurementobjectOwning procurement (id, name, description, status).
typeobjectResource type (id, label, icon, lineItemLabel).
collaboratorobjectOwning collaborator (id, name).
subAssetsarraySub-assets and their properties.
propertiesarrayResource property values (id, templatePropertyId, value).
orderLinesarrayOrder lines fulfilling the resource (id, orderId, orderName, quantity).
requestsarrayLinked request IDs.
scheduleBlocksarraySchedule blocks for the resource (id, type, name, start/end, area, collaborator, notes, requests).