Observation types in this monitoring network.

Examples

?observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/fd4bf528-5037-4679-bcb4-416218c78203/observationtypes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/observationtypes/8483/?format=api",
            "id": 8483,
            "code": "hwpp_water_level",
            "parameter": "Water level",
            "unit": "m",
            "scale": "interval",
            "description": "Water level observation type for the experiments of in Polder2C's - Living Lab Hedwigeprosperpolder.",
            "domain_values": null,
            "reference_frame": "TAW",
            "compartment": null,
            "created": "2021-01-28T10:05:03.681399Z",
            "last_modified": "2021-01-28T10:05:50.482648Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/observationtypes/8484/?format=api",
            "id": 8484,
            "code": "hwpp_current_velocity_x",
            "parameter": "Longitudinal current velocity",
            "unit": "m/s",
            "scale": "interval",
            "description": "Longitudinal current velocity observation type for the experiments of in Polder2C's - Living Lab Hedwigeprosperpolder.",
            "domain_values": null,
            "reference_frame": null,
            "compartment": null,
            "created": "2021-01-28T10:07:24.034309Z",
            "last_modified": "2021-01-28T10:07:48.301865Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/observationtypes/8485/?format=api",
            "id": 8485,
            "code": "hwpp_current_velocity_y",
            "parameter": "Transversal current velocity",
            "unit": "m/s",
            "scale": "interval",
            "description": "Transversal current velocity observation type for the experiments of in Polder2C's - Living Lab Hedwigeprosperpolder.",
            "domain_values": null,
            "reference_frame": null,
            "compartment": null,
            "created": "2021-01-28T10:08:28.754744Z",
            "last_modified": "2021-01-28T10:08:28.754704Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/observationtypes/8486/?format=api",
            "id": 8486,
            "code": "hwpp_discharge",
            "parameter": "Discharge",
            "unit": "m3/s",
            "scale": "interval",
            "description": "Discharge observation type for the experiments of in Polder2C's - Living Lab Hedwigeprosperpolder.",
            "domain_values": null,
            "reference_frame": null,
            "compartment": null,
            "created": "2021-01-28T10:09:10.929917Z",
            "last_modified": "2021-01-28T10:09:10.929893Z"
        }
    ]
}