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/ceead4ab-97dd-4854-b626-ec0e94a99f42/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 34,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/ceead4ab-97dd-4854-b626-ec0e94a99f42/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f912dfc0-aa1f-408e-8cb5-8095f2da1f8c/?format=api",
            "uuid": "f912dfc0-aa1f-408e-8cb5-8095f2da1f8c",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-04-14T10:24:40Z",
            "end": "2022-04-14T10:24:40Z",
            "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/9098a78c-ec22-416e-a83b-b87a595ad2b3/?format=api",
                "uuid": "9098a78c-ec22-416e-a83b-b87a595ad2b3",
                "name": "15FP0181001",
                "code": "15FP0181001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-04-14T11:24:40Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T18:13:43.158013Z",
            "last_modified": "2023-10-26T12:19:37.433712Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7bce013e-14f8-44b0-9549-7ec4f76694d6/?format=api",
            "uuid": "7bce013e-14f8-44b0-9549-7ec4f76694d6",
            "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/9098a78c-ec22-416e-a83b-b87a595ad2b3/?format=api",
                "uuid": "9098a78c-ec22-416e-a83b-b87a595ad2b3",
                "name": "15FP0181001",
                "code": "15FP0181001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:13:43.652577Z",
            "last_modified": "2022-10-04T18:13:43.652560Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7a9c8800-9386-4d0c-a5af-fe7d4ed104f0/?format=api",
            "uuid": "7a9c8800-9386-4d0c-a5af-fe7d4ed104f0",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-04-14T10:24:57Z",
            "end": "2022-04-14T10:24:57Z",
            "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/e6ca74da-d341-49b0-825f-5c1113ada10f/?format=api",
                "uuid": "e6ca74da-d341-49b0-825f-5c1113ada10f",
                "name": "15FP0181002",
                "code": "15FP0181002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-04-14T11:24:57Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T18:13:45.493537Z",
            "last_modified": "2023-10-26T12:19:35.333051Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cb5150d6-195e-4a8f-a856-ba21aac9fc43/?format=api",
            "uuid": "cb5150d6-195e-4a8f-a856-ba21aac9fc43",
            "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/e6ca74da-d341-49b0-825f-5c1113ada10f/?format=api",
                "uuid": "e6ca74da-d341-49b0-825f-5c1113ada10f",
                "name": "15FP0181002",
                "code": "15FP0181002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:13:45.922306Z",
            "last_modified": "2022-10-04T18:13:45.922293Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e619c3d3-3462-4543-9cc5-b7331f53aa47/?format=api",
            "uuid": "e619c3d3-3462-4543-9cc5-b7331f53aa47",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-04-14T10:25:15Z",
            "end": "2022-04-14T10:25:15Z",
            "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/e2d3c121-2568-4517-9003-543a66382936/?format=api",
                "uuid": "e2d3c121-2568-4517-9003-543a66382936",
                "name": "15FP0181003",
                "code": "15FP0181003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-04-14T11:25:15Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T18:13:47.792749Z",
            "last_modified": "2023-10-26T12:19:34.808468Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/24272729-8128-4428-93bf-c143fba86a3d/?format=api",
            "uuid": "24272729-8128-4428-93bf-c143fba86a3d",
            "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/e2d3c121-2568-4517-9003-543a66382936/?format=api",
                "uuid": "e2d3c121-2568-4517-9003-543a66382936",
                "name": "15FP0181003",
                "code": "15FP0181003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:13:48.222631Z",
            "last_modified": "2022-10-04T18:13:48.222617Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/85d1d312-406b-4855-9a10-c3059d599f20/?format=api",
            "uuid": "85d1d312-406b-4855-9a10-c3059d599f20",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-04-14T10:25:27Z",
            "end": "2022-04-14T10:25:27Z",
            "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/dd813cd7-2820-41ee-85d9-4f03d90fcb03/?format=api",
                "uuid": "dd813cd7-2820-41ee-85d9-4f03d90fcb03",
                "name": "15FP0181004",
                "code": "15FP0181004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-04-14T11:25:27Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T18:13:50.079965Z",
            "last_modified": "2023-10-26T12:19:35.471082Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/14be0407-f8e1-4135-9584-bfcf80445876/?format=api",
            "uuid": "14be0407-f8e1-4135-9584-bfcf80445876",
            "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/dd813cd7-2820-41ee-85d9-4f03d90fcb03/?format=api",
                "uuid": "dd813cd7-2820-41ee-85d9-4f03d90fcb03",
                "name": "15FP0181004",
                "code": "15FP0181004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:13:50.506600Z",
            "last_modified": "2022-10-04T18:13:50.506584Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e16575cd-f6d0-4974-ba06-c7cfad97349a/?format=api",
            "uuid": "e16575cd-f6d0-4974-ba06-c7cfad97349a",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-03-31T08:08:54Z",
            "end": "2022-03-31T08:08:54Z",
            "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/336f568b-0899-4846-bbec-73d8b652aa76/?format=api",
                "uuid": "336f568b-0899-4846-bbec-73d8b652aa76",
                "name": "15FP0182001",
                "code": "15FP0182001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-03-31T09:08:54Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T18:13:52.396910Z",
            "last_modified": "2023-10-26T12:19:34.814736Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/676c83db-d645-4da4-a2a9-74255cf60f81/?format=api",
            "uuid": "676c83db-d645-4da4-a2a9-74255cf60f81",
            "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/336f568b-0899-4846-bbec-73d8b652aa76/?format=api",
                "uuid": "336f568b-0899-4846-bbec-73d8b652aa76",
                "name": "15FP0182001",
                "code": "15FP0182001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:13:52.836513Z",
            "last_modified": "2022-10-04T18:13:52.836498Z",
            "access_modifier": "Public"
        }
    ]
}