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/dd590f46-db67-4afe-81f7-dec51b63f22d/timeseries/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 140,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/dd590f46-db67-4afe-81f7-dec51b63f22d/timeseries/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/dd590f46-db67-4afe-81f7-dec51b63f22d/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3c7fb6f6-8d6a-4a64-a4c8-ec8da0e77787/?format=api",
            "uuid": "3c7fb6f6-8d6a-4a64-a4c8-ec8da0e77787",
            "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/966a57f0-7f27-4246-b079-b8bfdeab7691/?format=api",
                "uuid": "966a57f0-7f27-4246-b079-b8bfdeab7691",
                "name": "BEWP060003",
                "code": "BEWP060003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:19.522928Z",
            "last_modified": "2022-10-04T22:25:19.522916Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2b8df2c7-3127-46be-9e4e-622b9143fa50/?format=api",
            "uuid": "2b8df2c7-3127-46be-9e4e-622b9143fa50",
            "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/966a57f0-7f27-4246-b079-b8bfdeab7691/?format=api",
                "uuid": "966a57f0-7f27-4246-b079-b8bfdeab7691",
                "name": "BEWP060003",
                "code": "BEWP060003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:19.965474Z",
            "last_modified": "2022-10-04T22:25:19.965459Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c59ec526-a02a-42e7-b9e2-a1a2095e0af8/?format=api",
            "uuid": "c59ec526-a02a-42e7-b9e2-a1a2095e0af8",
            "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/c29080e9-39a8-4838-bb36-7185802a28c9/?format=api",
                "uuid": "c29080e9-39a8-4838-bb36-7185802a28c9",
                "name": "BEWP060004",
                "code": "BEWP060004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:21.934508Z",
            "last_modified": "2022-10-04T22:25:21.934493Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/78c6287f-995d-4e05-93ba-728940aa09c6/?format=api",
            "uuid": "78c6287f-995d-4e05-93ba-728940aa09c6",
            "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/c29080e9-39a8-4838-bb36-7185802a28c9/?format=api",
                "uuid": "c29080e9-39a8-4838-bb36-7185802a28c9",
                "name": "BEWP060004",
                "code": "BEWP060004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:22.423215Z",
            "last_modified": "2022-10-04T22:25:22.423201Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bbe6ef30-6d9f-4b51-bdd8-8e2b0f6eaffb/?format=api",
            "uuid": "bbe6ef30-6d9f-4b51-bdd8-8e2b0f6eaffb",
            "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/a309d8db-c248-467f-87c0-ae94862e3883/?format=api",
                "uuid": "a309d8db-c248-467f-87c0-ae94862e3883",
                "name": "BEWP060005",
                "code": "BEWP060005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:24.553469Z",
            "last_modified": "2022-10-04T22:25:24.553455Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d346bfc9-74d5-4f58-a78b-7d5d9bc2c2af/?format=api",
            "uuid": "d346bfc9-74d5-4f58-a78b-7d5d9bc2c2af",
            "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/a309d8db-c248-467f-87c0-ae94862e3883/?format=api",
                "uuid": "a309d8db-c248-467f-87c0-ae94862e3883",
                "name": "BEWP060005",
                "code": "BEWP060005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:25.000002Z",
            "last_modified": "2022-10-04T22:25:24.999988Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1b5e1a3c-46f0-407e-af10-736904ef807f/?format=api",
            "uuid": "1b5e1a3c-46f0-407e-af10-736904ef807f",
            "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/9e81cd32-a121-4ef7-bb02-ff8fab8bf231/?format=api",
                "uuid": "9e81cd32-a121-4ef7-bb02-ff8fab8bf231",
                "name": "BEWP060006",
                "code": "BEWP060006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:26.942984Z",
            "last_modified": "2022-10-04T22:25:26.942970Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ceb07a05-8793-4f6c-8cd5-43769efbdab5/?format=api",
            "uuid": "ceb07a05-8793-4f6c-8cd5-43769efbdab5",
            "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/9e81cd32-a121-4ef7-bb02-ff8fab8bf231/?format=api",
                "uuid": "9e81cd32-a121-4ef7-bb02-ff8fab8bf231",
                "name": "BEWP060006",
                "code": "BEWP060006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:27.369563Z",
            "last_modified": "2022-10-04T22:25:27.369549Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a562e10-e02e-4c6a-b64c-1c2a7c893488/?format=api",
            "uuid": "2a562e10-e02e-4c6a-b64c-1c2a7c893488",
            "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/bd1d8134-54d3-47d8-9bf3-c57ce87eb14c/?format=api",
                "uuid": "bd1d8134-54d3-47d8-9bf3-c57ce87eb14c",
                "name": "BEWP060007",
                "code": "BEWP060007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:29.434773Z",
            "last_modified": "2022-10-04T22:25:29.434760Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/62edb3d3-17b9-43a5-8fc6-46665d212e74/?format=api",
            "uuid": "62edb3d3-17b9-43a5-8fc6-46665d212e74",
            "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/bd1d8134-54d3-47d8-9bf3-c57ce87eb14c/?format=api",
                "uuid": "bd1d8134-54d3-47d8-9bf3-c57ce87eb14c",
                "name": "BEWP060007",
                "code": "BEWP060007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:25:29.890659Z",
            "last_modified": "2022-10-04T22:25:29.890645Z",
            "access_modifier": "Public"
        }
    ]
}