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/e1a7084a-3ec5-4da6-9d80-ede4b2b8efac/timeseries/?format=api&page=9
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/e1a7084a-3ec5-4da6-9d80-ede4b2b8efac/timeseries/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e1a7084a-3ec5-4da6-9d80-ede4b2b8efac/timeseries/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1486a75d-332a-4577-8658-c8f2bfbdcc40/?format=api",
            "uuid": "1486a75d-332a-4577-8658-c8f2bfbdcc40",
            "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/a2a5cb6e-312d-4b36-aee1-4d32c79145c4/?format=api",
                "uuid": "a2a5cb6e-312d-4b36-aee1-4d32c79145c4",
                "name": "06DP0231002",
                "code": "06DP0231002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:08.976551Z",
            "last_modified": "2022-12-20T14:18:50.232928Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7b310bf8-61f9-4b98-bf1b-e1a937a3703f/?format=api",
            "uuid": "7b310bf8-61f9-4b98-bf1b-e1a937a3703f",
            "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/4515564c-c02d-4539-92cc-94a558fced27/?format=api",
                "uuid": "4515564c-c02d-4539-92cc-94a558fced27",
                "name": "06DP0231004",
                "code": "06DP0231004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:14.558210Z",
            "last_modified": "2022-12-20T14:18:51.397271Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ef1bcc48-8c5f-4cc7-92a1-13bb63f01b15/?format=api",
            "uuid": "ef1bcc48-8c5f-4cc7-92a1-13bb63f01b15",
            "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/2c34f2ae-88aa-40f3-89bb-bbcb9ed8889e/?format=api",
                "uuid": "2c34f2ae-88aa-40f3-89bb-bbcb9ed8889e",
                "name": "06DP0247004",
                "code": "06DP0247004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:17.790370Z",
            "last_modified": "2022-12-20T14:18:52.310023Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/87fa0c53-5cb8-40bd-b681-928aabc5492a/?format=api",
            "uuid": "87fa0c53-5cb8-40bd-b681-928aabc5492a",
            "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/560c0f09-fb79-4e57-9eff-40189dddd651/?format=api",
                "uuid": "560c0f09-fb79-4e57-9eff-40189dddd651",
                "name": "06DP0247006",
                "code": "06DP0247006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:20.664030Z",
            "last_modified": "2022-12-20T14:18:53.191125Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fd57a777-71a8-442b-820e-b1f823ed3f55/?format=api",
            "uuid": "fd57a777-71a8-442b-820e-b1f823ed3f55",
            "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/19ace433-ca05-406d-9d96-cd3062518928/?format=api",
                "uuid": "19ace433-ca05-406d-9d96-cd3062518928",
                "name": "06DP0230006",
                "code": "06DP0230006"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:23.230467Z",
            "last_modified": "2022-12-20T14:18:53.775069Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/49a25bbc-5e7c-468d-833d-f2510a282b89/?format=api",
            "uuid": "49a25bbc-5e7c-468d-833d-f2510a282b89",
            "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/be54212e-9a21-4645-884b-5bd03f054e8e/?format=api",
                "uuid": "be54212e-9a21-4645-884b-5bd03f054e8e",
                "name": "06DP0248004",
                "code": "06DP0248004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:26.068638Z",
            "last_modified": "2022-12-20T14:18:54.652120Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/03f27d48-3cff-47a6-9435-037944482df9/?format=api",
            "uuid": "03f27d48-3cff-47a6-9435-037944482df9",
            "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/ccc17ca1-fa79-4d89-bd03-64a2d8be1aad/?format=api",
                "uuid": "ccc17ca1-fa79-4d89-bd03-64a2d8be1aad",
                "name": "06DP0230004",
                "code": "06DP0230004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:29.068544Z",
            "last_modified": "2022-12-20T14:18:55.544985Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/673e7922-9317-44f6-8fda-02e5a2bf64a9/?format=api",
            "uuid": "673e7922-9317-44f6-8fda-02e5a2bf64a9",
            "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/8b3bd7ef-0307-4645-8fad-bbc85d6aef9c/?format=api",
                "uuid": "8b3bd7ef-0307-4645-8fad-bbc85d6aef9c",
                "name": "06DP0248005",
                "code": "06DP0248005"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:31.923102Z",
            "last_modified": "2022-12-20T14:18:56.399184Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6f4f28d6-bf21-439b-ac40-0e98518b1507/?format=api",
            "uuid": "6f4f28d6-bf21-439b-ac40-0e98518b1507",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1990-09-12T11:00:00Z",
            "end": "2016-12-27T12:30:00Z",
            "value_type": "float",
            "last_value": -1.339,
            "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/ff82893f-fc3d-4fc1-be59-bd350f17a049/?format=api",
                "uuid": "ff82893f-fc3d-4fc1-be59-bd350f17a049",
                "name": "06DP0229002",
                "code": "06DP0229002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2016-12-27T13:30:00Z",
                        "start": "1990-09-12T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T10:23:39.656030Z",
            "last_modified": "2023-07-09T20:46:45.818955Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a2f31feb-0495-4bcc-b0c4-2919d1aae889/?format=api",
            "uuid": "a2f31feb-0495-4bcc-b0c4-2919d1aae889",
            "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/ff82893f-fc3d-4fc1-be59-bd350f17a049/?format=api",
                "uuid": "ff82893f-fc3d-4fc1-be59-bd350f17a049",
                "name": "06DP0229002",
                "code": "06DP0229002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:23:39.920788Z",
            "last_modified": "2022-12-20T14:25:55.558271Z",
            "access_modifier": "Public"
        }
    ]
}