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/e2564cb5-7c49-4f80-9843-0aa9afffe8c5/timeseries/?format=api&page=28
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 322,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/e2564cb5-7c49-4f80-9843-0aa9afffe8c5/timeseries/?format=api&page=29",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e2564cb5-7c49-4f80-9843-0aa9afffe8c5/timeseries/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a042bd0a-c64a-404c-a5bd-a508a7f7d66f/?format=api",
            "uuid": "a042bd0a-c64a-404c-a5bd-a508a7f7d66f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1976-08-13T11:00:00Z",
            "end": "1997-02-28T11:00:00Z",
            "value_type": "float",
            "last_value": 3.75,
            "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/89971231-6b4f-437c-ba10-b933ad76ce70/?format=api",
                "uuid": "89971231-6b4f-437c-ba10-b933ad76ce70",
                "name": "28AP0090001",
                "code": "28AP0090001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1997-02-28T12:00:00Z",
                        "start": "1976-08-13T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:50:39.652123Z",
            "last_modified": "2023-07-09T20:52:41.357178Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/537c4369-99b6-4999-b7e3-9b92d6a2e28c/?format=api",
            "uuid": "537c4369-99b6-4999-b7e3-9b92d6a2e28c",
            "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/89971231-6b4f-437c-ba10-b933ad76ce70/?format=api",
                "uuid": "89971231-6b4f-437c-ba10-b933ad76ce70",
                "name": "28AP0090001",
                "code": "28AP0090001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:50:39.921920Z",
            "last_modified": "2022-12-20T14:48:50.819193Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c6e7b060-e4c1-4231-8894-555371b61c6f/?format=api",
            "uuid": "c6e7b060-e4c1-4231-8894-555371b61c6f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-08-14T11:00:00Z",
            "end": "1955-12-28T11:00:00Z",
            "value_type": "float",
            "last_value": 3.93,
            "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/93969de2-2461-42dc-a595-8664c87a72c9/?format=api",
                "uuid": "93969de2-2461-42dc-a595-8664c87a72c9",
                "name": "B22C0424001",
                "code": "B22C0424001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1955-12-28T12:00:00Z",
                        "start": "1952-08-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:50:57.604675Z",
            "last_modified": "2023-07-09T20:52:46.108710Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/02e0d8c0-9ebb-4e00-8c6a-e0f730b8bb85/?format=api",
            "uuid": "02e0d8c0-9ebb-4e00-8c6a-e0f730b8bb85",
            "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/93969de2-2461-42dc-a595-8664c87a72c9/?format=api",
                "uuid": "93969de2-2461-42dc-a595-8664c87a72c9",
                "name": "B22C0424001",
                "code": "B22C0424001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:50:57.899666Z",
            "last_modified": "2022-12-20T14:48:57.347950Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c81161bb-aa40-4170-9b03-d0e470094d93/?format=api",
            "uuid": "c81161bb-aa40-4170-9b03-d0e470094d93",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1966-04-14T11:00:00Z",
            "end": "1983-12-14T11:00:00Z",
            "value_type": "float",
            "last_value": 3.64,
            "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/277a040b-32f5-4522-8a3c-53c8c9970576/?format=api",
                "uuid": "277a040b-32f5-4522-8a3c-53c8c9970576",
                "name": "B22C0425001",
                "code": "B22C0425001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1983-12-14T12:00:00Z",
                        "start": "1966-04-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:51:00.788015Z",
            "last_modified": "2023-07-09T20:52:47.248471Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b570555e-2ade-4c2d-b28d-c07d1240de20/?format=api",
            "uuid": "b570555e-2ade-4c2d-b28d-c07d1240de20",
            "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/277a040b-32f5-4522-8a3c-53c8c9970576/?format=api",
                "uuid": "277a040b-32f5-4522-8a3c-53c8c9970576",
                "name": "B22C0425001",
                "code": "B22C0425001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:51:01.092692Z",
            "last_modified": "2022-12-20T14:48:58.700630Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/718c4d49-3b15-4e8d-9139-f3c8e641c2f9/?format=api",
            "uuid": "718c4d49-3b15-4e8d-9139-f3c8e641c2f9",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-08-27T11:00:00Z",
            "end": "1987-08-28T11:00:00Z",
            "value_type": "float",
            "last_value": 5.44,
            "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/531ae305-57cc-45d0-a479-0d6888c3c263/?format=api",
                "uuid": "531ae305-57cc-45d0-a479-0d6888c3c263",
                "name": "B22C0427001",
                "code": "B22C0427001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1987-08-28T12:00:00Z",
                        "start": "1952-08-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:51:03.954085Z",
            "last_modified": "2023-07-09T20:51:28.863761Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b458b951-47c1-4a0f-b10f-2547606e99c4/?format=api",
            "uuid": "b458b951-47c1-4a0f-b10f-2547606e99c4",
            "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/531ae305-57cc-45d0-a479-0d6888c3c263/?format=api",
                "uuid": "531ae305-57cc-45d0-a479-0d6888c3c263",
                "name": "B22C0427001",
                "code": "B22C0427001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:51:04.344155Z",
            "last_modified": "2022-12-20T14:49:00.105270Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fd5d8778-c620-42ce-8837-16c3138d109f/?format=api",
            "uuid": "fd5d8778-c620-42ce-8837-16c3138d109f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-10-13T11:00:00Z",
            "end": "1961-12-14T11: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/2a092d24-590d-4db7-9cae-981a4dd28c8a/?format=api",
                "uuid": "2a092d24-590d-4db7-9cae-981a4dd28c8a",
                "name": "B22C0521001",
                "code": "B22C0521001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1961-12-14T12:00:00Z",
                        "start": "1952-10-13T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:51:07.292622Z",
            "last_modified": "2023-07-09T20:51:29.794852Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0a29fd86-2534-4a1e-bba9-40974a579134/?format=api",
            "uuid": "0a29fd86-2534-4a1e-bba9-40974a579134",
            "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/2a092d24-590d-4db7-9cae-981a4dd28c8a/?format=api",
                "uuid": "2a092d24-590d-4db7-9cae-981a4dd28c8a",
                "name": "B22C0521001",
                "code": "B22C0521001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:51:07.673343Z",
            "last_modified": "2022-12-20T14:49:05.248957Z",
            "access_modifier": "Public"
        }
    ]
}