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/68508116-e947-42bc-b2d6-e23e1768ec59/timeseries/?format=api&page=9
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 96,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/68508116-e947-42bc-b2d6-e23e1768ec59/timeseries/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/68508116-e947-42bc-b2d6-e23e1768ec59/timeseries/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1fa83d17-8db5-401e-b87c-5dd818f21e0e/?format=api",
            "uuid": "1fa83d17-8db5-401e-b87c-5dd818f21e0e",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1961-01-01T11:00:00Z",
            "end": "1972-08-28T11:00:00Z",
            "value_type": "float",
            "last_value": 9.7,
            "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/ab18e5a5-b117-4048-9c36-20e1c46f9f51/?format=api",
                "uuid": "ab18e5a5-b117-4048-9c36-20e1c46f9f51",
                "name": "34BL0021001",
                "code": "34BL0021001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1972-08-28T12:00:00Z",
                        "start": "1961-01-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:09:33.608526Z",
            "last_modified": "2023-07-09T20:57:22.811716Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/87f128ab-ea98-4fa9-9bc9-d8c708e3904b/?format=api",
            "uuid": "87f128ab-ea98-4fa9-9bc9-d8c708e3904b",
            "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/ab18e5a5-b117-4048-9c36-20e1c46f9f51/?format=api",
                "uuid": "ab18e5a5-b117-4048-9c36-20e1c46f9f51",
                "name": "34BL0021001",
                "code": "34BL0021001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:09:33.973779Z",
            "last_modified": "2022-12-20T14:57:19.595259Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/25c6652b-8f20-45de-80b5-bdc0be124caf/?format=api",
            "uuid": "25c6652b-8f20-45de-80b5-bdc0be124caf",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1967-01-05T11:00:00Z",
            "end": "1973-05-28T11:00:00Z",
            "value_type": "float",
            "last_value": 10.19,
            "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/d0091f97-fdf9-4e9c-bbf1-1025a4ba726b/?format=api",
                "uuid": "d0091f97-fdf9-4e9c-bbf1-1025a4ba726b",
                "name": "34BL0024001",
                "code": "34BL0024001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1973-05-28T12:00:00Z",
                        "start": "1967-01-05T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:09:37.102881Z",
            "last_modified": "2023-07-09T20:57:23.792245Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/35bbbfa0-6be0-4f84-b153-3ede6c5e1992/?format=api",
            "uuid": "35bbbfa0-6be0-4f84-b153-3ede6c5e1992",
            "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/d0091f97-fdf9-4e9c-bbf1-1025a4ba726b/?format=api",
                "uuid": "d0091f97-fdf9-4e9c-bbf1-1025a4ba726b",
                "name": "34BL0024001",
                "code": "34BL0024001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:09:37.384143Z",
            "last_modified": "2022-12-20T14:57:20.759068Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1a93d221-36e1-4daa-9600-879980cb6b67/?format=api",
            "uuid": "1a93d221-36e1-4daa-9600-879980cb6b67",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1967-01-05T11:00:00Z",
            "end": "1971-07-28T11:00:00Z",
            "value_type": "float",
            "last_value": 10.47,
            "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/d793cbe3-03ca-4e90-ad26-25d0b5d6af0d/?format=api",
                "uuid": "d793cbe3-03ca-4e90-ad26-25d0b5d6af0d",
                "name": "34BL0026001",
                "code": "34BL0026001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1971-07-28T12:00:00Z",
                        "start": "1967-01-05T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:09:40.224403Z",
            "last_modified": "2023-07-09T20:57:24.680618Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cde93672-c3a8-4d09-b94e-8b9f75802337/?format=api",
            "uuid": "cde93672-c3a8-4d09-b94e-8b9f75802337",
            "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/d793cbe3-03ca-4e90-ad26-25d0b5d6af0d/?format=api",
                "uuid": "d793cbe3-03ca-4e90-ad26-25d0b5d6af0d",
                "name": "34BL0026001",
                "code": "34BL0026001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:09:40.503237Z",
            "last_modified": "2022-12-20T14:57:22.058745Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/96a93322-c1a9-4ed4-961b-58e8b0586266/?format=api",
            "uuid": "96a93322-c1a9-4ed4-961b-58e8b0586266",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1971-10-14T11:00:00Z",
            "end": "1984-11-28T11:00:00Z",
            "value_type": "float",
            "last_value": 10.95,
            "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/2f1be50f-fa72-465e-b919-4a8ff5f8fdfc/?format=api",
                "uuid": "2f1be50f-fa72-465e-b919-4a8ff5f8fdfc",
                "name": "34BL0058001",
                "code": "34BL0058001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1984-11-28T12:00:00Z",
                        "start": "1971-10-14T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:09:53.628504Z",
            "last_modified": "2023-07-09T20:57:28.266009Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1afa5513-c5b5-4be5-b774-3e6443cce434/?format=api",
            "uuid": "1afa5513-c5b5-4be5-b774-3e6443cce434",
            "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/2f1be50f-fa72-465e-b919-4a8ff5f8fdfc/?format=api",
                "uuid": "2f1be50f-fa72-465e-b919-4a8ff5f8fdfc",
                "name": "34BL0058001",
                "code": "34BL0058001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:09:53.918138Z",
            "last_modified": "2022-12-20T14:57:27.447560Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8c79a0eb-a3e0-4656-a18a-c3e3292b3a30/?format=api",
            "uuid": "8c79a0eb-a3e0-4656-a18a-c3e3292b3a30",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1967-01-05T11:00:00Z",
            "end": "1986-10-14T11:00:00Z",
            "value_type": "float",
            "last_value": 16.48,
            "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/e7bb068d-bcfb-4726-99dc-c76b49d01180/?format=api",
                "uuid": "e7bb068d-bcfb-4726-99dc-c76b49d01180",
                "name": "34BP0009001",
                "code": "34BP0009001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1986-10-14T12:00:00Z",
                        "start": "1967-01-05T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:10:00.156005Z",
            "last_modified": "2023-07-09T20:57:30.062191Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0b9f4de0-9119-4749-ad25-485adfa6a260/?format=api",
            "uuid": "0b9f4de0-9119-4749-ad25-485adfa6a260",
            "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/e7bb068d-bcfb-4726-99dc-c76b49d01180/?format=api",
                "uuid": "e7bb068d-bcfb-4726-99dc-c76b49d01180",
                "name": "34BP0009001",
                "code": "34BP0009001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:10:00.440281Z",
            "last_modified": "2022-12-20T14:57:29.938892Z",
            "access_modifier": "Public"
        }
    ]
}