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/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=7
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 138,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=8",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=6",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/11046054-2ec4-431a-a74c-d6b91af005d0/?format=api",
            "uuid": "11046054-2ec4-431a-a74c-d6b91af005d0",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/293232f2-36d3-41c5-b970-7d5e101d29b0/?format=api",
                "uuid": "293232f2-36d3-41c5-b970-7d5e101d29b0",
                "name": "LRWP006011",
                "code": "LRWP006011"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:43:57.723363Z",
            "last_modified": "2023-07-09T20:42:55.215874Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5813b630-2c8c-4041-80b7-d98a71bd935a/?format=api",
            "uuid": "5813b630-2c8c-4041-80b7-d98a71bd935a",
            "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/293232f2-36d3-41c5-b970-7d5e101d29b0/?format=api",
                "uuid": "293232f2-36d3-41c5-b970-7d5e101d29b0",
                "name": "LRWP006011",
                "code": "LRWP006011"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:43:58.071844Z",
            "last_modified": "2022-12-20T14:14:56.886937Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0f7a78af-1dcd-4dcf-8e90-3efc80ac3217/?format=api",
            "uuid": "0f7a78af-1dcd-4dcf-8e90-3efc80ac3217",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/107c99a7-3e79-46a5-bbaf-2c0a377fa433/?format=api",
                "uuid": "107c99a7-3e79-46a5-bbaf-2c0a377fa433",
                "name": "LRWP006012",
                "code": "LRWP006012"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:01.263616Z",
            "last_modified": "2023-07-09T20:42:55.625465Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1fb406e8-9782-44c8-b440-c9578115bf3a/?format=api",
            "uuid": "1fb406e8-9782-44c8-b440-c9578115bf3a",
            "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/107c99a7-3e79-46a5-bbaf-2c0a377fa433/?format=api",
                "uuid": "107c99a7-3e79-46a5-bbaf-2c0a377fa433",
                "name": "LRWP006012",
                "code": "LRWP006012"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:01.602647Z",
            "last_modified": "2022-12-20T14:14:57.775080Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b4950090-ea8a-4792-842d-ba7625d9ac79/?format=api",
            "uuid": "b4950090-ea8a-4792-842d-ba7625d9ac79",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/7908cdd4-84ba-4642-b471-26be03a361a6/?format=api",
                "uuid": "7908cdd4-84ba-4642-b471-26be03a361a6",
                "name": "LRWP006013",
                "code": "LRWP006013"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:04.669519Z",
            "last_modified": "2023-07-09T20:42:56.000776Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2773e82e-4115-4c3a-9e2e-76e0f2d1218d/?format=api",
            "uuid": "2773e82e-4115-4c3a-9e2e-76e0f2d1218d",
            "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/7908cdd4-84ba-4642-b471-26be03a361a6/?format=api",
                "uuid": "7908cdd4-84ba-4642-b471-26be03a361a6",
                "name": "LRWP006013",
                "code": "LRWP006013"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:04.938598Z",
            "last_modified": "2022-12-20T14:14:58.812898Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/58163c11-8df5-4864-b4d2-0a3d9b2e36d8/?format=api",
            "uuid": "58163c11-8df5-4864-b4d2-0a3d9b2e36d8",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/7ea93565-7178-4a98-9ecc-f8034022c1e4/?format=api",
                "uuid": "7ea93565-7178-4a98-9ecc-f8034022c1e4",
                "name": "LRWP006014",
                "code": "LRWP006014"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:07.846525Z",
            "last_modified": "2023-07-09T20:42:56.544817Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a725fc9f-9774-48b7-bbcc-8fafd19c9b85/?format=api",
            "uuid": "a725fc9f-9774-48b7-bbcc-8fafd19c9b85",
            "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/7ea93565-7178-4a98-9ecc-f8034022c1e4/?format=api",
                "uuid": "7ea93565-7178-4a98-9ecc-f8034022c1e4",
                "name": "LRWP006014",
                "code": "LRWP006014"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:08.151326Z",
            "last_modified": "2022-12-20T14:15:00.012950Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bd15aab9-78ba-47c6-8d38-0f85401c4a8b/?format=api",
            "uuid": "bd15aab9-78ba-47c6-8d38-0f85401c4a8b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2016-01-11T23: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/2a2d441a-810d-4413-a071-18c0aa15f1a1/?format=api",
                "uuid": "2a2d441a-810d-4413-a071-18c0aa15f1a1",
                "name": "LRWP006015",
                "code": "LRWP006015"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-01-12T00:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:10.985429Z",
            "last_modified": "2023-07-09T20:42:57.057915Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ffc54318-4869-4b2d-948e-61969ceb3eb8/?format=api",
            "uuid": "ffc54318-4869-4b2d-948e-61969ceb3eb8",
            "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/2a2d441a-810d-4413-a071-18c0aa15f1a1/?format=api",
                "uuid": "2a2d441a-810d-4413-a071-18c0aa15f1a1",
                "name": "LRWP006015",
                "code": "LRWP006015"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:11.326603Z",
            "last_modified": "2022-12-20T14:15:00.932581Z",
            "access_modifier": "Public"
        }
    ]
}