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=5
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 68,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/c4e070a2-abfe-4b09-ba7f-e207b3ae300c/timeseries/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/c4e070a2-abfe-4b09-ba7f-e207b3ae300c/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dc257f49-03c6-491e-aa3c-38e6cb0a4c5a/?format=api",
            "uuid": "dc257f49-03c6-491e-aa3c-38e6cb0a4c5a",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-10-29T11:00:00Z",
            "end": "2015-03-12T12:55:00Z",
            "value_type": "float",
            "last_value": -1.837,
            "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/32d57ef4-18cb-4927-ace0-5059fcb204c2/?format=api",
                "uuid": "32d57ef4-18cb-4927-ace0-5059fcb204c2",
                "name": "06DP0205004",
                "code": "06DP0205004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-12T13:55:00Z",
                        "start": "1990-10-29T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:22:53.310404Z",
            "last_modified": "2023-07-09T20:46:38.483401Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b1213c37-d697-4292-9052-605c1390fb9b/?format=api",
            "uuid": "b1213c37-d697-4292-9052-605c1390fb9b",
            "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/32d57ef4-18cb-4927-ace0-5059fcb204c2/?format=api",
                "uuid": "32d57ef4-18cb-4927-ace0-5059fcb204c2",
                "name": "06DP0205004",
                "code": "06DP0205004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:22:53.684889Z",
            "last_modified": "2022-12-20T14:25:46.787803Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9433249e-4cad-405d-b804-bb663c87acca/?format=api",
            "uuid": "9433249e-4cad-405d-b804-bb663c87acca",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-10-29T11:00:00Z",
            "end": "2015-03-12T12:55:00Z",
            "value_type": "float",
            "last_value": -1.7,
            "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/2f978b04-4190-4c7e-a47c-0c04b553846a/?format=api",
                "uuid": "2f978b04-4190-4c7e-a47c-0c04b553846a",
                "name": "06DP0205006",
                "code": "06DP0205006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-12T13:55:00Z",
                        "start": "1990-10-29T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:22:56.949537Z",
            "last_modified": "2023-07-09T20:46:39.062910Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a9ada5df-68fa-4eb1-b670-2ed9909913c8/?format=api",
            "uuid": "a9ada5df-68fa-4eb1-b670-2ed9909913c8",
            "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/2f978b04-4190-4c7e-a47c-0c04b553846a/?format=api",
                "uuid": "2f978b04-4190-4c7e-a47c-0c04b553846a",
                "name": "06DP0205006",
                "code": "06DP0205006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:22:57.207491Z",
            "last_modified": "2022-12-20T14:25:47.394984Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9a096463-4d7c-4dba-b7d0-98b949532d0e/?format=api",
            "uuid": "9a096463-4d7c-4dba-b7d0-98b949532d0e",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1986-01-28T11:00:00Z",
            "end": "2015-03-18T08:10:00Z",
            "value_type": "float",
            "last_value": -1.246,
            "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/0a1c0591-ac9a-47b8-8112-d868ce7bc1ec/?format=api",
                "uuid": "0a1c0591-ac9a-47b8-8112-d868ce7bc1ec",
                "name": "06DP0208001",
                "code": "06DP0208001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-18T09:10:00Z",
                        "start": "1986-01-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:00.128044Z",
            "last_modified": "2023-07-09T20:46:39.398367Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/56dcbaef-c026-4673-b66d-02d59213c475/?format=api",
            "uuid": "56dcbaef-c026-4673-b66d-02d59213c475",
            "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/0a1c0591-ac9a-47b8-8112-d868ce7bc1ec/?format=api",
                "uuid": "0a1c0591-ac9a-47b8-8112-d868ce7bc1ec",
                "name": "06DP0208001",
                "code": "06DP0208001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:00.450585Z",
            "last_modified": "2022-12-20T14:25:48.001378Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1222cf82-d6fd-4a5d-a896-897c5a41305b/?format=api",
            "uuid": "1222cf82-d6fd-4a5d-a896-897c5a41305b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1986-01-28T11:00:00Z",
            "end": "2015-03-18T08:10:00Z",
            "value_type": "float",
            "last_value": -1.245,
            "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/adf6fefd-9bdb-4d70-8ea8-de4900280998/?format=api",
                "uuid": "adf6fefd-9bdb-4d70-8ea8-de4900280998",
                "name": "06DP0208003",
                "code": "06DP0208003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-18T09:10:00Z",
                        "start": "1986-01-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:03.301299Z",
            "last_modified": "2023-07-09T20:46:39.879827Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2222cbe2-a9c6-4dd5-af69-0e524aed24e1/?format=api",
            "uuid": "2222cbe2-a9c6-4dd5-af69-0e524aed24e1",
            "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/adf6fefd-9bdb-4d70-8ea8-de4900280998/?format=api",
                "uuid": "adf6fefd-9bdb-4d70-8ea8-de4900280998",
                "name": "06DP0208003",
                "code": "06DP0208003"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:03.577690Z",
            "last_modified": "2022-12-20T14:25:48.596469Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/901265bc-067c-4485-9b81-1d2ff1f97ca4/?format=api",
            "uuid": "901265bc-067c-4485-9b81-1d2ff1f97ca4",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1986-01-28T11:00:00Z",
            "end": "2015-03-09T14:30:00Z",
            "value_type": "float",
            "last_value": -1.128,
            "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/647b7e9d-912a-4d28-907f-c097efd8cf8e/?format=api",
                "uuid": "647b7e9d-912a-4d28-907f-c097efd8cf8e",
                "name": "06DP0209002",
                "code": "06DP0209002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-03-09T15:30:00Z",
                        "start": "1986-01-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:06.614483Z",
            "last_modified": "2023-07-09T20:46:40.600419Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0d639f07-e37e-42a3-a83d-85cadfcb3c2d/?format=api",
            "uuid": "0d639f07-e37e-42a3-a83d-85cadfcb3c2d",
            "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/647b7e9d-912a-4d28-907f-c097efd8cf8e/?format=api",
                "uuid": "647b7e9d-912a-4d28-907f-c097efd8cf8e",
                "name": "06DP0209002",
                "code": "06DP0209002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:06.995435Z",
            "last_modified": "2022-12-20T14:25:49.204200Z",
            "access_modifier": "Public"
        }
    ]
}