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/73461e9f-4588-4178-91cc-8b6aeeb689e1/timeseries/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 120,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/73461e9f-4588-4178-91cc-8b6aeeb689e1/timeseries/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/73461e9f-4588-4178-91cc-8b6aeeb689e1/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ea33ce38-dff9-44ee-98be-48798c094e22/?format=api",
            "uuid": "ea33ce38-dff9-44ee-98be-48798c094e22",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T09:15:00Z",
            "end": "2024-05-13T06:58:45Z",
            "value_type": "float",
            "last_value": 0.1,
            "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/450f05a2-f64d-4871-bf0f-c902824b38da/?format=api",
                "uuid": "450f05a2-f64d-4871-bf0f-c902824b38da",
                "name": "B38E2479005",
                "code": "38EM001005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T09:45:00Z",
                            "start": "2020-10-05T10:15:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T10:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:19:40.653261Z",
            "last_modified": "2024-06-28T10:19:54.747009Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82a41b6c-f819-4a4e-86fe-ce3e26233769/?format=api",
            "uuid": "82a41b6c-f819-4a4e-86fe-ce3e26233769",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2024-05-13T05:00:00Z",
            "value_type": "float",
            "last_value": 0.091,
            "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/450f05a2-f64d-4871-bf0f-c902824b38da/?format=api",
                "uuid": "450f05a2-f64d-4871-bf0f-c902824b38da",
                "name": "B38E2479005",
                "code": "38EM001005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2020-10-06T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T21:19:41.089111Z",
            "last_modified": "2024-06-28T10:24:26.569081Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/10c8bdf8-0254-4f3d-9fc3-6e800918c511/?format=api",
            "uuid": "10c8bdf8-0254-4f3d-9fc3-6e800918c511",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T09:15:00Z",
            "end": "2024-05-13T06:58:54Z",
            "value_type": "float",
            "last_value": 0.16,
            "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/73f2dca6-5572-4669-86a3-9a8653fb8edb/?format=api",
                "uuid": "73f2dca6-5572-4669-86a3-9a8653fb8edb",
                "name": "B38E2479006",
                "code": "38EM001006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T09:45:00Z",
                            "start": "2020-10-05T10:15:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T10:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:19:43.005571Z",
            "last_modified": "2024-05-13T11:05:19.490543Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e385ba44-8bec-4a0f-8dd5-7aa03ca50f60/?format=api",
            "uuid": "e385ba44-8bec-4a0f-8dd5-7aa03ca50f60",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2021-03-15T08:16:45Z",
            "value_type": "float",
            "last_value": 0.145,
            "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/73f2dca6-5572-4669-86a3-9a8653fb8edb/?format=api",
                "uuid": "73f2dca6-5572-4669-86a3-9a8653fb8edb",
                "name": "B38E2479006",
                "code": "38EM001006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2020-10-06T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T21:19:43.508952Z",
            "last_modified": "2023-09-22T14:10:20.294387Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ceaf51f7-6ee8-4013-8090-33902afeb17f/?format=api",
            "uuid": "ceaf51f7-6ee8-4013-8090-33902afeb17f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T11:30:00Z",
            "end": "2024-05-13T07:50:25Z",
            "value_type": "float",
            "last_value": -1.32,
            "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/500fce0e-426d-4120-8eaf-7cccfadd293e/?format=api",
                "uuid": "500fce0e-426d-4120-8eaf-7cccfadd293e",
                "name": "B38E2480001",
                "code": "38EM002001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T11:15:00Z",
                            "start": "2020-10-05T12:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T11:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:19:45.380713Z",
            "last_modified": "2024-06-28T10:59:01.231709Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2e5899fe-86c2-40be-9125-37138b8a7175/?format=api",
            "uuid": "2e5899fe-86c2-40be-9125-37138b8a7175",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2024-05-13T05:00:00Z",
            "value_type": "float",
            "last_value": -1.32,
            "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/500fce0e-426d-4120-8eaf-7cccfadd293e/?format=api",
                "uuid": "500fce0e-426d-4120-8eaf-7cccfadd293e",
                "name": "B38E2480001",
                "code": "38EM002001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2020-10-06T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T21:19:45.826108Z",
            "last_modified": "2024-06-28T10:59:18.240282Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/09a8a42f-52bb-47a2-a6ca-52dd7564c0b4/?format=api",
            "uuid": "09a8a42f-52bb-47a2-a6ca-52dd7564c0b4",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T11:30:00Z",
            "end": "2024-05-13T07:50:34Z",
            "value_type": "float",
            "last_value": -1.29,
            "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/d341c371-ee84-45f5-bdb6-f203f4f467b8/?format=api",
                "uuid": "d341c371-ee84-45f5-bdb6-f203f4f467b8",
                "name": "B38E2480002",
                "code": "38EM002002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T11:15:00Z",
                            "start": "2020-10-05T12:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T11:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:19:47.725495Z",
            "last_modified": "2024-07-01T08:55:01.393022Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7bd845c2-4d89-48a6-b20a-71c3e0cf08cc/?format=api",
            "uuid": "7bd845c2-4d89-48a6-b20a-71c3e0cf08cc",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2024-05-13T05:00:00Z",
            "value_type": "float",
            "last_value": -1.29,
            "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/d341c371-ee84-45f5-bdb6-f203f4f467b8/?format=api",
                "uuid": "d341c371-ee84-45f5-bdb6-f203f4f467b8",
                "name": "B38E2480002",
                "code": "38EM002002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2020-10-06T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T21:19:48.220442Z",
            "last_modified": "2024-06-28T11:03:54.389776Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/027d7f76-692f-45e1-9d73-1b09b12f0e3e/?format=api",
            "uuid": "027d7f76-692f-45e1-9d73-1b09b12f0e3e",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T11:30:00Z",
            "end": "2024-05-13T07:50:39Z",
            "value_type": "float",
            "last_value": -1.28,
            "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/a7d9e248-d8ac-4932-ab2e-c05c82870db8/?format=api",
                "uuid": "a7d9e248-d8ac-4932-ab2e-c05c82870db8",
                "name": "B38E2480003",
                "code": "38EM002003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T11:15:00Z",
                            "start": "2020-10-05T12:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T11:30:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:19:50.151825Z",
            "last_modified": "2024-06-28T11:00:40.810504Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6a0986ff-e8ea-4593-92a3-abd34784146a/?format=api",
            "uuid": "6a0986ff-e8ea-4593-92a3-abd34784146a",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2024-05-13T05:00:00Z",
            "value_type": "float",
            "last_value": -1.2630000000000001,
            "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/a7d9e248-d8ac-4932-ab2e-c05c82870db8/?format=api",
                "uuid": "a7d9e248-d8ac-4932-ab2e-c05c82870db8",
                "name": "B38E2480003",
                "code": "38EM002003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2020-10-06T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T21:19:50.592447Z",
            "last_modified": "2024-06-28T11:03:58.536171Z",
            "access_modifier": "Public"
        }
    ]
}