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/1d616004-5feb-497f-937a-bb662e43ef73/timeseries/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 214,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/1d616004-5feb-497f-937a-bb662e43ef73/timeseries/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1d616004-5feb-497f-937a-bb662e43ef73/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7daa27b6-a387-4ea0-8e25-f731b93fff4e/?format=api",
            "uuid": "7daa27b6-a387-4ea0-8e25-f731b93fff4e",
            "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/2c660393-fe38-4e05-bb53-b1d22fcdb63f/?format=api",
                "uuid": "2c660393-fe38-4e05-bb53-b1d22fcdb63f",
                "name": "39FZ011002",
                "code": "39FZ011002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:32.862377Z",
            "last_modified": "2022-10-04T21:34:32.862362Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c9396460-3cef-4a4d-9548-5ed6067e8de9/?format=api",
            "uuid": "c9396460-3cef-4a4d-9548-5ed6067e8de9",
            "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/2c660393-fe38-4e05-bb53-b1d22fcdb63f/?format=api",
                "uuid": "2c660393-fe38-4e05-bb53-b1d22fcdb63f",
                "name": "39FZ011002",
                "code": "39FZ011002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:33.310307Z",
            "last_modified": "2022-10-04T21:34:33.310293Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9e92b4f2-ffde-45df-8819-9e1de392afc1/?format=api",
            "uuid": "9e92b4f2-ffde-45df-8819-9e1de392afc1",
            "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/db562d0a-ac08-4123-81b9-d09c32af5dd9/?format=api",
                "uuid": "db562d0a-ac08-4123-81b9-d09c32af5dd9",
                "name": "39FZ011003",
                "code": "39FZ011003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:35.127865Z",
            "last_modified": "2022-10-04T21:34:35.127851Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/65017ea6-d17f-40b4-862e-a29df419d092/?format=api",
            "uuid": "65017ea6-d17f-40b4-862e-a29df419d092",
            "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/db562d0a-ac08-4123-81b9-d09c32af5dd9/?format=api",
                "uuid": "db562d0a-ac08-4123-81b9-d09c32af5dd9",
                "name": "39FZ011003",
                "code": "39FZ011003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:35.550873Z",
            "last_modified": "2022-10-04T21:34:35.550859Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/abf75e4a-6733-4c27-a47e-3c0b5eb62672/?format=api",
            "uuid": "abf75e4a-6733-4c27-a47e-3c0b5eb62672",
            "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/054106ed-8c7c-40f9-a894-ee777e15ae68/?format=api",
                "uuid": "054106ed-8c7c-40f9-a894-ee777e15ae68",
                "name": "39FZ012001",
                "code": "39FZ012001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:37.609501Z",
            "last_modified": "2022-10-04T21:34:37.609483Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5d9a0016-b1f4-44a8-9713-ae6d5222755d/?format=api",
            "uuid": "5d9a0016-b1f4-44a8-9713-ae6d5222755d",
            "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/054106ed-8c7c-40f9-a894-ee777e15ae68/?format=api",
                "uuid": "054106ed-8c7c-40f9-a894-ee777e15ae68",
                "name": "39FZ012001",
                "code": "39FZ012001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:38.092149Z",
            "last_modified": "2022-10-04T21:34:38.092132Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4df63bb4-52ce-4544-b62b-ed37ef7b9451/?format=api",
            "uuid": "4df63bb4-52ce-4544-b62b-ed37ef7b9451",
            "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/37846646-837b-4146-967b-dc9d0c637c9a/?format=api",
                "uuid": "37846646-837b-4146-967b-dc9d0c637c9a",
                "name": "39FZ012002",
                "code": "39FZ012002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:40.000761Z",
            "last_modified": "2022-10-04T21:34:40.000746Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/730ac590-410d-4696-81fd-15eebb3d07e5/?format=api",
            "uuid": "730ac590-410d-4696-81fd-15eebb3d07e5",
            "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/37846646-837b-4146-967b-dc9d0c637c9a/?format=api",
                "uuid": "37846646-837b-4146-967b-dc9d0c637c9a",
                "name": "39FZ012002",
                "code": "39FZ012002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:40.427460Z",
            "last_modified": "2022-10-04T21:34:40.427443Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d3bc35b7-a3e8-4580-a380-44a43471b632/?format=api",
            "uuid": "d3bc35b7-a3e8-4580-a380-44a43471b632",
            "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/23cb7896-de1b-4a3b-96ea-d5fbce7a6c8b/?format=api",
                "uuid": "23cb7896-de1b-4a3b-96ea-d5fbce7a6c8b",
                "name": "39FZ012003",
                "code": "39FZ012003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:42.428304Z",
            "last_modified": "2022-10-04T21:34:42.428290Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0b0f9654-f00c-4d1e-b533-0afd51d363b6/?format=api",
            "uuid": "0b0f9654-f00c-4d1e-b533-0afd51d363b6",
            "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/23cb7896-de1b-4a3b-96ea-d5fbce7a6c8b/?format=api",
                "uuid": "23cb7896-de1b-4a3b-96ea-d5fbce7a6c8b",
                "name": "39FZ012003",
                "code": "39FZ012003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:42.871669Z",
            "last_modified": "2022-10-04T21:34:42.871652Z",
            "access_modifier": "Public"
        }
    ]
}