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=14
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 138,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=13",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f35a5220-2beb-45e9-91e6-0d8e439367b9/?format=api",
            "uuid": "f35a5220-2beb-45e9-91e6-0d8e439367b9",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1991-10-16T11:00:00Z",
            "end": "2003-10-13T11: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/8c00f9f4-f1db-44e8-9fa0-8122c29a124d/?format=api",
                "uuid": "8c00f9f4-f1db-44e8-9fa0-8122c29a124d",
                "name": "LIWP018004",
                "code": "LIWP018004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2003-10-13T12:00:00Z",
                        "start": "1991-10-16T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T11:23:33.155546Z",
            "last_modified": "2023-07-09T21:00:23.417163Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/16aac72a-0588-4dc7-96e4-e26e1215ce07/?format=api",
            "uuid": "16aac72a-0588-4dc7-96e4-e26e1215ce07",
            "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/8c00f9f4-f1db-44e8-9fa0-8122c29a124d/?format=api",
                "uuid": "8c00f9f4-f1db-44e8-9fa0-8122c29a124d",
                "name": "LIWP018004",
                "code": "LIWP018004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:23:33.526894Z",
            "last_modified": "2022-12-20T15:02:57.845565Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ecb86874-040a-48ee-9101-8a458370bddd/?format=api",
            "uuid": "ecb86874-040a-48ee-9101-8a458370bddd",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1991-10-16T11:00:00Z",
            "end": "2003-10-13T11: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/dbf14020-8945-4529-80d5-01270e5b554e/?format=api",
                "uuid": "dbf14020-8945-4529-80d5-01270e5b554e",
                "name": "LIWP018005",
                "code": "LIWP018005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2003-10-13T12:00:00Z",
                        "start": "1991-10-16T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T11:23:36.765064Z",
            "last_modified": "2023-07-09T21:00:24.680960Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/48ac3c22-4117-46fb-8979-c2feeb1f4ddf/?format=api",
            "uuid": "48ac3c22-4117-46fb-8979-c2feeb1f4ddf",
            "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/dbf14020-8945-4529-80d5-01270e5b554e/?format=api",
                "uuid": "dbf14020-8945-4529-80d5-01270e5b554e",
                "name": "LIWP018005",
                "code": "LIWP018005"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:23:37.129568Z",
            "last_modified": "2022-12-20T15:02:59.207189Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f2a32333-4146-4d73-a2fa-ee5089a5dc61/?format=api",
            "uuid": "f2a32333-4146-4d73-a2fa-ee5089a5dc61",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1991-10-16T11:00:00Z",
            "end": "2003-10-13T11: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/419b086a-2fc4-42cf-af5a-6c0cc6b3cf35/?format=api",
                "uuid": "419b086a-2fc4-42cf-af5a-6c0cc6b3cf35",
                "name": "LIWP018006",
                "code": "LIWP018006"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2003-10-13T12:00:00Z",
                        "start": "1991-10-16T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T11:23:40.068686Z",
            "last_modified": "2023-07-09T21:00:25.850778Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/61d7d540-7640-4538-9756-c6ce7bd0d668/?format=api",
            "uuid": "61d7d540-7640-4538-9756-c6ce7bd0d668",
            "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/419b086a-2fc4-42cf-af5a-6c0cc6b3cf35/?format=api",
                "uuid": "419b086a-2fc4-42cf-af5a-6c0cc6b3cf35",
                "name": "LIWP018006",
                "code": "LIWP018006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:23:40.322217Z",
            "last_modified": "2022-12-20T15:03:00.795777Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6417bed6-73bf-4b2f-981a-f143dee1036d/?format=api",
            "uuid": "6417bed6-73bf-4b2f-981a-f143dee1036d",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1991-10-16T11:00:00Z",
            "end": "2003-10-13T11: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/8b2f7357-b4d1-4529-bd45-f38dec508ded/?format=api",
                "uuid": "8b2f7357-b4d1-4529-bd45-f38dec508ded",
                "name": "LIWP018008",
                "code": "LIWP018008"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2003-10-13T12:00:00Z",
                        "start": "1991-10-16T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T11:23:43.329782Z",
            "last_modified": "2023-07-09T21:00:26.966063Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dbdfa31c-00e3-486a-bd91-fdafd00d475b/?format=api",
            "uuid": "dbdfa31c-00e3-486a-bd91-fdafd00d475b",
            "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/8b2f7357-b4d1-4529-bd45-f38dec508ded/?format=api",
                "uuid": "8b2f7357-b4d1-4529-bd45-f38dec508ded",
                "name": "LIWP018008",
                "code": "LIWP018008"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:23:43.605892Z",
            "last_modified": "2022-12-20T15:03:02.149561Z",
            "access_modifier": "Public"
        }
    ]
}