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/7b4b7a8f-01cf-4d73-ae58-96b1777b86b9/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 88,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/7b4b7a8f-01cf-4d73-ae58-96b1777b86b9/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e2274a0a-c26f-4961-96c5-ab1bb36218eb/?format=api",
            "uuid": "e2274a0a-c26f-4961-96c5-ab1bb36218eb",
            "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/41faa58d-a52f-4d1f-a740-49a073157a8d/?format=api",
                "uuid": "41faa58d-a52f-4d1f-a740-49a073157a8d",
                "name": "41DBENT1001",
                "code": "41DBENT1001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:46.032316Z",
            "last_modified": "2022-10-04T22:05:46.032302Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/06aecdc5-8eee-461e-8253-25481d0323c9/?format=api",
            "uuid": "06aecdc5-8eee-461e-8253-25481d0323c9",
            "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/41faa58d-a52f-4d1f-a740-49a073157a8d/?format=api",
                "uuid": "41faa58d-a52f-4d1f-a740-49a073157a8d",
                "name": "41DBENT1001",
                "code": "41DBENT1001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:46.452203Z",
            "last_modified": "2022-10-04T22:05:46.452190Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ec42fc66-f389-4d5c-a169-c601d1bd27cb/?format=api",
            "uuid": "ec42fc66-f389-4d5c-a169-c601d1bd27cb",
            "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/54d92cce-d1b1-4457-83f7-c02eb041c748/?format=api",
                "uuid": "54d92cce-d1b1-4457-83f7-c02eb041c748",
                "name": "41DBENT1002",
                "code": "41DBENT1002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:48.401226Z",
            "last_modified": "2022-10-04T22:05:48.401211Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/89a8c001-dfa1-4578-af9a-5a7fef514137/?format=api",
            "uuid": "89a8c001-dfa1-4578-af9a-5a7fef514137",
            "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/54d92cce-d1b1-4457-83f7-c02eb041c748/?format=api",
                "uuid": "54d92cce-d1b1-4457-83f7-c02eb041c748",
                "name": "41DBENT1002",
                "code": "41DBENT1002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:48.844244Z",
            "last_modified": "2022-10-04T22:05:48.844229Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e0bcbd95-8bc3-4e14-b284-a3613c910de4/?format=api",
            "uuid": "e0bcbd95-8bc3-4e14-b284-a3613c910de4",
            "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/065a78bf-8e1b-4a77-bbae-cffe7f4b8bec/?format=api",
                "uuid": "065a78bf-8e1b-4a77-bbae-cffe7f4b8bec",
                "name": "41DBENT1003",
                "code": "41DBENT1003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:50.764757Z",
            "last_modified": "2022-10-04T22:05:50.764743Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/93b1399a-8efe-4c82-877c-76772786e33a/?format=api",
            "uuid": "93b1399a-8efe-4c82-877c-76772786e33a",
            "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/065a78bf-8e1b-4a77-bbae-cffe7f4b8bec/?format=api",
                "uuid": "065a78bf-8e1b-4a77-bbae-cffe7f4b8bec",
                "name": "41DBENT1003",
                "code": "41DBENT1003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:51.250262Z",
            "last_modified": "2022-10-04T22:05:51.250247Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3e0ee979-8bd3-456d-8d6e-c1435055a6ad/?format=api",
            "uuid": "3e0ee979-8bd3-456d-8d6e-c1435055a6ad",
            "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/f037859b-3333-4b26-b3b2-faffc7bccae2/?format=api",
                "uuid": "f037859b-3333-4b26-b3b2-faffc7bccae2",
                "name": "41DBENT1004",
                "code": "41DBENT1004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:53.273948Z",
            "last_modified": "2022-10-04T22:05:53.273936Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/88c33f1f-6232-40b0-93a9-7be7596170c1/?format=api",
            "uuid": "88c33f1f-6232-40b0-93a9-7be7596170c1",
            "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/f037859b-3333-4b26-b3b2-faffc7bccae2/?format=api",
                "uuid": "f037859b-3333-4b26-b3b2-faffc7bccae2",
                "name": "41DBENT1004",
                "code": "41DBENT1004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:53.701089Z",
            "last_modified": "2022-10-04T22:05:53.701075Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0e89e3d0-64ed-497d-8de6-eab5eb757cd4/?format=api",
            "uuid": "0e89e3d0-64ed-497d-8de6-eab5eb757cd4",
            "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/c8b32a35-b5bf-46b0-8a21-b202aa2722b3/?format=api",
                "uuid": "c8b32a35-b5bf-46b0-8a21-b202aa2722b3",
                "name": "41DBENT1005",
                "code": "41DBENT1005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:55.589785Z",
            "last_modified": "2022-10-04T22:05:55.589771Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/486d16a5-fd1b-487e-9643-d5daaa8cc583/?format=api",
            "uuid": "486d16a5-fd1b-487e-9643-d5daaa8cc583",
            "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/c8b32a35-b5bf-46b0-8a21-b202aa2722b3/?format=api",
                "uuid": "c8b32a35-b5bf-46b0-8a21-b202aa2722b3",
                "name": "41DBENT1005",
                "code": "41DBENT1005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:05:56.031158Z",
            "last_modified": "2022-10-04T22:05:56.031144Z",
            "access_modifier": "Public"
        }
    ]
}