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/196bf348-8c4a-4b32-a6d4-1a42e45710b5/timeseries/?format=api&page=22
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 214,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/196bf348-8c4a-4b32-a6d4-1a42e45710b5/timeseries/?format=api&page=21",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e9b92a99-b356-4e1e-915f-b3ae74b1e578/?format=api",
            "uuid": "e9b92a99-b356-4e1e-915f-b3ae74b1e578",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1993-07-14T11:00:00Z",
            "end": "2018-03-16T10:25:00Z",
            "value_type": "float",
            "last_value": 1.674,
            "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/d5b806d8-24d0-4cae-91d9-4de37326c1e5/?format=api",
                "uuid": "d5b806d8-24d0-4cae-91d9-4de37326c1e5",
                "name": "02GP0308003",
                "code": "02GP0308003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2018-03-16T11:25:00Z",
                        "start": "1993-07-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T11:12:48.451928Z",
            "last_modified": "2023-07-09T20:57:08.893411Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/89bf2982-8306-4dc3-b0ec-fd45544758b6/?format=api",
            "uuid": "89bf2982-8306-4dc3-b0ec-fd45544758b6",
            "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/d5b806d8-24d0-4cae-91d9-4de37326c1e5/?format=api",
                "uuid": "d5b806d8-24d0-4cae-91d9-4de37326c1e5",
                "name": "02GP0308003",
                "code": "02GP0308003"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:12:48.735719Z",
            "last_modified": "2022-12-20T14:58:56.934962Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f8bf8b56-d339-455b-82d0-e6bf3ac57f7a/?format=api",
            "uuid": "f8bf8b56-d339-455b-82d0-e6bf3ac57f7a",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1993-07-14T11:00:00Z",
            "end": "2018-03-16T10:25:00Z",
            "value_type": "float",
            "last_value": 1.275,
            "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/de314a6e-86b8-475f-80b4-efd129716fa6/?format=api",
                "uuid": "de314a6e-86b8-475f-80b4-efd129716fa6",
                "name": "02GP0308006",
                "code": "02GP0308006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2018-03-16T11:25:00Z",
                        "start": "1993-07-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T11:12:51.780615Z",
            "last_modified": "2023-07-09T20:57:09.756645Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f04f5202-e183-4546-b8bd-3a980b3114ce/?format=api",
            "uuid": "f04f5202-e183-4546-b8bd-3a980b3114ce",
            "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/de314a6e-86b8-475f-80b4-efd129716fa6/?format=api",
                "uuid": "de314a6e-86b8-475f-80b4-efd129716fa6",
                "name": "02GP0308006",
                "code": "02GP0308006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:12:52.095860Z",
            "last_modified": "2022-12-20T14:58:57.934904Z",
            "access_modifier": "Public"
        }
    ]
}