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/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/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/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6d28d690-0673-4105-9e79-43d5d92d41e4/?format=api",
            "uuid": "6d28d690-0673-4105-9e79-43d5d92d41e4",
            "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/a3994ea9-20c1-4efd-ad3f-b84016b60d3e/?format=api",
                "uuid": "a3994ea9-20c1-4efd-ad3f-b84016b60d3e",
                "name": "32HM003001",
                "code": "32HM003001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:41:07.304048Z",
            "last_modified": "2022-10-04T20:41:07.304033Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/84153c92-7b85-43df-96a5-aab9f5dfedc7/?format=api",
            "uuid": "84153c92-7b85-43df-96a5-aab9f5dfedc7",
            "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/a3994ea9-20c1-4efd-ad3f-b84016b60d3e/?format=api",
                "uuid": "a3994ea9-20c1-4efd-ad3f-b84016b60d3e",
                "name": "32HM003001",
                "code": "32HM003001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:41:07.750825Z",
            "last_modified": "2022-10-04T20:41:07.750811Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ccbea3ff-631d-4cd7-8ebe-71c40dc76eba/?format=api",
            "uuid": "ccbea3ff-631d-4cd7-8ebe-71c40dc76eba",
            "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/6874c56f-7867-4741-ad14-dbc2723bb791/?format=api",
                "uuid": "6874c56f-7867-4741-ad14-dbc2723bb791",
                "name": "33CP0127001",
                "code": "33CP0127001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:06.009676Z",
            "last_modified": "2022-10-04T20:46:06.009662Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e7254f06-d4ed-446f-9ec4-0ddc2b5b53b7/?format=api",
            "uuid": "e7254f06-d4ed-446f-9ec4-0ddc2b5b53b7",
            "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/6874c56f-7867-4741-ad14-dbc2723bb791/?format=api",
                "uuid": "6874c56f-7867-4741-ad14-dbc2723bb791",
                "name": "33CP0127001",
                "code": "33CP0127001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:06.440620Z",
            "last_modified": "2022-10-04T20:46:06.440606Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1e8a2745-d01d-46f6-b9c2-4d559cb33fd2/?format=api",
            "uuid": "1e8a2745-d01d-46f6-b9c2-4d559cb33fd2",
            "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/a1fb871a-2764-4f02-8974-d142bb542c45/?format=api",
                "uuid": "a1fb871a-2764-4f02-8974-d142bb542c45",
                "name": "33CP0127002",
                "code": "33CP0127002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:09.082569Z",
            "last_modified": "2022-10-04T20:46:09.082556Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/efc086dc-b125-4a17-abfd-c9f6371ca859/?format=api",
            "uuid": "efc086dc-b125-4a17-abfd-c9f6371ca859",
            "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/a1fb871a-2764-4f02-8974-d142bb542c45/?format=api",
                "uuid": "a1fb871a-2764-4f02-8974-d142bb542c45",
                "name": "33CP0127002",
                "code": "33CP0127002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:09.839591Z",
            "last_modified": "2022-10-04T20:46:09.839572Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b069bd67-a9f5-402e-a715-9fb1743f3d8c/?format=api",
            "uuid": "b069bd67-a9f5-402e-a715-9fb1743f3d8c",
            "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/59da8b58-4192-4a44-9e1f-5d962559f2a9/?format=api",
                "uuid": "59da8b58-4192-4a44-9e1f-5d962559f2a9",
                "name": "33CP0127003",
                "code": "33CP0127003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:12.664015Z",
            "last_modified": "2022-10-04T20:46:12.664002Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/043b7e71-84a3-4452-ae39-878b3112b6a7/?format=api",
            "uuid": "043b7e71-84a3-4452-ae39-878b3112b6a7",
            "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/59da8b58-4192-4a44-9e1f-5d962559f2a9/?format=api",
                "uuid": "59da8b58-4192-4a44-9e1f-5d962559f2a9",
                "name": "33CP0127003",
                "code": "33CP0127003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:13.156825Z",
            "last_modified": "2022-10-04T20:46:13.156811Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5d8fe4f0-5615-4222-9141-a40e604649f6/?format=api",
            "uuid": "5d8fe4f0-5615-4222-9141-a40e604649f6",
            "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/f72d33ae-a2cf-4240-9c0b-b3e0b67299d5/?format=api",
                "uuid": "f72d33ae-a2cf-4240-9c0b-b3e0b67299d5",
                "name": "33CP0127004",
                "code": "33CP0127004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:15.025102Z",
            "last_modified": "2022-10-04T20:46:15.025088Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c9a52a6d-07ed-41ba-8dfd-1353e134020a/?format=api",
            "uuid": "c9a52a6d-07ed-41ba-8dfd-1353e134020a",
            "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/f72d33ae-a2cf-4240-9c0b-b3e0b67299d5/?format=api",
                "uuid": "f72d33ae-a2cf-4240-9c0b-b3e0b67299d5",
                "name": "33CP0127004",
                "code": "33CP0127004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:46:15.452403Z",
            "last_modified": "2022-10-04T20:46:15.452388Z",
            "access_modifier": "Public"
        }
    ]
}