List of observation types.

Digitale Delta uses a different lookup field. Defining lookup_field on the serializer was not enough to get things working, it needs to be defined to the ViewSet as well.

** Query Parameters:**

code Optional text filter on code

parameter Optional text filter on parameter

unit Optional text filter on unit

id Text filter on uuid. Supports id__icontains and id__iexact as default. For example: ?id=c410d5a7-0f9c-4518-9089-e0d7a91591bB and ?id__icontains=c410d5a7-0

GET /dd/api/v2/observationtypes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "paging": {
        "totalObjectCount": 8094,
        "prev": "https://demo.lizard.net/dd/api/v2/observationtypes/?format=api&page=2",
        "next": "https://demo.lizard.net/dd/api/v2/observationtypes/?format=api&page=4",
        "maxPageSize": 1000,
        "minPageSize": 2
    },
    "results": [
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/f3ead1ff-5e5a-414a-b3ef-8a77be44527d/?format=api",
            "id": "f3ead1ff-5e5a-414a-b3ef-8a77be44527d",
            "quantity": "Verpompt volume",
            "unit": "m3",
            "parameterCode": "Verpompt volume",
            "compartment": "AW",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/03bfb626-6ebc-4c6c-a0d1-97789537edc1/?format=api",
            "id": "03bfb626-6ebc-4c6c-a0d1-97789537edc1",
            "quantity": "Groundwaterlevel m [BGS]",
            "unit": "m",
            "parameterCode": "Groundwaterlevel m [BGS]",
            "compartment": "GW",
            "qualifier": "BGS",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/d6f3f4b8-ec1e-4d32-b0aa-1d721bf67c63/?format=api",
            "id": "d6f3f4b8-ec1e-4d32-b0aa-1d721bf67c63",
            "quantity": "Stijghoogte",
            "unit": "m",
            "parameterCode": "Stijghoogte",
            "qualifier": "NAP",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/20e5a1ea-84aa-4d0b-afaf-d374d9449819/?format=api",
            "id": "20e5a1ea-84aa-4d0b-afaf-d374d9449819",
            "quantity": "Druk",
            "unit": "mbar",
            "parameterCode": "Druk",
            "compartment": "AW",
            "qualifier": "adg",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/4531ffc4-f41d-4247-800e-0d4bc2445cae/?format=api",
            "id": "4531ffc4-f41d-4247-800e-0d4bc2445cae",
            "quantity": "Luchtdruk",
            "unit": "mbar",
            "parameterCode": "Luchtdruk",
            "compartment": "AW",
            "qualifier": "adg",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/6034f551-880d-454b-8630-2f352415bc62/?format=api",
            "id": "6034f551-880d-454b-8630-2f352415bc62",
            "quantity": "Stijghoogte",
            "unit": "m",
            "parameterCode": "Stijghoogte",
            "compartment": "DL",
            "qualifier": "adg",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/c98ce84a-93af-4609-9f7f-c56b6e41b812/?format=api",
            "id": "c98ce84a-93af-4609-9f7f-c56b6e41b812",
            "quantity": "Waterhoogte",
            "unit": "m",
            "parameterCode": "Waterhoogte",
            "compartment": "AW",
            "qualifier": "adg",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/8c1e9382-d145-483d-a6f5-376b80749b5f/?format=api",
            "id": "8c1e9382-d145-483d-a6f5-376b80749b5f",
            "quantity": "Druk",
            "unit": "mbar",
            "parameterCode": "Druk",
            "compartment": "GW",
            "qualifier": "NAP",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/7fe78e49-6847-415a-acff-642a8e189505/?format=api",
            "id": "7fe78e49-6847-415a-acff-642a8e189505",
            "quantity": "Stijghoogte",
            "unit": "m",
            "parameterCode": "Stijghoogte",
            "compartment": "OW",
            "qualifier": "NAP",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        },
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/fbabdda9-fc45-4241-906f-a4c9424a9fc5/?format=api",
            "id": "fbabdda9-fc45-4241-906f-a4c9424a9fc5",
            "quantity": "Hoek",
            "unit": "graad",
            "parameterCode": "Hoek",
            "qualifier": "PLAATSLR",
            "node": {
                "url": "https://demo.lizard.net/dd/api/v2/nodes/6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5/?format=api",
                "uuid": "6be7b0dd-b65b-4e33-adcc-80ef1e28b4b5",
                "name": "Lizard",
                "description": "",
                "baseUrl": ""
            }
        }
    ]
}