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/ccb30d9a-14a8-4edf-8cf3-556fddc02615/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 38,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/ccb30d9a-14a8-4edf-8cf3-556fddc02615/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6e280287-c308-44fd-9b3a-4755d02e6999/?format=api",
            "uuid": "6e280287-c308-44fd-9b3a-4755d02e6999",
            "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/05c9ecc5-ab4f-4013-8d3e-ffd15e7c3322/?format=api",
                "uuid": "05c9ecc5-ab4f-4013-8d3e-ffd15e7c3322",
                "name": "27B-0356001",
                "code": "27B-0356001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:40.633448Z",
            "last_modified": "2022-10-04T19:58:40.633434Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/568ad047-7c63-469d-af3b-33a6f7f347b3/?format=api",
            "uuid": "568ad047-7c63-469d-af3b-33a6f7f347b3",
            "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/05c9ecc5-ab4f-4013-8d3e-ffd15e7c3322/?format=api",
                "uuid": "05c9ecc5-ab4f-4013-8d3e-ffd15e7c3322",
                "name": "27B-0356001",
                "code": "27B-0356001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:41.186423Z",
            "last_modified": "2022-10-04T19:58:41.186408Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d8beb1ed-f89b-448a-9d79-28bf501e3066/?format=api",
            "uuid": "d8beb1ed-f89b-448a-9d79-28bf501e3066",
            "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/3516654c-dd0a-4581-aa10-dc8d497d71fd/?format=api",
                "uuid": "3516654c-dd0a-4581-aa10-dc8d497d71fd",
                "name": "27B-0356002",
                "code": "27B-0356002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:43.094164Z",
            "last_modified": "2022-10-04T19:58:43.094152Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b0d29857-2dfb-435f-b843-30600308ffe1/?format=api",
            "uuid": "b0d29857-2dfb-435f-b843-30600308ffe1",
            "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/3516654c-dd0a-4581-aa10-dc8d497d71fd/?format=api",
                "uuid": "3516654c-dd0a-4581-aa10-dc8d497d71fd",
                "name": "27B-0356002",
                "code": "27B-0356002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:43.581048Z",
            "last_modified": "2022-10-04T19:58:43.581034Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0aac1e5c-36cd-4c6b-88ef-70e4c5f10e6c/?format=api",
            "uuid": "0aac1e5c-36cd-4c6b-88ef-70e4c5f10e6c",
            "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/4e8980d2-cae0-4a32-9b1f-ba070edb7cd6/?format=api",
                "uuid": "4e8980d2-cae0-4a32-9b1f-ba070edb7cd6",
                "name": "27B-0356003",
                "code": "27B-0356003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:45.415653Z",
            "last_modified": "2022-10-04T19:58:45.415639Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b02f1bc8-5525-4be2-a10f-8447ede77904/?format=api",
            "uuid": "b02f1bc8-5525-4be2-a10f-8447ede77904",
            "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/4e8980d2-cae0-4a32-9b1f-ba070edb7cd6/?format=api",
                "uuid": "4e8980d2-cae0-4a32-9b1f-ba070edb7cd6",
                "name": "27B-0356003",
                "code": "27B-0356003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:45.860553Z",
            "last_modified": "2022-10-04T19:58:45.860539Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/719088cc-fee7-425a-abea-84703b448778/?format=api",
            "uuid": "719088cc-fee7-425a-abea-84703b448778",
            "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/9714f6a1-5beb-45ba-bdfa-b8cb844f09be/?format=api",
                "uuid": "9714f6a1-5beb-45ba-bdfa-b8cb844f09be",
                "name": "27B-0356004",
                "code": "27B-0356004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:47.752329Z",
            "last_modified": "2022-10-04T19:58:47.752316Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f09f3300-8df7-4612-a867-289822339747/?format=api",
            "uuid": "f09f3300-8df7-4612-a867-289822339747",
            "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/9714f6a1-5beb-45ba-bdfa-b8cb844f09be/?format=api",
                "uuid": "9714f6a1-5beb-45ba-bdfa-b8cb844f09be",
                "name": "27B-0356004",
                "code": "27B-0356004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:48.232990Z",
            "last_modified": "2022-10-04T19:58:48.232976Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5a1ebd9d-4833-4c16-9fcb-6fdd0b216c78/?format=api",
            "uuid": "5a1ebd9d-4833-4c16-9fcb-6fdd0b216c78",
            "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/8988e0b3-e842-43f5-ab52-3b7a83d03fc4/?format=api",
                "uuid": "8988e0b3-e842-43f5-ab52-3b7a83d03fc4",
                "name": "27B-0356005",
                "code": "27B-0356005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:50.175405Z",
            "last_modified": "2022-10-04T19:58:50.175391Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/143f3898-cdd5-4797-a046-917e563a3e6c/?format=api",
            "uuid": "143f3898-cdd5-4797-a046-917e563a3e6c",
            "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/8988e0b3-e842-43f5-ab52-3b7a83d03fc4/?format=api",
                "uuid": "8988e0b3-e842-43f5-ab52-3b7a83d03fc4",
                "name": "27B-0356005",
                "code": "27B-0356005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:58:50.611767Z",
            "last_modified": "2022-10-04T19:58:50.611753Z",
            "access_modifier": "Public"
        }
    ]
}