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/bf709e76-4165-4964-9e22-dc99d8826d22/timeseries/?format=api&page=18
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 194,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/bf709e76-4165-4964-9e22-dc99d8826d22/timeseries/?format=api&page=19",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/bf709e76-4165-4964-9e22-dc99d8826d22/timeseries/?format=api&page=17",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bcca3682-8f6a-4ac0-bc66-dc45b9cafadd/?format=api",
            "uuid": "bcca3682-8f6a-4ac0-bc66-dc45b9cafadd",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-07-14T11:00:00Z",
            "end": "1955-12-29T11:00:00Z",
            "value_type": "float",
            "last_value": 6.11,
            "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/31d503bd-2331-4efe-bc22-a000d31c3bc7/?format=api",
                "uuid": "31d503bd-2331-4efe-bc22-a000d31c3bc7",
                "name": "B21B0409001",
                "code": "B21B0409001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1955-12-29T12:00:00Z",
                        "start": "1952-07-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:23.639589Z",
            "last_modified": "2023-07-09T20:55:19.429795Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/689a62cb-e46a-4810-a5eb-304727381fe5/?format=api",
            "uuid": "689a62cb-e46a-4810-a5eb-304727381fe5",
            "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/31d503bd-2331-4efe-bc22-a000d31c3bc7/?format=api",
                "uuid": "31d503bd-2331-4efe-bc22-a000d31c3bc7",
                "name": "B21B0409001",
                "code": "B21B0409001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:23.987681Z",
            "last_modified": "2022-12-20T14:52:55.698705Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1c34cff2-b981-4719-b383-cab89a21888f/?format=api",
            "uuid": "1c34cff2-b981-4719-b383-cab89a21888f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1956-11-14T11:00:00Z",
            "end": "1972-02-14T11:00:00Z",
            "value_type": "float",
            "last_value": 5.39,
            "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/12b5c37e-1fef-448a-a84a-61bc18328177/?format=api",
                "uuid": "12b5c37e-1fef-448a-a84a-61bc18328177",
                "name": "B21B0410001",
                "code": "B21B0410001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1972-02-14T12:00:00Z",
                        "start": "1956-11-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:27.324103Z",
            "last_modified": "2023-07-09T20:55:20.586098Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/13add017-ddf4-43af-a03d-1defa71eda99/?format=api",
            "uuid": "13add017-ddf4-43af-a03d-1defa71eda99",
            "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/12b5c37e-1fef-448a-a84a-61bc18328177/?format=api",
                "uuid": "12b5c37e-1fef-448a-a84a-61bc18328177",
                "name": "B21B0410001",
                "code": "B21B0410001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:27.672828Z",
            "last_modified": "2022-12-20T14:52:57.082127Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cf5afc30-7851-4541-b2dd-d671bfaa641b/?format=api",
            "uuid": "cf5afc30-7851-4541-b2dd-d671bfaa641b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-08-28T11:00:00Z",
            "end": "1958-10-14T11:00:00Z",
            "value_type": "float",
            "last_value": -0.71,
            "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/2f0d3cbd-c83e-475a-a62a-d80a4054d303/?format=api",
                "uuid": "2f0d3cbd-c83e-475a-a62a-d80a4054d303",
                "name": "B21B0412001",
                "code": "B21B0412001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1958-10-14T12:00:00Z",
                        "start": "1952-08-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:31.497536Z",
            "last_modified": "2023-07-09T20:55:21.461146Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ef12b9fd-62c9-40d4-a66d-08af55b2627c/?format=api",
            "uuid": "ef12b9fd-62c9-40d4-a66d-08af55b2627c",
            "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/2f0d3cbd-c83e-475a-a62a-d80a4054d303/?format=api",
                "uuid": "2f0d3cbd-c83e-475a-a62a-d80a4054d303",
                "name": "B21B0412001",
                "code": "B21B0412001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:31.880213Z",
            "last_modified": "2022-12-20T14:52:58.508192Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9eb306f7-389e-49c0-9575-b5862ebac19c/?format=api",
            "uuid": "9eb306f7-389e-49c0-9575-b5862ebac19c",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1962-08-28T11:00:00Z",
            "end": "1976-10-14T11:00:00Z",
            "value_type": "float",
            "last_value": -1.09,
            "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/e0e3a817-9f7e-47db-85e9-1c1c78bdb208/?format=api",
                "uuid": "e0e3a817-9f7e-47db-85e9-1c1c78bdb208",
                "name": "B21B0413001",
                "code": "B21B0413001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1976-10-14T12:00:00Z",
                        "start": "1962-08-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:34.808829Z",
            "last_modified": "2023-07-09T20:55:22.470210Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4904ee30-5979-4e9b-9c26-8b221f76b35a/?format=api",
            "uuid": "4904ee30-5979-4e9b-9c26-8b221f76b35a",
            "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/e0e3a817-9f7e-47db-85e9-1c1c78bdb208/?format=api",
                "uuid": "e0e3a817-9f7e-47db-85e9-1c1c78bdb208",
                "name": "B21B0413001",
                "code": "B21B0413001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:35.115707Z",
            "last_modified": "2022-12-20T14:53:00.069243Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6c16eee8-dcfa-46f1-950b-ef4ab956e383/?format=api",
            "uuid": "6c16eee8-dcfa-46f1-950b-ef4ab956e383",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1977-04-28T11:00:00Z",
            "end": "1984-04-27T11: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/e6139601-a30d-445e-9de3-0e9a4e0d7dc1/?format=api",
                "uuid": "e6139601-a30d-445e-9de3-0e9a4e0d7dc1",
                "name": "B21B0414001",
                "code": "B21B0414001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1984-04-27T12:00:00Z",
                        "start": "1977-04-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:38.112976Z",
            "last_modified": "2023-07-09T20:55:23.558817Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/813236cb-93c6-47af-ae30-a13ca690678f/?format=api",
            "uuid": "813236cb-93c6-47af-ae30-a13ca690678f",
            "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/e6139601-a30d-445e-9de3-0e9a4e0d7dc1/?format=api",
                "uuid": "e6139601-a30d-445e-9de3-0e9a4e0d7dc1",
                "name": "B21B0414001",
                "code": "B21B0414001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:38.382874Z",
            "last_modified": "2022-12-20T14:53:01.447961Z",
            "access_modifier": "Public"
        }
    ]
}