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/5b69d1de-22b3-469d-98dd-84c8c75fc5ac/timeseries/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 158,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/5b69d1de-22b3-469d-98dd-84c8c75fc5ac/timeseries/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/5b69d1de-22b3-469d-98dd-84c8c75fc5ac/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/71c6bdcd-8815-447e-a0f5-8aea606aa649/?format=api",
            "uuid": "71c6bdcd-8815-447e-a0f5-8aea606aa649",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1980-01-04T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 1.94,
            "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/06529f5b-e34b-47db-8b59-2814cb6136d6/?format=api",
                "uuid": "06529f5b-e34b-47db-8b59-2814cb6136d6",
                "name": "ZEWP034002",
                "code": "ZEWP034002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1980-01-04T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:22.121132Z",
            "last_modified": "2022-10-13T09:22:28.741303Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fab1094f-0717-4a7f-9aa9-54bddd4e3b2e/?format=api",
            "uuid": "fab1094f-0717-4a7f-9aa9-54bddd4e3b2e",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1977-05-05T11:00:00Z",
            "end": "2025-05-08T11:08:58Z",
            "value_type": "float",
            "last_value": 2.017,
            "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/0ce096e3-e214-407b-a3fc-8772e0454049/?format=api",
                "uuid": "0ce096e3-e214-407b-a3fc-8772e0454049",
                "name": "ZEWP008003",
                "code": "ZEWP008003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-08-28T12:00:00Z",
                            "start": "1977-05-05T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-10T09:30:46Z",
                            "start": "2009-09-14T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-16T11:12:22Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:22.229316Z",
            "last_modified": "2025-05-15T10:01:10.791228Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/568f70ae-7fe3-43e1-a59b-76d69b88ce82/?format=api",
            "uuid": "568f70ae-7fe3-43e1-a59b-76d69b88ce82",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1980-01-04T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 1.89,
            "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/714e6d97-98ac-44fc-8bab-f9aaedc8a7c5/?format=api",
                "uuid": "714e6d97-98ac-44fc-8bab-f9aaedc8a7c5",
                "name": "ZEWP033002",
                "code": "ZEWP033002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1980-01-04T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:22.534880Z",
            "last_modified": "2022-10-13T11:36:58.113661Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/996bce90-dbb1-4c04-b6e5-170b68404300/?format=api",
            "uuid": "996bce90-dbb1-4c04-b6e5-170b68404300",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1977-06-30T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 2.23,
            "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/9829cfe3-7b0b-42c2-88e5-fbde81bb58b7/?format=api",
                "uuid": "9829cfe3-7b0b-42c2-88e5-fbde81bb58b7",
                "name": "ZEWP009002",
                "code": "ZEWP009002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1977-06-30T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:22.675126Z",
            "last_modified": "2022-10-13T11:41:48.452234Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/655797a7-2207-4171-a335-05211d444a04/?format=api",
            "uuid": "655797a7-2207-4171-a335-05211d444a04",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1980-01-04T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "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/66cec7e2-4233-4845-92ec-bf978a694145/?format=api",
                "uuid": "66cec7e2-4233-4845-92ec-bf978a694145",
                "name": "ZEWP031001",
                "code": "ZEWP031001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1980-01-04T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:22.886756Z",
            "last_modified": "2022-10-13T09:25:12.885378Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1f3e3aa8-f073-45ff-989b-29e262a4095a/?format=api",
            "uuid": "1f3e3aa8-f073-45ff-989b-29e262a4095a",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1980-01-04T11:00:00Z",
            "end": "2025-05-08T06:02:22Z",
            "value_type": "float",
            "last_value": 1.03,
            "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/36f8a5b4-c1f1-42c0-9a4d-c0c891920502/?format=api",
                "uuid": "36f8a5b4-c1f1-42c0-9a4d-c0c891920502",
                "name": "UTWP049001",
                "code": "UTWP049001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-08-28T12:00:00Z",
                            "start": "1980-01-04T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-09T09:15:33Z",
                            "start": "2009-09-14T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-16T08:49:24Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:22.995760Z",
            "last_modified": "2025-05-15T10:00:51.058165Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/16f6fbf1-a4c9-492d-849a-453a08ab0ff5/?format=api",
            "uuid": "16f6fbf1-a4c9-492d-849a-453a08ab0ff5",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1977-03-31T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 1.59,
            "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/736d04a5-7f69-4487-aef2-4e436e508e02/?format=api",
                "uuid": "736d04a5-7f69-4487-aef2-4e436e508e02",
                "name": "ZEWP007009",
                "code": "ZEWP007009"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1977-03-31T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:23.286459Z",
            "last_modified": "2022-10-13T09:22:54.674415Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fbdd33b1-ce8d-4614-899d-f668a94090b9/?format=api",
            "uuid": "fbdd33b1-ce8d-4614-899d-f668a94090b9",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1980-01-04T11:00:00Z",
            "end": "2025-05-08T09:51:31Z",
            "value_type": "float",
            "last_value": 2.59,
            "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/edb8593e-1414-4498-9dca-ec4325175fad/?format=api",
                "uuid": "edb8593e-1414-4498-9dca-ec4325175fad",
                "name": "ZEWP034001",
                "code": "ZEWP034001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-08-28T12:00:00Z",
                            "start": "1980-01-04T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-10T08:52:52Z",
                            "start": "2009-09-14T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-16T10:49:39Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:23.497872Z",
            "last_modified": "2025-05-15T10:01:59.920673Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6f22c6c6-5e32-486c-9278-8c66128171f6/?format=api",
            "uuid": "6f22c6c6-5e32-486c-9278-8c66128171f6",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1973-02-02T11:00:00Z",
            "end": "2025-05-08T08:19:02Z",
            "value_type": "float",
            "last_value": 5.314,
            "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/f9e52b2c-be41-442e-8436-882b22ed2278/?format=api",
                "uuid": "f9e52b2c-be41-442e-8436-882b22ed2278",
                "name": "DRWP004003",
                "code": "DRWP004003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-08-28T12:00:00Z",
                            "start": "1973-02-02T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-09T12:12:47Z",
                            "start": "2009-09-14T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-16T09:15:31Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:23.824070Z",
            "last_modified": "2025-05-15T10:00:22.795317Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/40b7b4c5-c618-47b4-9260-b49ff5b21d20/?format=api",
            "uuid": "40b7b4c5-c618-47b4-9260-b49ff5b21d20",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1980-01-04T11:00:00Z",
            "end": "2025-05-08T07:23:28Z",
            "value_type": "float",
            "last_value": 3.73,
            "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/31041836-484f-414b-929f-183396c51220/?format=api",
                "uuid": "31041836-484f-414b-929f-183396c51220",
                "name": "DRWP008001",
                "code": "DRWP008001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-09-14T12:00:00Z",
                            "start": "1980-01-04T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-09T09:45:12Z",
                            "start": "2009-09-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-15T13:44:19Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:24.158017Z",
            "last_modified": "2025-05-15T10:00:42.749747Z",
            "access_modifier": "Public"
        }
    ]
}