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/c4e070a2-abfe-4b09-ba7f-e207b3ae300c/timeseries/?format=api&page=7
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 68,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/c4e070a2-abfe-4b09-ba7f-e207b3ae300c/timeseries/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fb7add14-6790-480c-83bd-ea056f8f668e/?format=api",
            "uuid": "fb7add14-6790-480c-83bd-ea056f8f668e",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1986-01-28T11:00:00Z",
            "end": "2015-03-11T14:30:00Z",
            "value_type": "float",
            "last_value": -1.351,
            "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/64ae6693-4a2f-40cc-a405-4257d13396a4/?format=api",
                "uuid": "64ae6693-4a2f-40cc-a405-4257d13396a4",
                "name": "06DP0214002",
                "code": "06DP0214002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-11T15:30:00Z",
                        "start": "1986-01-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:26.889218Z",
            "last_modified": "2023-07-09T20:46:43.189177Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7a729ad1-4c89-4888-83d8-12b62126d69c/?format=api",
            "uuid": "7a729ad1-4c89-4888-83d8-12b62126d69c",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/64ae6693-4a2f-40cc-a405-4257d13396a4/?format=api",
                "uuid": "64ae6693-4a2f-40cc-a405-4257d13396a4",
                "name": "06DP0214002",
                "code": "06DP0214002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:27.152884Z",
            "last_modified": "2022-12-20T14:25:52.924600Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/889dd892-e5b0-40b5-b3b2-002ff9f0261a/?format=api",
            "uuid": "889dd892-e5b0-40b5-b3b2-002ff9f0261a",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1986-01-28T11:00:00Z",
            "end": "2015-03-11T14:30:00Z",
            "value_type": "float",
            "last_value": -1.55,
            "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/5d363453-1f41-4cfb-bd21-fe060a7bdee6/?format=api",
                "uuid": "5d363453-1f41-4cfb-bd21-fe060a7bdee6",
                "name": "06DP0214004",
                "code": "06DP0214004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-11T15:30:00Z",
                        "start": "1986-01-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:30.029592Z",
            "last_modified": "2023-07-09T20:46:43.870857Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1427f7cf-51a9-413f-9636-16dc0b37bfff/?format=api",
            "uuid": "1427f7cf-51a9-413f-9636-16dc0b37bfff",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5d363453-1f41-4cfb-bd21-fe060a7bdee6/?format=api",
                "uuid": "5d363453-1f41-4cfb-bd21-fe060a7bdee6",
                "name": "06DP0214004",
                "code": "06DP0214004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:30.289103Z",
            "last_modified": "2022-12-20T14:25:53.558213Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0cff8ed5-6aec-46b4-8b0d-222e4f11a423/?format=api",
            "uuid": "0cff8ed5-6aec-46b4-8b0d-222e4f11a423",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1986-01-28T11:00:00Z",
            "end": "2015-03-11T14:30:00Z",
            "value_type": "float",
            "last_value": -1.237,
            "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/01f1e564-d735-4e32-bf13-a11053e98acc/?format=api",
                "uuid": "01f1e564-d735-4e32-bf13-a11053e98acc",
                "name": "06DP0214005",
                "code": "06DP0214005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-11T15:30:00Z",
                        "start": "1986-01-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:33.058523Z",
            "last_modified": "2023-07-09T20:46:44.563675Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a39f60df-3b69-499d-9030-7a1d82f8a513/?format=api",
            "uuid": "a39f60df-3b69-499d-9030-7a1d82f8a513",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/01f1e564-d735-4e32-bf13-a11053e98acc/?format=api",
                "uuid": "01f1e564-d735-4e32-bf13-a11053e98acc",
                "name": "06DP0214005",
                "code": "06DP0214005"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:33.440173Z",
            "last_modified": "2022-12-20T14:25:54.229133Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7cd6727a-cecf-4538-9713-a8a20002cf26/?format=api",
            "uuid": "7cd6727a-cecf-4538-9713-a8a20002cf26",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1986-01-28T11:00:00Z",
            "end": "2015-03-11T14:30:00Z",
            "value_type": "float",
            "last_value": -1.354,
            "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/16fcd82a-0719-4ea5-82d0-22285bf1c254/?format=api",
                "uuid": "16fcd82a-0719-4ea5-82d0-22285bf1c254",
                "name": "06DP0214007",
                "code": "06DP0214007"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-11T15:30:00Z",
                        "start": "1986-01-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:36.438652Z",
            "last_modified": "2023-07-09T20:46:45.306671Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82e23b82-397b-4da1-a501-beab9f49a8cc/?format=api",
            "uuid": "82e23b82-397b-4da1-a501-beab9f49a8cc",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/16fcd82a-0719-4ea5-82d0-22285bf1c254/?format=api",
                "uuid": "16fcd82a-0719-4ea5-82d0-22285bf1c254",
                "name": "06DP0214007",
                "code": "06DP0214007"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:36.742388Z",
            "last_modified": "2022-12-20T14:25:54.865439Z",
            "access_modifier": "Public"
        }
    ]
}