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/7d120e36-0d51-477b-be92-5eaa5bd9e7d6/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 154,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/7d120e36-0d51-477b-be92-5eaa5bd9e7d6/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d90a4156-e67f-4356-b0d9-30fd891981d0/?format=api",
            "uuid": "d90a4156-e67f-4356-b0d9-30fd891981d0",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2002-05-30T11:00:00Z",
            "end": "2015-07-06T08:00:00Z",
            "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/93a2321d-f170-4089-8f6a-a24792767f59/?format=api",
                "uuid": "93a2321d-f170-4089-8f6a-a24792767f59",
                "name": "06DP0040001",
                "code": "06DP0040001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-06T09:00:00Z",
                        "start": "2002-05-30T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T09:47:07.103004Z",
            "last_modified": "2022-10-14T14:26:50.130946Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5dd2bd63-f7af-4e2c-b765-599ae049bea0/?format=api",
            "uuid": "5dd2bd63-f7af-4e2c-b765-599ae049bea0",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2002-05-30T11:00:00Z",
            "end": "2014-12-10T12:00:00Z",
            "value_type": "float",
            "last_value": -1.5,
            "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/18febdcd-25bc-479f-ac2c-1b190c8ffea3/?format=api",
                "uuid": "18febdcd-25bc-479f-ac2c-1b190c8ffea3",
                "name": "06DP0040003",
                "code": "06DP0040003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2014-12-10T13:00:00Z",
                        "start": "2002-05-30T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-11T09:47:12.743810Z",
            "last_modified": "2022-10-14T14:28:21.416796Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c0196923-4205-4756-8ed2-88c0670c179c/?format=api",
            "uuid": "c0196923-4205-4756-8ed2-88c0670c179c",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1961-01-27T11:00:00Z",
            "end": "2018-09-25T11:27:01Z",
            "value_type": "float",
            "last_value": -2.018,
            "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/93a2321d-f170-4089-8f6a-a24792767f59/?format=api",
                "uuid": "93a2321d-f170-4089-8f6a-a24792767f59",
                "name": "06DP0040001",
                "code": "06DP0040001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2002-02-14T12:00:00Z",
                            "start": "1961-01-27T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2018-09-25T12:27:01Z",
                            "start": "2003-02-27T09:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:59:29.286371Z",
            "last_modified": "2022-10-14T14:24:23.067518Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0e3ec136-1a06-4b61-a8aa-5700088ee838/?format=api",
            "uuid": "0e3ec136-1a06-4b61-a8aa-5700088ee838",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1961-01-27T11:00:00Z",
            "end": "2018-09-25T11:29:47Z",
            "value_type": "float",
            "last_value": -2.048,
            "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/e9cb6505-7daa-4d73-af70-8390be3f7981/?format=api",
                "uuid": "e9cb6505-7daa-4d73-af70-8390be3f7981",
                "name": "06DP0040004",
                "code": "06DP0040004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2018-09-25T12:29:47Z",
                        "start": "1961-01-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T08:59:33.285678Z",
            "last_modified": "2022-10-14T18:29:07.523417Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9f43d706-37ad-4556-af79-3f38dec5b3b3/?format=api",
            "uuid": "9f43d706-37ad-4556-af79-3f38dec5b3b3",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1961-01-27T11:00:00Z",
            "end": "2018-09-25T12:28:02Z",
            "value_type": "float",
            "last_value": -2.068,
            "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/c3bc907d-3a04-4239-93c8-f1ddd9643849/?format=api",
                "uuid": "c3bc907d-3a04-4239-93c8-f1ddd9643849",
                "name": "06DP0040002",
                "code": "06DP0040002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2018-09-25T13:28:02Z",
                        "start": "1961-01-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T08:59:49.847230Z",
            "last_modified": "2022-10-14T18:28:47.353399Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7bf4cc4c-0500-4037-a037-eafeda192715/?format=api",
            "uuid": "7bf4cc4c-0500-4037-a037-eafeda192715",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1961-01-27T11:00:00Z",
            "end": "2018-09-25T11:28:45Z",
            "value_type": "float",
            "last_value": -1.872,
            "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/18febdcd-25bc-479f-ac2c-1b190c8ffea3/?format=api",
                "uuid": "18febdcd-25bc-479f-ac2c-1b190c8ffea3",
                "name": "06DP0040003",
                "code": "06DP0040003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2002-02-14T12:00:00Z",
                            "start": "1961-01-27T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2018-09-25T12:28:45Z",
                            "start": "2003-02-27T09:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:59:50.761224Z",
            "last_modified": "2022-10-14T14:27:00.484674Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/20ee4009-7e84-447e-9d06-7df8a54a9a73/?format=api",
            "uuid": "20ee4009-7e84-447e-9d06-7df8a54a9a73",
            "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/49b4924d-da7b-42c1-9b78-3e3bd0d24396/?format=api",
                "uuid": "49b4924d-da7b-42c1-9b78-3e3bd0d24396",
                "name": "06DP0161001",
                "code": "06DP0161001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:09.335989Z",
            "last_modified": "2022-10-04T18:03:09.335977Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1a3dc3b0-320a-4ab4-993b-f8e1e4bb4f5c/?format=api",
            "uuid": "1a3dc3b0-320a-4ab4-993b-f8e1e4bb4f5c",
            "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/49b4924d-da7b-42c1-9b78-3e3bd0d24396/?format=api",
                "uuid": "49b4924d-da7b-42c1-9b78-3e3bd0d24396",
                "name": "06DP0161001",
                "code": "06DP0161001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:09.793020Z",
            "last_modified": "2022-10-04T18:03:09.793007Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9e0f1e43-90c4-4e52-8256-3dc0079777ce/?format=api",
            "uuid": "9e0f1e43-90c4-4e52-8256-3dc0079777ce",
            "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/0d624366-0fbc-4cc3-9366-8e5177bb2c0c/?format=api",
                "uuid": "0d624366-0fbc-4cc3-9366-8e5177bb2c0c",
                "name": "06DP0161002",
                "code": "06DP0161002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:11.775122Z",
            "last_modified": "2022-10-04T18:03:11.775100Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c2bc0500-c2df-450d-939d-408f74928f48/?format=api",
            "uuid": "c2bc0500-c2df-450d-939d-408f74928f48",
            "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/0d624366-0fbc-4cc3-9366-8e5177bb2c0c/?format=api",
                "uuid": "0d624366-0fbc-4cc3-9366-8e5177bb2c0c",
                "name": "06DP0161002",
                "code": "06DP0161002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:12.251184Z",
            "last_modified": "2022-10-04T18:03:12.251170Z",
            "access_modifier": "Public"
        }
    ]
}