Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{tenant}.getomneo.com/api/v3/allocations
{ "data": [ { "id": 123, "external_id": "<string>", "definition_id": 123, "definition_type": "<string>", "name": "<string>", "allocated_at": "<string>", "valid_from": "<string>", "valid_to": "<string>", "value": "<string>", "code": "<string>", "meta": [ "<unknown>" ], "created_at": "<string>", "updated_at": "<string>" } ] }
A GET to the /allocations endpoint allows your application to retrieve allocations.
GET
/allocations
Array of Allocation
Allocation
Show child attributes