Endpoint for interacting with organisations.

Query parameters

name Text filter on the name field. Filter methods like startswith, endswith and contains are supported. For case-insensitive filtering, use istartswith, iendswith and icontains.

uuid UUIDs must be separated by commas and must be specified in their canonical textual representation (in their 8-4-4-4-12 form, that is). Filtering on this field is always case insensitive. UUID fractions are supported too.

Subendpoints

/api/v4/organisations/{uuid}/contract returns contract information of the organisation. Only accessible by members of the organisation.

/api/v4/organisations/{uuid}/usage/ returns the count and total size of time series, rasters and scenarios for a specific organisation. Only accessible by members of the organisation.

/api/v4/organisations/{uuid}/users/ returns all users in the specified organisation and their roles. Only accessible by members of the organisation. User roles may be patched by managers.

Examples

/api/v4/organisations/?name__icontains=schuur

/api/v4/organisations/?uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

/api/v4/organisations/?uuid=C350-44C1-9BC7,9C6C-40A9-A5FC

/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/contract/

/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/usage/

/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/users/
GET /api/v4/organisations/?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 305,
    "next": "https://demo.lizard.net/api/v4/organisations/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/organisations/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/organisations/205c455b-f805-46e8-8e6b-9007c08b5af8/?format=api",
            "uuid": "205c455b-f805-46e8-8e6b-9007c08b5af8",
            "name": "Demo E-Water"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/5320a36b-6150-49b2-9b15-f6a2daf0f5c8/?format=api",
            "uuid": "5320a36b-6150-49b2-9b15-f6a2daf0f5c8",
            "name": "Demo ESRI"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/87b8d584-1248-4925-9dc2-6854de8cd1e5/?format=api",
            "uuid": "87b8d584-1248-4925-9dc2-6854de8cd1e5",
            "name": "Demo Imagem"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/66c37ca6-cd8d-4ba4-85d1-485e8c0fcd16/?format=api",
            "uuid": "66c37ca6-cd8d-4ba4-85d1-485e8c0fcd16",
            "name": "Demo Retencjapl"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/6d336b1b-7648-43b5-8a0d-59286e106a2f/?format=api",
            "uuid": "6d336b1b-7648-43b5-8a0d-59286e106a2f",
            "name": "Demo VIKTOR"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/e29fe554-2610-4037-b4b1-4e6bd37a7881/?format=api",
            "uuid": "e29fe554-2610-4037-b4b1-4e6bd37a7881",
            "name": "Den Haag"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/eb9a38a7-0f58-4bac-b600-9d2df554ba21/?format=api",
            "uuid": "eb9a38a7-0f58-4bac-b600-9d2df554ba21",
            "name": "Den Haag KA"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/e2830b84-9532-408f-8e85-2667552fe295/?format=api",
            "uuid": "e2830b84-9532-408f-8e85-2667552fe295",
            "name": "Den Helder"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/7d7e257c-e634-4b90-8329-a23f8930201e/?format=api",
            "uuid": "7d7e257c-e634-4b90-8329-a23f8930201e",
            "name": "Deutscher Wetterdienst"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/02f57238-3802-4897-9061-2bacde6327c8/?format=api",
            "uuid": "02f57238-3802-4897-9061-2bacde6327c8",
            "name": "Dhofar-Oman"
        }
    ]
}