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/4374c15e-1c8f-49f0-89c7-1122adf3eb35/timeseries/?format=api&page=43
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 474,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/4374c15e-1c8f-49f0-89c7-1122adf3eb35/timeseries/?format=api&page=44",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/4374c15e-1c8f-49f0-89c7-1122adf3eb35/timeseries/?format=api&page=42",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4f2722a6-7139-48c0-9f6d-69886094c31b/?format=api",
            "uuid": "4f2722a6-7139-48c0-9f6d-69886094c31b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T13:00:00Z",
            "end": "2015-07-01T13:00:00Z",
            "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/ab8a0e73-fce7-4317-805e-bdd44b43da36/?format=api",
                "uuid": "ab8a0e73-fce7-4317-805e-bdd44b43da36",
                "name": "GRWP025008",
                "code": "GRWP025008"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T14:00:00Z",
                        "start": "2015-07-01T14:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:43:07.165303Z",
            "last_modified": "2023-07-09T20:42:48.243575Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/20c4f756-0b7e-4073-8f01-a287a4ca3e78/?format=api",
            "uuid": "20c4f756-0b7e-4073-8f01-a287a4ca3e78",
            "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/ab8a0e73-fce7-4317-805e-bdd44b43da36/?format=api",
                "uuid": "ab8a0e73-fce7-4317-805e-bdd44b43da36",
                "name": "GRWP025008",
                "code": "GRWP025008"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:43:07.428292Z",
            "last_modified": "2022-12-20T14:14:42.259377Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c98a40d4-cc94-41ee-9a35-45b559dc7155/?format=api",
            "uuid": "c98a40d4-cc94-41ee-9a35-45b559dc7155",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T13:00:00Z",
            "end": "2015-07-01T13:00:00Z",
            "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/6ac1ede3-0026-45b3-9f18-baccbbfbb28c/?format=api",
                "uuid": "6ac1ede3-0026-45b3-9f18-baccbbfbb28c",
                "name": "GRWP025009",
                "code": "GRWP025009"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T14:00:00Z",
                        "start": "2015-07-01T14:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:43:10.411099Z",
            "last_modified": "2023-07-09T20:42:48.657028Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f07b867c-35e2-4c4e-bb5b-a71ae4c00b0c/?format=api",
            "uuid": "f07b867c-35e2-4c4e-bb5b-a71ae4c00b0c",
            "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/6ac1ede3-0026-45b3-9f18-baccbbfbb28c/?format=api",
                "uuid": "6ac1ede3-0026-45b3-9f18-baccbbfbb28c",
                "name": "GRWP025009",
                "code": "GRWP025009"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:43:10.675057Z",
            "last_modified": "2022-12-20T14:14:43.140056Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ba914b49-f457-48e2-b668-cc2a179f172c/?format=api",
            "uuid": "ba914b49-f457-48e2-b668-cc2a179f172c",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1980-01-03T11:00:00Z",
            "end": "2016-06-30T07:30:00Z",
            "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/ca7a2847-c7a1-4f86-97a7-8437242f2f1e/?format=api",
                "uuid": "ca7a2847-c7a1-4f86-97a7-8437242f2f1e",
                "name": "NIWP005008",
                "code": "NIWP005008"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-11-14T12:00:00Z",
                            "start": "1980-01-03T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2016-06-30T08:30:00Z",
                            "start": "2009-06-25T11:55:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2022-10-12T10:39:59.368385Z",
            "last_modified": "2023-07-19T07:06:19.931446Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f67cd0d4-a2d9-45de-950a-db5e2790ce01/?format=api",
            "uuid": "f67cd0d4-a2d9-45de-950a-db5e2790ce01",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": "2009-05-30T11:00:00Z",
            "end": "2016-06-30T05: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/ca7a2847-c7a1-4f86-97a7-8437242f2f1e/?format=api",
                "uuid": "ca7a2847-c7a1-4f86-97a7-8437242f2f1e",
                "name": "NIWP005008",
                "code": "NIWP005008"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-06-30T06:00:00Z",
                        "start": "2009-05-30T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2022-10-12T10:39:59.652706Z",
            "last_modified": "2022-12-20T14:29:53.917574Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e57b0200-176f-4163-bb51-403e14541358/?format=api",
            "uuid": "e57b0200-176f-4163-bb51-403e14541358",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-07-13T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 3.4,
            "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/7f4ebd05-7011-4e46-99c2-af7c462fe5b6/?format=api",
                "uuid": "7f4ebd05-7011-4e46-99c2-af7c462fe5b6",
                "name": "VEWP011010",
                "code": "VEWP011010"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1990-07-13T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:44:18.756784Z",
            "last_modified": "2023-07-09T20:49:57.210043Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c27d7217-5584-4c10-9bd5-8a27096b7a7f/?format=api",
            "uuid": "c27d7217-5584-4c10-9bd5-8a27096b7a7f",
            "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/7f4ebd05-7011-4e46-99c2-af7c462fe5b6/?format=api",
                "uuid": "7f4ebd05-7011-4e46-99c2-af7c462fe5b6",
                "name": "VEWP011010",
                "code": "VEWP011010"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:44:19.023592Z",
            "last_modified": "2022-12-20T14:46:25.951464Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ce1aa73c-db6f-4427-89e7-327215319c41/?format=api",
            "uuid": "ce1aa73c-db6f-4427-89e7-327215319c41",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-07-13T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 3.34,
            "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/30c4a901-b9d1-4417-8357-6501a474668a/?format=api",
                "uuid": "30c4a901-b9d1-4417-8357-6501a474668a",
                "name": "VEWP011011",
                "code": "VEWP011011"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1990-07-13T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:44:21.892176Z",
            "last_modified": "2023-07-09T20:49:58.130569Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4a7e4e70-d55c-4a81-af84-8c9134f0931a/?format=api",
            "uuid": "4a7e4e70-d55c-4a81-af84-8c9134f0931a",
            "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/30c4a901-b9d1-4417-8357-6501a474668a/?format=api",
                "uuid": "30c4a901-b9d1-4417-8357-6501a474668a",
                "name": "VEWP011011",
                "code": "VEWP011011"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:44:22.135524Z",
            "last_modified": "2022-12-20T14:46:27.434113Z",
            "access_modifier": "Public"
        }
    ]
}