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/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=274
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2749,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=275",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=273",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e29fa8d1-4b9e-4f5a-81af-719ed07276a6/?format=api",
            "uuid": "e29fa8d1-4b9e-4f5a-81af-719ed07276a6",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": "1983-02-15T23:00:00Z",
            "end": "2008-12-28T23:00:00Z",
            "value_type": "float",
            "last_value": 18.17,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/de2fbb3f-a398-40c8-b549-e9e1c85b880c/?format=api",
                "uuid": "de2fbb3f-a398-40c8-b549-e9e1c85b880c",
                "name": "B57E0076-006",
                "code": "B57E0076-006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "1971-09-28T00:00:00Z",
                            "start": "1965-06-01T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1972-03-01T00:00:00Z",
                            "start": "1971-09-28T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1987-08-17T00:00:00Z",
                            "start": "1972-03-01T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1988-02-25T00:00:00Z",
                            "start": "1987-08-17T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "2010-08-17T00:00:00Z",
                            "start": "1988-02-25T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "2017-07-04T00:00:00Z",
                            "start": "2010-08-17T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "capillair"
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2017-07-04T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "capillair"
                        }
                    ],
                    "last_event_sent_to_bro": "2022-05-02T10:53:09+02:00"
                }
            },
            "created": "2021-05-20T16:32:07.236356Z",
            "last_modified": "2025-03-26T23:15:38.273055Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/320c6ad3-12c1-463e-bcd9-e8b258d74d6b/?format=api",
            "uuid": "320c6ad3-12c1-463e-bcd9-e8b258d74d6b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/de2fbb3f-a398-40c8-b549-e9e1c85b880c/?format=api",
                "uuid": "de2fbb3f-a398-40c8-b549-e9e1c85b880c",
                "name": "B57E0076-006",
                "code": "B57E0076-006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2021-05-20T16:32:07.888631Z",
            "last_modified": "2025-02-21T23:34:15.390239Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8f3cd6ef-0426-4f31-aaa1-4b2c48cf65de/?format=api",
            "uuid": "8f3cd6ef-0426-4f31-aaa1-4b2c48cf65de",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/6810e6bf-2242-4f33-87ce-e2a4e678f5aa/?format=api",
                "uuid": "6810e6bf-2242-4f33-87ce-e2a4e678f5aa",
                "name": "B57E0080-001",
                "code": "B57E0080-001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2021-05-20T16:32:11.158056Z",
            "last_modified": "2025-02-16T20:57:35.923330Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9b828876-6167-41f1-9fb7-7cd29d588d61/?format=api",
            "uuid": "9b828876-6167-41f1-9fb7-7cd29d588d61",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/36bbec58-9c79-4e0b-bbf8-ec170aedd0df/?format=api",
                "uuid": "36bbec58-9c79-4e0b-bbf8-ec170aedd0df",
                "name": "B57E0080-002",
                "code": "B57E0080-002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2021-05-20T16:32:13.998424Z",
            "last_modified": "2025-02-16T20:42:40.081176Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/55aa042b-318f-4940-bf1a-39d4feeadeff/?format=api",
            "uuid": "55aa042b-318f-4940-bf1a-39d4feeadeff",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/41b1d412-2b4c-4464-8180-412ff0939967/?format=api",
                "uuid": "41b1d412-2b4c-4464-8180-412ff0939967",
                "name": "B57E0080-003",
                "code": "B57E0080-003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2021-05-20T16:32:17.137850Z",
            "last_modified": "2025-02-16T21:46:22.876878Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/54303a20-5477-4774-8eff-0266054e58aa/?format=api",
            "uuid": "54303a20-5477-4774-8eff-0266054e58aa",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/30c30659-bddc-49f0-8b15-ad171171ce13/?format=api",
                "uuid": "30c30659-bddc-49f0-8b15-ad171171ce13",
                "name": "B57E0080-004",
                "code": "B57E0080-004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2021-05-20T16:32:20.163620Z",
            "last_modified": "2025-02-16T18:45:05.637744Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fe188185-333e-457d-b4c7-e3ae6c796c89/?format=api",
            "uuid": "fe188185-333e-457d-b4c7-e3ae6c796c89",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/bc7187ab-3fdc-4eda-ba1b-e23f8dcdf5a8/?format=api",
                "uuid": "bc7187ab-3fdc-4eda-ba1b-e23f8dcdf5a8",
                "name": "B57E0080-005",
                "code": "B57E0080-005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2021-05-20T16:32:23.067132Z",
            "last_modified": "2025-02-16T18:25:23.217205Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ce021d19-cf58-4cf0-a564-09a6dd59f816/?format=api",
            "uuid": "ce021d19-cf58-4cf0-a564-09a6dd59f816",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "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/645e2ddd-ddcd-4c06-a87c-94de2ba40811/?format=api",
                "uuid": "645e2ddd-ddcd-4c06-a87c-94de2ba40811",
                "name": "B57E0080-006",
                "code": "B57E0080-006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2003-07-31T00:00:00Z",
                            "start": "1997-09-01T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "2016-09-15T00:00:00Z",
                            "start": "2003-07-31T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": null
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2016-09-15T00:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "analoogPeilklokje",
                            "airpressurecompensationtype": null
                        }
                    ],
                    "last_event_sent_to_bro": "2016-09-15T00:00:00Z"
                }
            },
            "created": "2021-05-20T16:32:25.962845Z",
            "last_modified": "2025-02-16T17:49:06.199593Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/37734867-5399-44fa-8be5-62f85f1b8c2a/?format=api",
            "uuid": "37734867-5399-44fa-8be5-62f85f1b8c2a",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": "1959-11-22T23:00:00Z",
            "end": "2002-02-27T23:00:00Z",
            "value_type": "float",
            "last_value": 26.86,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/931a8119-6393-4c6b-8102-a9e0daf5c9ed/?format=api",
                "uuid": "931a8119-6393-4c6b-8102-a9e0daf5c9ed",
                "name": "B58A0048-002",
                "code": "B58A0048-002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "1971-09-28T00:00:00Z",
                            "start": "1965-06-01T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1972-03-01T00:00:00Z",
                            "start": "1971-09-28T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1987-08-17T00:00:00Z",
                            "start": "1972-03-01T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "1988-02-25T00:00:00Z",
                            "start": "1987-08-17T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "2010-08-17T00:00:00Z",
                            "start": "1988-02-25T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "onbekend",
                            "evaluationprocedure": "onbekend",
                            "measurementinstrumenttype": "onbekend",
                            "airpressurecompensationtype": "onbekend"
                        },
                        {
                            "eind": "2017-07-04T00:00:00Z",
                            "start": "2010-08-17T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "capillair"
                        },
                        {
                            "eind": "5000-01-01T00:00:00Z",
                            "start": "2017-07-04T00:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "STOWAgwst",
                            "evaluationprocedure": "brabantWater2013",
                            "measurementinstrumenttype": "druksensor",
                            "airpressurecompensationtype": "capillair"
                        }
                    ],
                    "last_event_sent_to_bro": "2022-05-02T10:54:18+02:00"
                }
            },
            "created": "2021-05-20T16:32:56.291870Z",
            "last_modified": "2025-03-26T19:10:42.887477Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a5a5f385-c79b-4cff-98ed-353b182ccd58/?format=api",
            "uuid": "a5a5f385-c79b-4cff-98ed-353b182ccd58",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/e13b3211-5be0-4b1d-9064-0a6831aab89b/?format=api",
                "uuid": "e13b3211-5be0-4b1d-9064-0a6831aab89b",
                "name": "B51H0177v-001",
                "code": "B51H0177v-001"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T19:58:03.812012Z",
            "last_modified": "2022-04-12T23:56:46.142820Z",
            "access_modifier": "Public"
        }
    ]
}