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/c081eca8-ac4f-4a2e-a1ee-0b3e1c770e48/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 100,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/c081eca8-ac4f-4a2e-a1ee-0b3e1c770e48/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/43cb4520-c0ee-43cf-85a6-c6ed161cf623/?format=api",
            "uuid": "43cb4520-c0ee-43cf-85a6-c6ed161cf623",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2005-06-01T11:00:00Z",
            "end": "2015-04-21T11:00:00Z",
            "value_type": "float",
            "last_value": 6.698,
            "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/07fa8122-2bd7-467e-be7e-99120b700d23/?format=api",
                "uuid": "07fa8122-2bd7-467e-be7e-99120b700d23",
                "name": "28CP0238001",
                "code": "28CP0238001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-04-21T12:00:00Z",
                        "start": "2005-06-01T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T20:14:46.529332Z",
            "last_modified": "2022-10-12T23:22:51.852396Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cb0251f2-83bd-4786-a70b-1c3db883aec3/?format=api",
            "uuid": "cb0251f2-83bd-4786-a70b-1c3db883aec3",
            "code": "WNS9040::second::1::3600",
            "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/52e92862-a051-4110-93ea-1c4ffa32675f/?format=api",
                "uuid": "52e92862-a051-4110-93ea-1c4ffa32675f",
                "name": "28DP0081002",
                "code": "28DP0081002"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:47:51.726239Z",
            "last_modified": "2022-10-15T07:29:50.667661Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ce926df2-eb24-407e-a4b5-376258d441f9/?format=api",
            "uuid": "ce926df2-eb24-407e-a4b5-376258d441f9",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1982-09-28T11:00:00Z",
            "end": "2016-02-04T10: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/07fa8122-2bd7-467e-be7e-99120b700d23/?format=api",
                "uuid": "07fa8122-2bd7-467e-be7e-99120b700d23",
                "name": "28CP0238001",
                "code": "28CP0238001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2005-06-14T12:00:00Z",
                            "start": "1982-09-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2016-02-04T11:00:00Z",
                            "start": "2006-03-22T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T08:53:44.576408Z",
            "last_modified": "2022-10-12T23:23:03.366042Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e9b2252e-2157-4051-869b-26807408c202/?format=api",
            "uuid": "e9b2252e-2157-4051-869b-26807408c202",
            "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/684f4dc4-58f7-4a7b-8206-297935e65451/?format=api",
                "uuid": "684f4dc4-58f7-4a7b-8206-297935e65451",
                "name": "B28D0081051",
                "code": "28DP0081051"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:26:32.305632Z",
            "last_modified": "2022-10-04T20:26:32.305621Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e7c63073-0e17-480e-9742-df8367b5ad46/?format=api",
            "uuid": "e7c63073-0e17-480e-9742-df8367b5ad46",
            "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/684f4dc4-58f7-4a7b-8206-297935e65451/?format=api",
                "uuid": "684f4dc4-58f7-4a7b-8206-297935e65451",
                "name": "B28D0081051",
                "code": "28DP0081051"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:26:32.795757Z",
            "last_modified": "2022-10-04T20:26:32.795743Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f835fac7-fd76-4a22-8037-64126d768d76/?format=api",
            "uuid": "f835fac7-fd76-4a22-8037-64126d768d76",
            "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/c24168bd-fc68-4a82-89bb-b6cc336f8861/?format=api",
                "uuid": "c24168bd-fc68-4a82-89bb-b6cc336f8861",
                "name": "B34B0331001",
                "code": "34BA3331001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:55:05.794352Z",
            "last_modified": "2022-10-04T20:55:05.794338Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3d4aa1ad-b5f6-4570-a427-0b84cfd31271/?format=api",
            "uuid": "3d4aa1ad-b5f6-4570-a427-0b84cfd31271",
            "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/c24168bd-fc68-4a82-89bb-b6cc336f8861/?format=api",
                "uuid": "c24168bd-fc68-4a82-89bb-b6cc336f8861",
                "name": "B34B0331001",
                "code": "34BA3331001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:55:06.236457Z",
            "last_modified": "2022-10-04T20:55:06.236444Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fd6bd9b2-bd77-46fc-a16f-a2776c20b6e1/?format=api",
            "uuid": "fd6bd9b2-bd77-46fc-a16f-a2776c20b6e1",
            "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/46c3327e-5bcb-4851-bca4-a29a5bdd5a2c/?format=api",
                "uuid": "46c3327e-5bcb-4851-bca4-a29a5bdd5a2c",
                "name": "B34B0331002",
                "code": "34BA3331002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:55:08.282685Z",
            "last_modified": "2022-10-04T20:55:08.282673Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9342aa31-5789-4275-813b-296fcc7521a0/?format=api",
            "uuid": "9342aa31-5789-4275-813b-296fcc7521a0",
            "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/46c3327e-5bcb-4851-bca4-a29a5bdd5a2c/?format=api",
                "uuid": "46c3327e-5bcb-4851-bca4-a29a5bdd5a2c",
                "name": "B34B0331002",
                "code": "34BA3331002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:55:08.729697Z",
            "last_modified": "2022-10-04T20:55:08.729680Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3cc9319c-82e4-47b1-8c9a-161d77ee2d90/?format=api",
            "uuid": "3cc9319c-82e4-47b1-8c9a-161d77ee2d90",
            "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/149b57ae-c596-4f1d-b433-964b369353fc/?format=api",
                "uuid": "149b57ae-c596-4f1d-b433-964b369353fc",
                "name": "B34B0331003",
                "code": "34BA3331003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:55:10.717056Z",
            "last_modified": "2022-10-04T20:55:10.717042Z",
            "access_modifier": "Public"
        }
    ]
}