Docs

Get Procurements

GET /procurements

GET/procurements

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Returns all procurements for the event, each with their resources and resource details.

Response

Returns an array of procurement objects.

FieldTypeDescription
idGuidProcurement ID.
namestringProcurement name.
descriptionstringDescription.
statusstringCurrent procurement status.
resourcesResource[]Resources associated with this procurement.
resources[].idGuidResource ID.
resources[].statusstringResource status.
resources[].quantityintQuantity.
resources[].typeobjectResource type (`{ id, label, icon, lineItemLabel }`).
resources[].subAssetsSubAsset[]Sub-assets, each with their own `properties` array (`{ id, templatePropertyId, value }`).
resources[].propertiesProperty[]Resource-level properties (`{ id, templatePropertyId, value }`).