Timeseries in this monitoring network.

This endpoint supports POST and DELETE to add or remove timeseries from the network, respectively. The request payload has to be a list of UUIDs. HTTP status code 204 (No Content) is returned on success. Both operations are guaranteed to either succeed or fail in its entirety.

Examples

?start__gte=2013-06-08T10:05:05Z

?start__gte=2013-06-08T10:05:05Z&end__lt=2014-01-01T00:00:00Z

?location__name=Rotterdamhaven

?location__name__startswith=Rotterdam

?location__code=MOB_MP_P_5min

?location__code__startswith=MOB_MP

?location__uuid=cef6e07e-cfe9-4451-9caa-6cd5cdb106a0

?observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/42e5e615-14d2-47fa-9a22-8ef7c1040329/timeseries/?format=api&page=10
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 92,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/42e5e615-14d2-47fa-9a22-8ef7c1040329/timeseries/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/788c13c0-ac3b-4d20-af42-d5d8a509cc75/?format=api",
            "uuid": "788c13c0-ac3b-4d20-af42-d5d8a509cc75",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2021-10-29T09:00:00Z",
            "end": "2025-01-29T05:00:00Z",
            "value_type": "float",
            "last_value": 4.844,
            "interval": null,
            "observation_type": {
                "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"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/40ef2a00-b7e0-49b1-8f23-fc6fe04c6208/?format=api",
                "uuid": "40ef2a00-b7e0-49b1-8f23-fc6fe04c6208",
                "name": "39EM006001",
                "code": "39EM006001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2021-10-29T10:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-12T10:31:21.284689Z",
            "last_modified": "2025-02-04T07:43:06.500944Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/12791863-9090-479d-b1ea-583b390da7b1/?format=api",
            "uuid": "12791863-9090-479d-b1ea-583b390da7b1",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2021-10-29T09:00:00Z",
            "end": "2025-01-29T05:00:00Z",
            "value_type": "float",
            "last_value": 4.843,
            "interval": null,
            "observation_type": {
                "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"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/a245ef6c-642b-426e-bd6e-e5a6108ef998/?format=api",
                "uuid": "a245ef6c-642b-426e-bd6e-e5a6108ef998",
                "name": "39EM007001",
                "code": "39EM007001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2021-10-29T10:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-12T10:31:27.324189Z",
            "last_modified": "2025-02-04T07:43:25.568001Z",
            "access_modifier": "Public"
        }
    ]
}