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=2
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",
        "next": "https://demo.lizard.net/dd/api/v2/observationtypes/?format=api&page=3",
        "maxPageSize": 1000,
        "minPageSize": 2
    },
    "results": [
        {
            "url": "https://demo.lizard.net/dd/api/v2/observationtypes/94858be8-ee62-4182-a976-b0bb5e372509/?format=api",
            "id": "94858be8-ee62-4182-a976-b0bb5e372509",
            "quantity": "Windsnelheid",
            "unit": "m/s",
            "parameterCode": "Windsnelheid",
            "compartment": "NT",
            "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/33173d11-c3e6-4958-857b-dd74b31933f9/?format=api",
            "id": "33173d11-c3e6-4958-857b-dd74b31933f9",
            "quantity": "Waterhoogte",
            "unit": "m",
            "parameterCode": "Waterhoogte",
            "compartment": "AW",
            "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/8193fd10-d93e-48af-8a48-b191830a8b10/?format=api",
            "id": "8193fd10-d93e-48af-8a48-b191830a8b10",
            "quantity": "Debiet",
            "unit": "m3/15min",
            "parameterCode": "Debiet",
            "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/b2c771d1-60a6-4274-984e-08d011cbce5c/?format=api",
            "id": "b2c771d1-60a6-4274-984e-08d011cbce5c",
            "quantity": "Stijghoogte",
            "unit": "m",
            "parameterCode": "Stijghoogte",
            "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/e01021ab-8439-4ea7-9292-a21ce7efd108/?format=api",
            "id": "e01021ab-8439-4ea7-9292-a21ce7efd108",
            "quantity": "Stijghoogte",
            "unit": "cm",
            "parameterCode": "Stijghoogte",
            "compartment": "GW",
            "qualifier": "MAAIVD",
            "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/65d24956-c009-45a5-8c3b-51cb75f8d594/?format=api",
            "id": "65d24956-c009-45a5-8c3b-51cb75f8d594",
            "quantity": "Stijghoogte",
            "unit": "m",
            "parameterCode": "Stijghoogte",
            "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/2f75d49b-8ba4-45c6-a3fe-689eb3f09a8b/?format=api",
            "id": "2f75d49b-8ba4-45c6-a3fe-689eb3f09a8b",
            "quantity": "Debiet",
            "unit": "m3/s",
            "parameterCode": "Debiet",
            "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/411fab01-25ce-4314-81d0-eda08e038771/?format=api",
            "id": "411fab01-25ce-4314-81d0-eda08e038771",
            "quantity": "Elektrische stroom",
            "unit": "A",
            "parameterCode": "Elektrische stroom",
            "compartment": "NT",
            "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/996df8bc-a4d2-491f-9b3b-dc04f497f097/?format=api",
            "id": "996df8bc-a4d2-491f-9b3b-dc04f497f097",
            "quantity": "Neerslag",
            "unit": "mm",
            "parameterCode": "Neerslag",
            "compartment": "NT",
            "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/de7758fe-ebf7-49ae-b164-fe578ae6ad2b/?format=api",
            "id": "de7758fe-ebf7-49ae-b164-fe578ae6ad2b",
            "quantity": "Neerslag",
            "unit": "mm",
            "parameterCode": "Neerslag",
            "compartment": "NT",
            "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": ""
            }
        }
    ]
}