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/c081eca8-ac4f-4a2e-a1ee-0b3e1c770e48/timeseries/?format=api&page=8
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/c081eca8-ac4f-4a2e-a1ee-0b3e1c770e48/timeseries/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/c081eca8-ac4f-4a2e-a1ee-0b3e1c770e48/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/01361a8a-ad5d-4067-b2f9-a56a205eb33c/?format=api",
            "uuid": "01361a8a-ad5d-4067-b2f9-a56a205eb33c",
            "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/e17b7149-d6cd-47e2-bd16-d1d0a6181638/?format=api",
                "uuid": "e17b7149-d6cd-47e2-bd16-d1d0a6181638",
                "name": "B34B0339001",
                "code": "34BA3339001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:10.125409Z",
            "last_modified": "2022-10-04T20:57:10.125396Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7c841abc-cc45-48b9-a62c-16d459f88e3a/?format=api",
            "uuid": "7c841abc-cc45-48b9-a62c-16d459f88e3a",
            "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/73567be0-a40a-4d31-936e-8f8732ac3c39/?format=api",
                "uuid": "73567be0-a40a-4d31-936e-8f8732ac3c39",
                "name": "B34B0339002",
                "code": "34BA3339002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:11.978358Z",
            "last_modified": "2022-10-04T20:57:11.978343Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6b5729b3-2e6b-4c26-a83b-c332fd375b0e/?format=api",
            "uuid": "6b5729b3-2e6b-4c26-a83b-c332fd375b0e",
            "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/73567be0-a40a-4d31-936e-8f8732ac3c39/?format=api",
                "uuid": "73567be0-a40a-4d31-936e-8f8732ac3c39",
                "name": "B34B0339002",
                "code": "34BA3339002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:12.414041Z",
            "last_modified": "2022-10-04T20:57:12.414022Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0abbfa3a-4b04-45e6-8ce6-d156592799d1/?format=api",
            "uuid": "0abbfa3a-4b04-45e6-8ce6-d156592799d1",
            "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/2eecd7f7-e85c-48af-8629-12aaf44ff8c2/?format=api",
                "uuid": "2eecd7f7-e85c-48af-8629-12aaf44ff8c2",
                "name": "B34B0339003",
                "code": "34BA3339003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:14.436605Z",
            "last_modified": "2022-10-04T20:57:14.436589Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2d418808-1160-4c3a-a3c3-7fc36197e644/?format=api",
            "uuid": "2d418808-1160-4c3a-a3c3-7fc36197e644",
            "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/2eecd7f7-e85c-48af-8629-12aaf44ff8c2/?format=api",
                "uuid": "2eecd7f7-e85c-48af-8629-12aaf44ff8c2",
                "name": "B34B0339003",
                "code": "34BA3339003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:14.922527Z",
            "last_modified": "2022-10-04T20:57:14.922513Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aaecbf37-86a8-4e25-953e-b6eafa729e78/?format=api",
            "uuid": "aaecbf37-86a8-4e25-953e-b6eafa729e78",
            "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/1e221b86-a8c0-4bf4-adea-468be2aadbaa/?format=api",
                "uuid": "1e221b86-a8c0-4bf4-adea-468be2aadbaa",
                "name": "B34B0339004",
                "code": "34BA3339004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:16.836724Z",
            "last_modified": "2022-10-04T20:57:16.836711Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4c66baa2-8f82-4a7e-8db1-273a6011bd6f/?format=api",
            "uuid": "4c66baa2-8f82-4a7e-8db1-273a6011bd6f",
            "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/1e221b86-a8c0-4bf4-adea-468be2aadbaa/?format=api",
                "uuid": "1e221b86-a8c0-4bf4-adea-468be2aadbaa",
                "name": "B34B0339004",
                "code": "34BA3339004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:17.335044Z",
            "last_modified": "2022-10-04T20:57:17.335029Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0e23b915-57f5-4dc3-b10e-6fc4ecb18761/?format=api",
            "uuid": "0e23b915-57f5-4dc3-b10e-6fc4ecb18761",
            "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/d233bccb-1547-4a12-b430-8db5a943529f/?format=api",
                "uuid": "d233bccb-1547-4a12-b430-8db5a943529f",
                "name": "B34B0339005",
                "code": "34BA3339005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:19.389854Z",
            "last_modified": "2022-10-04T20:57:19.389840Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dfcd928a-b6a9-4fd3-b5bf-62e475f2b5c6/?format=api",
            "uuid": "dfcd928a-b6a9-4fd3-b5bf-62e475f2b5c6",
            "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/d233bccb-1547-4a12-b430-8db5a943529f/?format=api",
                "uuid": "d233bccb-1547-4a12-b430-8db5a943529f",
                "name": "B34B0339005",
                "code": "34BA3339005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:19.855906Z",
            "last_modified": "2022-10-04T20:57:19.855894Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/29e36c76-1bac-41a7-bba3-ee114c80505b/?format=api",
            "uuid": "29e36c76-1bac-41a7-bba3-ee114c80505b",
            "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/f6216620-5fea-4a72-8b47-4eaf50d75904/?format=api",
                "uuid": "f6216620-5fea-4a72-8b47-4eaf50d75904",
                "name": "B34B1536001",
                "code": "34BM007001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:31.114018Z",
            "last_modified": "2022-10-04T20:57:31.114006Z",
            "access_modifier": "Public"
        }
    ]
}