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=28
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=29",
    "previous": "https://demo.lizard.net/api/v4/organisations/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/organisations/9dbfcdd5-a827-4c7c-822e-c94815926482/?format=api",
            "uuid": "9dbfcdd5-a827-4c7c-822e-c94815926482",
            "name": "Water as leverage"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/3f6ac1bb-87fc-40f6-8fe4-20567ff0c66d/?format=api",
            "uuid": "3f6ac1bb-87fc-40f6-8fe4-20567ff0c66d",
            "name": "Water in Balans (WL)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/bc9d1b3c-5fb7-4946-841e-f4948dff7519/?format=api",
            "uuid": "bc9d1b3c-5fb7-4946-841e-f4948dff7519",
            "name": "Water in Balans (WL) - 2"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/d4ab1821-cf97-4c9e-b919-e442c12bb59f/?format=api",
            "uuid": "d4ab1821-cf97-4c9e-b919-e442c12bb59f",
            "name": "Waterland"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/0258eefa-4043-409f-879c-601740340654/?format=api",
            "uuid": "0258eefa-4043-409f-879c-601740340654",
            "name": "Waterpanel Noord"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/c7c3c079-b0c0-42b9-a1e0-3450e3500051/?format=api",
            "uuid": "c7c3c079-b0c0-42b9-a1e0-3450e3500051",
            "name": "Waterpanel Noord KA"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/0b350898-d650-4ca4-b61c-095aeea1ef0a/?format=api",
            "uuid": "0b350898-d650-4ca4-b61c-095aeea1ef0a",
            "name": "Waterschap Amstel Gooi en Vecht KA"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/8a3abf30-ee3f-4c4d-87b0-d18fa00e6a52/?format=api",
            "uuid": "8a3abf30-ee3f-4c4d-87b0-d18fa00e6a52",
            "name": "Waterschap Drents Overijsselse Delta"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/244136f8-996c-4913-96b8-381ea218681d/?format=api",
            "uuid": "244136f8-996c-4913-96b8-381ea218681d",
            "name": "Waterschap Hunze en Aa's"
        },
        {
            "url": "https://demo.lizard.net/api/v4/organisations/7a1c4292-ac0f-44a6-b788-a1155bb23043/?format=api",
            "uuid": "7a1c4292-ac0f-44a6-b788-a1155bb23043",
            "name": "Waterschap Limburg"
        }
    ]
}