Skip to main content
GET
/
v3
/
allocations
Browse Allocations
curl --request GET \
  --url http://localhost/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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page[size]
string

Response

Array of Allocation

data
Allocation · object[]
required