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/1bfd88e6-c5cc-4159-94a7-7fc4b208c2f0/timeseries/?format=api&page=10
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 96,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1bfd88e6-c5cc-4159-94a7-7fc4b208c2f0/timeseries/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/19e32d95-da0d-4ccb-8f89-3e71807c1aeb/?format=api",
            "uuid": "19e32d95-da0d-4ccb-8f89-3e71807c1aeb",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/cdc3804c-363e-4486-a403-49f326e5a6af/?format=api",
                "uuid": "cdc3804c-363e-4486-a403-49f326e5a6af",
                "name": "28BM078001",
                "code": "28BM078001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:07.767173Z",
            "last_modified": "2024-08-27T13:40:07.767135Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a5c948b-2a70-45f1-b034-ae6ecb903557/?format=api",
            "uuid": "2a5c948b-2a70-45f1-b034-ae6ecb903557",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/cdc3804c-363e-4486-a403-49f326e5a6af/?format=api",
                "uuid": "cdc3804c-363e-4486-a403-49f326e5a6af",
                "name": "28BM078001",
                "code": "28BM078001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:07.933532Z",
            "last_modified": "2024-08-27T13:40:07.933512Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c7608723-d458-48b0-a6b9-f83c90d35d99/?format=api",
            "uuid": "c7608723-d458-48b0-a6b9-f83c90d35d99",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/42ac8253-1b2a-4a6c-b448-0b663e597345/?format=api",
                "uuid": "42ac8253-1b2a-4a6c-b448-0b663e597345",
                "name": "28BM079001",
                "code": "28BM079001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:09.574312Z",
            "last_modified": "2024-08-27T13:40:09.574295Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8a3b5f84-ee32-4759-a016-fb55adad0398/?format=api",
            "uuid": "8a3b5f84-ee32-4759-a016-fb55adad0398",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/42ac8253-1b2a-4a6c-b448-0b663e597345/?format=api",
                "uuid": "42ac8253-1b2a-4a6c-b448-0b663e597345",
                "name": "28BM079001",
                "code": "28BM079001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:09.724743Z",
            "last_modified": "2024-08-27T13:40:09.724727Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fc30d233-67d6-46d9-bbf8-ca39927458d4/?format=api",
            "uuid": "fc30d233-67d6-46d9-bbf8-ca39927458d4",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/67dfa0f5-c547-43b8-8539-d698ea195cec/?format=api",
                "uuid": "67dfa0f5-c547-43b8-8539-d698ea195cec",
                "name": "28BM080001",
                "code": "28BM080001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:11.357568Z",
            "last_modified": "2024-08-27T13:40:11.357554Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/54c519a1-40bf-4766-bc07-82c302bcdf2b/?format=api",
            "uuid": "54c519a1-40bf-4766-bc07-82c302bcdf2b",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/67dfa0f5-c547-43b8-8539-d698ea195cec/?format=api",
                "uuid": "67dfa0f5-c547-43b8-8539-d698ea195cec",
                "name": "28BM080001",
                "code": "28BM080001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:11.519714Z",
            "last_modified": "2024-08-27T13:40:11.519694Z",
            "access_modifier": "Public"
        }
    ]
}