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=5
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=6",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/73461e9f-4588-4178-91cc-8b6aeeb689e1/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f2736990-65a8-4687-8c4e-500235e76621/?format=api",
            "uuid": "f2736990-65a8-4687-8c4e-500235e76621",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T12:00:00Z",
            "end": "2024-05-13T07:25:53Z",
            "value_type": "float",
            "last_value": -1.36,
            "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/5abdb482-6c33-40c9-98fa-fa7c0da8e203/?format=api",
                "uuid": "5abdb482-6c33-40c9-98fa-fa7c0da8e203",
                "name": "003",
                "code": "38EM003003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T11:00:00Z",
                            "start": "2020-10-05T13:00: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:20:04.586380Z",
            "last_modified": "2024-06-28T11:03:48.263561Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a6a68f7-28a9-4861-8dfb-c9350e4b3465/?format=api",
            "uuid": "2a6a68f7-28a9-4861-8dfb-c9350e4b3465",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2024-05-13T05:00:00Z",
            "value_type": "float",
            "last_value": -1.335,
            "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/5abdb482-6c33-40c9-98fa-fa7c0da8e203/?format=api",
                "uuid": "5abdb482-6c33-40c9-98fa-fa7c0da8e203",
                "name": "003",
                "code": "38EM003003"
            },
            "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:20:05.012516Z",
            "last_modified": "2024-06-28T11:03:55.651083Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b0aa7277-8f1a-40c5-a72b-a5f7839124be/?format=api",
            "uuid": "b0aa7277-8f1a-40c5-a72b-a5f7839124be",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T08:00:00Z",
            "end": "2024-05-13T05:59:38Z",
            "value_type": "float",
            "last_value": -2.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/0cd3c8cf-3418-49c0-bb80-36e455d76d37/?format=api",
                "uuid": "0cd3c8cf-3418-49c0-bb80-36e455d76d37",
                "name": "B38E2481001",
                "code": "38EM004001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T09:00:00Z",
                            "start": "2020-10-05T09:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T08:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:20:06.913976Z",
            "last_modified": "2024-06-28T11:11:18.456748Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/524b4fe9-6bee-47f1-bf2a-6c3c6563305b/?format=api",
            "uuid": "524b4fe9-6bee-47f1-bf2a-6c3c6563305b",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2024-05-13T05:00:00Z",
            "value_type": "float",
            "last_value": -2.289,
            "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/0cd3c8cf-3418-49c0-bb80-36e455d76d37/?format=api",
                "uuid": "0cd3c8cf-3418-49c0-bb80-36e455d76d37",
                "name": "B38E2481001",
                "code": "38EM004001"
            },
            "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:20:07.342809Z",
            "last_modified": "2024-06-28T11:14:01.277507Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5146020c-88fa-4a4c-b174-d41e0ebabd86/?format=api",
            "uuid": "5146020c-88fa-4a4c-b174-d41e0ebabd86",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T08:00:00Z",
            "end": "2024-05-13T05:59:42Z",
            "value_type": "float",
            "last_value": -1.33,
            "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/893cb164-7c0d-41db-9362-89dab1235c28/?format=api",
                "uuid": "893cb164-7c0d-41db-9362-89dab1235c28",
                "name": "B38E2481002",
                "code": "38EM004002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T09:00:00Z",
                            "start": "2020-10-05T09:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T08:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:20:09.376667Z",
            "last_modified": "2024-05-13T11:05:24.249119Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/574e4dd9-411b-4066-842a-dd5d71e6b89d/?format=api",
            "uuid": "574e4dd9-411b-4066-842a-dd5d71e6b89d",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2021-03-15T04:32:01Z",
            "value_type": "float",
            "last_value": -1.3670000000000002,
            "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/893cb164-7c0d-41db-9362-89dab1235c28/?format=api",
                "uuid": "893cb164-7c0d-41db-9362-89dab1235c28",
                "name": "B38E2481002",
                "code": "38EM004002"
            },
            "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:20:09.886676Z",
            "last_modified": "2023-06-23T06:44:47.637436Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/797f12d0-982d-4c61-b0c3-4ee3ef6372ea/?format=api",
            "uuid": "797f12d0-982d-4c61-b0c3-4ee3ef6372ea",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T08:00:00Z",
            "end": "2024-05-13T05:59:47Z",
            "value_type": "float",
            "last_value": -1.34,
            "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/19085c80-8f66-4f4a-949d-0213f93ec140/?format=api",
                "uuid": "19085c80-8f66-4f4a-949d-0213f93ec140",
                "name": "B38E2481003",
                "code": "38EM004003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T09:00:00Z",
                            "start": "2020-10-05T09:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T08:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:20:12.108408Z",
            "last_modified": "2024-06-19T09:42:49.206242Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3c7c921e-934d-40e9-a80a-25820915abea/?format=api",
            "uuid": "3c7c921e-934d-40e9-a80a-25820915abea",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2021-03-15T04:40:55Z",
            "value_type": "float",
            "last_value": -1.364,
            "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/19085c80-8f66-4f4a-949d-0213f93ec140/?format=api",
                "uuid": "19085c80-8f66-4f4a-949d-0213f93ec140",
                "name": "B38E2481003",
                "code": "38EM004003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2021-03-15T05:40:55Z",
                        "start": "2020-10-06T00:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T21:20:12.590998Z",
            "last_modified": "2024-06-19T09:42:04.917812Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/54c77648-ed1a-4346-98a7-3552d6550421/?format=api",
            "uuid": "54c77648-ed1a-4346-98a7-3552d6550421",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2020-10-05T08:00:00Z",
            "end": "2024-05-13T05:59:54Z",
            "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/a4cd52f2-2e75-438e-ac3c-56c264678975/?format=api",
                "uuid": "a4cd52f2-2e75-438e-ac3c-56c264678975",
                "name": "B38E2481004",
                "code": "38EM004004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T09:00:00Z",
                            "start": "2020-10-05T09:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-03-15T08:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-04T21:20:16.386613Z",
            "last_modified": "2024-06-28T11:12:21.938951Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a26624f4-0df7-401c-b549-ba4f7a3aa111/?format=api",
            "uuid": "a26624f4-0df7-401c-b549-ba4f7a3aa111",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2020-10-05T23:00:00Z",
            "end": "2024-05-13T05:00:00Z",
            "value_type": "float",
            "last_value": -1.332,
            "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/a4cd52f2-2e75-438e-ac3c-56c264678975/?format=api",
                "uuid": "a4cd52f2-2e75-438e-ac3c-56c264678975",
                "name": "B38E2481004",
                "code": "38EM004004"
            },
            "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:20:17.932998Z",
            "last_modified": "2024-06-28T11:13:58.320629Z",
            "access_modifier": "Public"
        }
    ]
}