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=19
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=20",
    "previous": "https://demo.lizard.net/api/v4/organisations/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/organisations/b08433fa-47c1-401e-b9cb-d4156034c679/?format=api",
            "uuid": "b08433fa-47c1-401e-b9cb-d4156034c679",
            "name": "Nelen & Schuurmans Technology"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/a3468639-3769-4fa4-80ec-a145d3d25860/?format=api",
            "uuid": "a3468639-3769-4fa4-80ec-a145d3d25860",
            "name": "Netherlands Space Office"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/98ea599c-bfce-42ea-a711-c4153e118274/?format=api",
            "uuid": "98ea599c-bfce-42ea-a711-c4153e118274",
            "name": "Nieuwegein"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/ed7c2066-d425-4ffe-9629-3377563ff0ee/?format=api",
            "uuid": "ed7c2066-d425-4ffe-9629-3377563ff0ee",
            "name": "Nieuwegein KA"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/e76f0135-9bc4-49e1-a347-5508b0d4ce9d/?format=api",
            "uuid": "e76f0135-9bc4-49e1-a347-5508b0d4ce9d",
            "name": "Noordoostpolder"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/241a313b-0354-48b9-9401-e1886d4a9f36/?format=api",
            "uuid": "241a313b-0354-48b9-9401-e1886d4a9f36",
            "name": "Northern Beaches"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/c834e118-45fb-4fa9-8f60-b890a69314a8/?format=api",
            "uuid": "c834e118-45fb-4fa9-8f60-b890a69314a8",
            "name": "Oceans of Energy demo"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/c735fb1e-c7d8-4dda-b698-c37ad162bd93/?format=api",
            "uuid": "c735fb1e-c7d8-4dda-b698-c37ad162bd93",
            "name": "Oman"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/a688de39-a1a7-4759-b683-026fa95982f7/?format=api",
            "uuid": "a688de39-a1a7-4759-b683-026fa95982f7",
            "name": "Oostzaan"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/c4f4ee0d-d6d2-46a8-9366-595407af5751/?format=api",
            "uuid": "c4f4ee0d-d6d2-46a8-9366-595407af5751",
            "name": "Opmeer"
        }
    ]
}