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/e2e59033-0cdf-4c1c-b593-4c53e6cdb76e/timeseries/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 78,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e2e59033-0cdf-4c1c-b593-4c53e6cdb76e/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2f7d11f5-d1aa-401d-bfab-aa4f92a9a61b/?format=api",
            "uuid": "2f7d11f5-d1aa-401d-bfab-aa4f92a9a61b",
            "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/88c75b3e-0753-4b1c-9c96-a180ce2a61c5/?format=api",
                "uuid": "88c75b3e-0753-4b1c-9c96-a180ce2a61c5",
                "name": "28HP0458002",
                "code": "28HP0458002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:31:53.920892Z",
            "last_modified": "2022-12-20T14:11:47.634622Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3728dd0a-e0d1-49e3-bfeb-45fe401659be/?format=api",
            "uuid": "3728dd0a-e0d1-49e3-bfeb-45fe401659be",
            "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/7c9baf52-5a52-4c2e-914d-e09b6cd41774/?format=api",
                "uuid": "7c9baf52-5a52-4c2e-914d-e09b6cd41774",
                "name": "28HP0459002",
                "code": "28HP0459002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:31:57.244542Z",
            "last_modified": "2022-12-20T14:11:48.418258Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f01fdeeb-a349-414a-bb93-2b22818d3188/?format=api",
            "uuid": "f01fdeeb-a349-414a-bb93-2b22818d3188",
            "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/34cdd781-d444-4365-88a9-578a20e9838d/?format=api",
                "uuid": "34cdd781-d444-4365-88a9-578a20e9838d",
                "name": "28HP0446002",
                "code": "28HP0446002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:32:00.516333Z",
            "last_modified": "2022-12-20T14:11:49.172098Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7739f2d9-91ad-4447-a354-68c9f44ccdbe/?format=api",
            "uuid": "7739f2d9-91ad-4447-a354-68c9f44ccdbe",
            "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/0ff42050-4731-4032-95bb-1ab0e1bbe8b5/?format=api",
                "uuid": "0ff42050-4731-4032-95bb-1ab0e1bbe8b5",
                "name": "28HP0457003",
                "code": "28HP0457003"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:32:03.703220Z",
            "last_modified": "2022-12-20T14:11:50.076116Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8ec72a82-d054-43ff-8734-a16d35a3d7c2/?format=api",
            "uuid": "8ec72a82-d054-43ff-8734-a16d35a3d7c2",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1983-06-27T11:00:00Z",
            "end": "2005-11-14T11:00:00Z",
            "value_type": "float",
            "last_value": 13.23,
            "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/0bab204f-b1eb-476e-8e14-794bfc1e0a55/?format=api",
                "uuid": "0bab204f-b1eb-476e-8e14-794bfc1e0a55",
                "name": "28HP0442002",
                "code": "28HP0442002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-11-14T12:00:00Z",
                        "start": "1983-06-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:02:17.297486Z",
            "last_modified": "2023-07-09T20:55:34.120096Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6fb95411-9be4-462a-8d92-f3cffd7bd88d/?format=api",
            "uuid": "6fb95411-9be4-462a-8d92-f3cffd7bd88d",
            "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/0bab204f-b1eb-476e-8e14-794bfc1e0a55/?format=api",
                "uuid": "0bab204f-b1eb-476e-8e14-794bfc1e0a55",
                "name": "28HP0442002",
                "code": "28HP0442002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:02:17.592182Z",
            "last_modified": "2022-12-20T14:54:25.571913Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/092d3e66-413b-44c8-a57d-58a08a7d4de1/?format=api",
            "uuid": "092d3e66-413b-44c8-a57d-58a08a7d4de1",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1983-06-27T11:00:00Z",
            "end": "1997-02-28T11:00:00Z",
            "value_type": "float",
            "last_value": 14.83,
            "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/960c3c7d-7715-4dea-a8c0-3f40954d33c7/?format=api",
                "uuid": "960c3c7d-7715-4dea-a8c0-3f40954d33c7",
                "name": "B28H0445001",
                "code": "B28H0445001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1997-02-28T12:00:00Z",
                        "start": "1983-06-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:02:38.710619Z",
            "last_modified": "2023-07-09T20:55:39.680199Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8061e543-53f9-4f1a-a532-9295cf140830/?format=api",
            "uuid": "8061e543-53f9-4f1a-a532-9295cf140830",
            "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/960c3c7d-7715-4dea-a8c0-3f40954d33c7/?format=api",
                "uuid": "960c3c7d-7715-4dea-a8c0-3f40954d33c7",
                "name": "B28H0445001",
                "code": "B28H0445001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:02:39.095118Z",
            "last_modified": "2022-12-20T14:54:33.688078Z",
            "access_modifier": "Public"
        }
    ]
}