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/85e3c16a-35b5-4a78-9ab4-231f5c79e84e/timeseries/?format=api&page=16
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 182,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/85e3c16a-35b5-4a78-9ab4-231f5c79e84e/timeseries/?format=api&page=17",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/85e3c16a-35b5-4a78-9ab4-231f5c79e84e/timeseries/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/70a4e7c4-8de9-48a2-99b8-51d1f9fd9550/?format=api",
            "uuid": "70a4e7c4-8de9-48a2-99b8-51d1f9fd9550",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2024-04-25T07:52:54Z",
            "end": "2024-06-06T08:18:00Z",
            "value_type": "float",
            "last_value": 1.738,
            "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/20aac505-db04-4b6b-9a34-bf800385b837/?format=api",
                "uuid": "20aac505-db04-4b6b-9a34-bf800385b837",
                "name": "B32C0557005",
                "code": "BEWP057005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-04-25T08:52:54Z",
                        "observationtype": "controlemeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T22:24:15.302801Z",
            "last_modified": "2024-06-11T06:38:53.948307Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/64b8ab21-8c5b-46b8-a4ce-45a5560d44d6/?format=api",
            "uuid": "64b8ab21-8c5b-46b8-a4ce-45a5560d44d6",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2024-01-24T14:00:00Z",
            "end": "2024-06-06T05:00:00Z",
            "value_type": "float",
            "last_value": 1.7320000000000002,
            "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/20aac505-db04-4b6b-9a34-bf800385b837/?format=api",
                "uuid": "20aac505-db04-4b6b-9a34-bf800385b837",
                "name": "B32C0557005",
                "code": "BEWP057005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-01-24T15:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T22:24:15.735289Z",
            "last_modified": "2024-06-11T06:38:56.165089Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/acbb3067-1fdc-4657-8b42-d7973a654b7f/?format=api",
            "uuid": "acbb3067-1fdc-4657-8b42-d7973a654b7f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/b81f8144-384a-4215-b12c-8bc62a712e4f/?format=api",
                "uuid": "b81f8144-384a-4215-b12c-8bc62a712e4f",
                "name": "B32C0557006",
                "code": "BEWP057006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:24:17.725590Z",
            "last_modified": "2022-10-04T22:24:17.725576Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c02cdb14-2503-4e2f-8dae-13eb6872904b/?format=api",
            "uuid": "c02cdb14-2503-4e2f-8dae-13eb6872904b",
            "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/b81f8144-384a-4215-b12c-8bc62a712e4f/?format=api",
                "uuid": "b81f8144-384a-4215-b12c-8bc62a712e4f",
                "name": "B32C0557006",
                "code": "BEWP057006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:24:18.171604Z",
            "last_modified": "2022-10-04T22:24:18.171591Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e0b3ee52-1fde-4afd-b2c0-4588d9d4531c/?format=api",
            "uuid": "e0b3ee52-1fde-4afd-b2c0-4588d9d4531c",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/82a531cb-4789-4973-934f-0370de5da4d4/?format=api",
                "uuid": "82a531cb-4789-4973-934f-0370de5da4d4",
                "name": "B32C0557007",
                "code": "BEWP057007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:24:20.183333Z",
            "last_modified": "2022-10-04T22:24:20.183310Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7818b144-830c-440e-b1fa-9a163274cc2f/?format=api",
            "uuid": "7818b144-830c-440e-b1fa-9a163274cc2f",
            "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/82a531cb-4789-4973-934f-0370de5da4d4/?format=api",
                "uuid": "82a531cb-4789-4973-934f-0370de5da4d4",
                "name": "B32C0557007",
                "code": "BEWP057007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:24:20.599080Z",
            "last_modified": "2022-10-04T22:24:20.599066Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/849fb32f-cf18-4bad-bcf6-b0233aef7c05/?format=api",
            "uuid": "849fb32f-cf18-4bad-bcf6-b0233aef7c05",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/22181b19-283c-46f5-88a1-676eb822b5a7/?format=api",
                "uuid": "22181b19-283c-46f5-88a1-676eb822b5a7",
                "name": "B32C0557008",
                "code": "BEWP057008"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:24:22.620912Z",
            "last_modified": "2022-10-04T22:24:22.620898Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d04c4131-4d45-485e-ae75-35e21a51a63e/?format=api",
            "uuid": "d04c4131-4d45-485e-ae75-35e21a51a63e",
            "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/22181b19-283c-46f5-88a1-676eb822b5a7/?format=api",
                "uuid": "22181b19-283c-46f5-88a1-676eb822b5a7",
                "name": "B32C0557008",
                "code": "BEWP057008"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:24:23.044084Z",
            "last_modified": "2022-10-04T22:24:23.044065Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f5bd78d9-7aaf-447f-b27e-cdb0b98797a6/?format=api",
            "uuid": "f5bd78d9-7aaf-447f-b27e-cdb0b98797a6",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2024-04-25T07:52:59Z",
            "end": "2025-04-30T10:36:38Z",
            "value_type": "float",
            "last_value": 1.419,
            "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/b0a00a2f-d268-4376-8e88-86573ba075ea/?format=api",
                "uuid": "b0a00a2f-d268-4376-8e88-86573ba075ea",
                "name": "B32C0557009",
                "code": "BEWP057009"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-04-25T08:52:59Z",
                        "observationtype": "controlemeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T22:24:25.013991Z",
            "last_modified": "2025-05-01T12:15:07.514692Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/800c6cec-d2a3-4f64-87f8-09f39243a1e9/?format=api",
            "uuid": "800c6cec-d2a3-4f64-87f8-09f39243a1e9",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2024-01-24T14:00:00Z",
            "end": "2025-04-30T08:00:00Z",
            "value_type": "float",
            "last_value": 1.42,
            "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/b0a00a2f-d268-4376-8e88-86573ba075ea/?format=api",
                "uuid": "b0a00a2f-d268-4376-8e88-86573ba075ea",
                "name": "B32C0557009",
                "code": "BEWP057009"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2024-01-24T15:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-04T22:24:25.457988Z",
            "last_modified": "2025-05-01T13:55:07.177772Z",
            "access_modifier": "Public"
        }
    ]
}