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/06012e36-3568-4517-befb-3920d6378fab/timeseries/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 160,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/06012e36-3568-4517-befb-3920d6378fab/timeseries/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/06012e36-3568-4517-befb-3920d6378fab/timeseries/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/afebe711-be46-43b5-a433-183d864ecb0a/?format=api",
            "uuid": "afebe711-be46-43b5-a433-183d864ecb0a",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1984-09-14T11:00:00Z",
            "end": "2016-01-05T08:44:07Z",
            "value_type": "float",
            "last_value": 7.25,
            "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/cbe0a2d8-5a1a-4d86-a58c-fb1e2355de26/?format=api",
                "uuid": "cbe0a2d8-5a1a-4d86-a58c-fb1e2355de26",
                "name": "40CP0456001",
                "code": "40CP0456001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2002-04-29T12:00:00Z",
                            "start": "1984-09-14T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2016-01-05T09:44:07Z",
                            "start": "2002-05-15T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:41:36.255922Z",
            "last_modified": "2022-10-14T12:28:39.330424Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2ef6cab4-dd5b-42db-8eac-6943029b0092/?format=api",
            "uuid": "2ef6cab4-dd5b-42db-8eac-6943029b0092",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2009-11-11T11:00:00Z",
            "end": "2023-05-09T06:40:03Z",
            "value_type": "float",
            "last_value": 7.66,
            "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/8fa50a61-9bce-4cca-b887-da4aa8ce6cf6/?format=api",
                "uuid": "8fa50a61-9bce-4cca-b887-da4aa8ce6cf6",
                "name": "40C-UMC003",
                "code": "40C-UMC003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2020-10-20T11:57:43Z",
                            "start": "2009-11-11T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-01T11:14:22Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:41:42.862146Z",
            "last_modified": "2023-05-16T11:29:35.582501Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3fb1255d-545d-4539-9c01-ecdbc8fc2d10/?format=api",
            "uuid": "3fb1255d-545d-4539-9c01-ecdbc8fc2d10",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2009-11-11T11:00:00Z",
            "end": "2009-11-11T11:00:00Z",
            "value_type": "float",
            "last_value": 7.299,
            "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/c1456282-c03a-4652-b0c7-9c1e4d35815b/?format=api",
                "uuid": "c1456282-c03a-4652-b0c7-9c1e4d35815b",
                "name": "40C-UMC004",
                "code": "40C-UMC004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2009-11-11T12:00:00Z",
                        "start": "2009-11-11T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T08:41:43.124980Z",
            "last_modified": "2023-07-05T13:36:48.251986Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e871f2a5-9fcf-487a-939e-9b6fc4933df1/?format=api",
            "uuid": "e871f2a5-9fcf-487a-939e-9b6fc4933df1",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-06-14T08:26:04Z",
            "end": "2022-06-14T08:26:04Z",
            "value_type": "float",
            "last_value": 4.0,
            "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/53bbf234-925d-4c09-b2f5-617ee4931634/?format=api",
                "uuid": "53bbf234-925d-4c09-b2f5-617ee4931634",
                "name": "39GP0137001",
                "code": "39GP0137001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-06-14T09:26:04Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T21:35:36.488101Z",
            "last_modified": "2023-10-26T12:16:32.188366Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a9d32968-ffc2-4760-9567-dbd211af4aeb/?format=api",
            "uuid": "a9d32968-ffc2-4760-9567-dbd211af4aeb",
            "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/53bbf234-925d-4c09-b2f5-617ee4931634/?format=api",
                "uuid": "53bbf234-925d-4c09-b2f5-617ee4931634",
                "name": "39GP0137001",
                "code": "39GP0137001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:36.914723Z",
            "last_modified": "2022-10-04T21:35:36.914709Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fa83a819-32a4-4c3d-83a6-b96220802c61/?format=api",
            "uuid": "fa83a819-32a4-4c3d-83a6-b96220802c61",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-06-14T08:26:46Z",
            "end": "2022-06-14T08:26:46Z",
            "value_type": "float",
            "last_value": 3.92,
            "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/f322d5ca-8506-4137-a651-fd08b3b88f6e/?format=api",
                "uuid": "f322d5ca-8506-4137-a651-fd08b3b88f6e",
                "name": "39GP0137002",
                "code": "39GP0137002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-06-14T09:26:46Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T21:35:38.944765Z",
            "last_modified": "2023-10-26T12:16:26.163553Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/90bc1bc3-6fbd-4f03-b147-8cec5be76bc1/?format=api",
            "uuid": "90bc1bc3-6fbd-4f03-b147-8cec5be76bc1",
            "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/f322d5ca-8506-4137-a651-fd08b3b88f6e/?format=api",
                "uuid": "f322d5ca-8506-4137-a651-fd08b3b88f6e",
                "name": "39GP0137002",
                "code": "39GP0137002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:39.401586Z",
            "last_modified": "2022-10-04T21:35:39.401571Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3c105cd3-7228-4f8c-88f6-d27dd94ef9e4/?format=api",
            "uuid": "3c105cd3-7228-4f8c-88f6-d27dd94ef9e4",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-06-14T08:28:06Z",
            "end": "2022-06-14T08:28:06Z",
            "value_type": "float",
            "last_value": 4.27,
            "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/9f14bf38-66d4-48a4-a3d2-227f2be70e40/?format=api",
                "uuid": "9f14bf38-66d4-48a4-a3d2-227f2be70e40",
                "name": "39GP0137003",
                "code": "39GP0137003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-06-14T09:28:06Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T21:35:41.316192Z",
            "last_modified": "2023-10-26T12:16:28.615333Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ae7f1090-02b6-4f9f-b2b9-02e6783ec3e9/?format=api",
            "uuid": "ae7f1090-02b6-4f9f-b2b9-02e6783ec3e9",
            "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/9f14bf38-66d4-48a4-a3d2-227f2be70e40/?format=api",
                "uuid": "9f14bf38-66d4-48a4-a3d2-227f2be70e40",
                "name": "39GP0137003",
                "code": "39GP0137003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:41.804770Z",
            "last_modified": "2022-10-04T21:35:41.804757Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e358fa9a-630a-40a7-b6fb-becc8bc8f0ee/?format=api",
            "uuid": "e358fa9a-630a-40a7-b6fb-becc8bc8f0ee",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2022-06-14T08:23:59Z",
            "end": "2022-06-14T08:30:15Z",
            "value_type": "float",
            "last_value": 4.55,
            "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/9c9f374e-edd2-4162-8563-53a6618689d4/?format=api",
                "uuid": "9c9f374e-edd2-4162-8563-53a6618689d4",
                "name": "39GP0137004",
                "code": "39GP0137004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2022-06-14T09:23:59Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "elektronischPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-04T21:35:43.841959Z",
            "last_modified": "2023-10-26T12:16:33.645509Z",
            "access_modifier": "Public"
        }
    ]
}