curl --request GET \
--url https://api.getcargo.io/v1/revenueOrganization/allocations/{uuid} \
--header 'Authorization: Bearer <token>'{
"allocation": {
"uuid": "<string>",
"memberUuid": "<string>",
"isFallbackMember": true,
"workspaceUuid": "<string>",
"allocatedBy": {
"allocator": "<string>",
"workflowUuid": "<string>",
"workflowNodeUuid": "<string>",
"membersUuids": [
"<string>"
],
"workflowRunUuid": "<string>",
"fallbackMemberUuid": "<string>",
"modelUuid": "<string>",
"recordId": "<string>"
},
"capacityUuid": "<string>",
"recordIds": [
"<string>"
],
"allocatedAt": "<string>",
"syncedAt": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Get an allocation by UUID
curl --request GET \
--url https://api.getcargo.io/v1/revenueOrganization/allocations/{uuid} \
--header 'Authorization: Bearer <token>'{
"allocation": {
"uuid": "<string>",
"memberUuid": "<string>",
"isFallbackMember": true,
"workspaceUuid": "<string>",
"allocatedBy": {
"allocator": "<string>",
"workflowUuid": "<string>",
"workflowNodeUuid": "<string>",
"membersUuids": [
"<string>"
],
"workflowRunUuid": "<string>",
"fallbackMemberUuid": "<string>",
"modelUuid": "<string>",
"recordId": "<string>"
},
"capacityUuid": "<string>",
"recordIds": [
"<string>"
],
"allocatedAt": "<string>",
"syncedAt": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Was this page helpful?