Observation types in this monitoring network.

Examples

?observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/1d5ecf3a-e80b-4452-b9d3-220d747ddc04/observationtypes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
            "id": 28,
            "code": "WNS9040",
            "parameter": "Stijghoogte",
            "unit": "m",
            "scale": "interval",
            "description": "",
            "domain_values": null,
            "reference_frame": "NAP",
            "compartment": "GW",
            "created": "2015-06-19T09:47:29.345611Z",
            "last_modified": "2019-06-25T07:26:10.441021Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
            "id": 911,
            "code": "WNS9040.hand",
            "parameter": "Handpeiling",
            "unit": "m",
            "scale": "interval",
            "description": "",
            "domain_values": null,
            "reference_frame": "NAP",
            "compartment": "GW",
            "created": "2018-02-23T23:46:52.846502Z",
            "last_modified": "2023-12-13T13:18:44.845570Z"
        }
    ]
}