v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBAllocations
Retrieve an allocation
Returns an allocation by the specified Id.
get/analytics/v1/allocations/{id}
Path parameters
idstring required
Allocation ID
Response
OK - Allocation returned.
Example response
{
"rule": {
"formula": "A AND B"
},
"rules": [
{
"formula": "A AND B"
}
],
"folderId": "root"
}