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/e1a7084a-3ec5-4da6-9d80-ede4b2b8efac/timeseries/?format=api&page=10
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 100,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e1a7084a-3ec5-4da6-9d80-ede4b2b8efac/timeseries/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fc047967-a35b-400c-8d79-83ddd6e93442/?format=api",
            "uuid": "fc047967-a35b-400c-8d79-83ddd6e93442",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-09-12T11:00:00Z",
            "end": "2016-12-27T12:30:00Z",
            "value_type": "float",
            "last_value": -1.107,
            "interval": null,
            "observation_type": {
                "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"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/44cffdb0-2ea6-4d18-a086-9c11802398eb/?format=api",
                "uuid": "44cffdb0-2ea6-4d18-a086-9c11802398eb",
                "name": "06DP0229004",
                "code": "06DP0229004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-12-27T13:30:00Z",
                        "start": "1990-09-12T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:42.720674Z",
            "last_modified": "2023-07-09T20:46:46.498703Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4bc4ea52-6084-440a-aa8e-83ba765b422d/?format=api",
            "uuid": "4bc4ea52-6084-440a-aa8e-83ba765b422d",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/44cffdb0-2ea6-4d18-a086-9c11802398eb/?format=api",
                "uuid": "44cffdb0-2ea6-4d18-a086-9c11802398eb",
                "name": "06DP0229004",
                "code": "06DP0229004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:42.974894Z",
            "last_modified": "2022-12-20T14:25:56.355141Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1b03463a-6bea-459c-8759-5dfbe3e43d3b/?format=api",
            "uuid": "1b03463a-6bea-459c-8759-5dfbe3e43d3b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-09-12T11:00:00Z",
            "end": "2016-12-27T12:30:00Z",
            "value_type": "float",
            "last_value": -1.204,
            "interval": null,
            "observation_type": {
                "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"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7dd4e999-ac1a-4fe8-9187-4b070fe843fc/?format=api",
                "uuid": "7dd4e999-ac1a-4fe8-9187-4b070fe843fc",
                "name": "06DP0229006",
                "code": "06DP0229006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-12-27T13:30:00Z",
                        "start": "1990-09-12T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:46.177927Z",
            "last_modified": "2023-07-09T20:46:47.482387Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e9e78015-cbb2-4d4d-a4a1-6b8775059485/?format=api",
            "uuid": "e9e78015-cbb2-4d4d-a4a1-6b8775059485",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/7dd4e999-ac1a-4fe8-9187-4b070fe843fc/?format=api",
                "uuid": "7dd4e999-ac1a-4fe8-9187-4b070fe843fc",
                "name": "06DP0229006",
                "code": "06DP0229006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:46.485260Z",
            "last_modified": "2022-12-20T14:25:57.172423Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e46074bd-a14c-4d90-ba0b-bee56663000b/?format=api",
            "uuid": "e46074bd-a14c-4d90-ba0b-bee56663000b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1994-05-25T11:00:00Z",
            "end": "2016-12-27T14:00:00Z",
            "value_type": "float",
            "last_value": -1.397,
            "interval": null,
            "observation_type": {
                "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"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/40da4ac1-f0cb-4b78-a9fd-cf93961d2b10/?format=api",
                "uuid": "40da4ac1-f0cb-4b78-a9fd-cf93961d2b10",
                "name": "06DP0250002",
                "code": "06DP0250002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-12-27T15:00:00Z",
                        "start": "1994-05-25T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:59.727113Z",
            "last_modified": "2023-08-30T12:03:51.374019Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/64d1d319-8945-406b-a0c9-77638cc8e614/?format=api",
            "uuid": "64d1d319-8945-406b-a0c9-77638cc8e614",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/40da4ac1-f0cb-4b78-a9fd-cf93961d2b10/?format=api",
                "uuid": "40da4ac1-f0cb-4b78-a9fd-cf93961d2b10",
                "name": "06DP0250002",
                "code": "06DP0250002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:24:00.040133Z",
            "last_modified": "2022-12-20T14:25:59.625604Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f1bf85bd-bef1-4f2a-b7e7-a579ba9fb91b/?format=api",
            "uuid": "f1bf85bd-bef1-4f2a-b7e7-a579ba9fb91b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1994-05-25T11:00:00Z",
            "end": "2016-12-27T14:00:00Z",
            "value_type": "float",
            "last_value": -1.409,
            "interval": null,
            "observation_type": {
                "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"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/f5923586-b554-4578-8243-5bd481b76fd5/?format=api",
                "uuid": "f5923586-b554-4578-8243-5bd481b76fd5",
                "name": "06DP0250004",
                "code": "06DP0250004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-12-27T15:00:00Z",
                        "start": "1994-05-25T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:24:03.048188Z",
            "last_modified": "2025-03-06T07:59:21.615830Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d7302cea-d9a8-4b0e-abe0-2ed496dabcec/?format=api",
            "uuid": "d7302cea-d9a8-4b0e-abe0-2ed496dabcec",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/f5923586-b554-4578-8243-5bd481b76fd5/?format=api",
                "uuid": "f5923586-b554-4578-8243-5bd481b76fd5",
                "name": "06DP0250004",
                "code": "06DP0250004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:24:03.387946Z",
            "last_modified": "2022-12-20T14:26:00.252001Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9ea9e132-8a03-4f87-a35e-14cc79a9b0d3/?format=api",
            "uuid": "9ea9e132-8a03-4f87-a35e-14cc79a9b0d3",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1994-05-25T11:00:00Z",
            "end": "2016-12-27T14:00:00Z",
            "value_type": "float",
            "last_value": -1.458,
            "interval": null,
            "observation_type": {
                "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"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/34a64644-847d-43ec-8232-88beb0fe0cb1/?format=api",
                "uuid": "34a64644-847d-43ec-8232-88beb0fe0cb1",
                "name": "06DP0250006",
                "code": "06DP0250006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-12-27T15:00:00Z",
                        "start": "1994-05-25T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:24:06.694608Z",
            "last_modified": "2025-03-06T07:59:22.581960Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c56419b2-d29f-4f38-b328-a1e39b526db1/?format=api",
            "uuid": "c56419b2-d29f-4f38-b328-a1e39b526db1",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/34a64644-847d-43ec-8232-88beb0fe0cb1/?format=api",
                "uuid": "34a64644-847d-43ec-8232-88beb0fe0cb1",
                "name": "06DP0250006",
                "code": "06DP0250006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:24:07.007229Z",
            "last_modified": "2022-12-20T14:26:00.837120Z",
            "access_modifier": "Public"
        }
    ]
}