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/7d9fece1-f92a-47aa-a1aa-2166bf77862e/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 70,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/7d9fece1-f92a-47aa-a1aa-2166bf77862e/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/7d9fece1-f92a-47aa-a1aa-2166bf77862e/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/493ad655-41cc-4dfc-bd74-b45944521777/?format=api",
            "uuid": "493ad655-41cc-4dfc-bd74-b45944521777",
            "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/096170ef-b112-4cb7-aa48-960d46485721/?format=api",
                "uuid": "096170ef-b112-4cb7-aa48-960d46485721",
                "name": "39AM014001",
                "code": "39AM014001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:12.741019Z",
            "last_modified": "2025-06-05T12:52:12.740988Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5da0b1e8-b168-4ddf-b485-069758a53b2d/?format=api",
            "uuid": "5da0b1e8-b168-4ddf-b485-069758a53b2d",
            "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/096170ef-b112-4cb7-aa48-960d46485721/?format=api",
                "uuid": "096170ef-b112-4cb7-aa48-960d46485721",
                "name": "39AM014001",
                "code": "39AM014001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:13.316292Z",
            "last_modified": "2025-06-05T12:52:13.316261Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9c0adf53-c68e-453e-b7ab-7237af1bb28c/?format=api",
            "uuid": "9c0adf53-c68e-453e-b7ab-7237af1bb28c",
            "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/abbde8e5-5415-44ab-9414-56678121ce6c/?format=api",
                "uuid": "abbde8e5-5415-44ab-9414-56678121ce6c",
                "name": "39AM014002",
                "code": "39AM014002"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:13.854573Z",
            "last_modified": "2025-06-05T12:52:13.854559Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/53b9819c-ad90-4979-b938-1d277e14621c/?format=api",
            "uuid": "53b9819c-ad90-4979-b938-1d277e14621c",
            "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/abbde8e5-5415-44ab-9414-56678121ce6c/?format=api",
                "uuid": "abbde8e5-5415-44ab-9414-56678121ce6c",
                "name": "39AM014002",
                "code": "39AM014002"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:14.467604Z",
            "last_modified": "2025-06-05T12:52:14.467583Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cbe06d22-6ee7-46b2-a2f6-a06ca28d77ce/?format=api",
            "uuid": "cbe06d22-6ee7-46b2-a2f6-a06ca28d77ce",
            "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/22b347cf-9e28-4dd2-81f4-e7a6c87dd11d/?format=api",
                "uuid": "22b347cf-9e28-4dd2-81f4-e7a6c87dd11d",
                "name": "39AM015001",
                "code": "39AM015001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:16.366097Z",
            "last_modified": "2025-06-05T12:52:16.366080Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ab408b36-b0bb-4252-89db-785579d077b4/?format=api",
            "uuid": "ab408b36-b0bb-4252-89db-785579d077b4",
            "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/22b347cf-9e28-4dd2-81f4-e7a6c87dd11d/?format=api",
                "uuid": "22b347cf-9e28-4dd2-81f4-e7a6c87dd11d",
                "name": "39AM015001",
                "code": "39AM015001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:16.948374Z",
            "last_modified": "2025-06-05T12:52:16.948359Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d857b69c-0a8b-4d71-83d2-0e01fd417d14/?format=api",
            "uuid": "d857b69c-0a8b-4d71-83d2-0e01fd417d14",
            "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/412663b4-d472-4a68-b42e-d8b87a69d234/?format=api",
                "uuid": "412663b4-d472-4a68-b42e-d8b87a69d234",
                "name": "39AM015002",
                "code": "39AM015002"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:17.845995Z",
            "last_modified": "2025-06-05T12:52:17.845978Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/423342d5-e67a-4e6a-84fd-4f98e1d4bc8b/?format=api",
            "uuid": "423342d5-e67a-4e6a-84fd-4f98e1d4bc8b",
            "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/412663b4-d472-4a68-b42e-d8b87a69d234/?format=api",
                "uuid": "412663b4-d472-4a68-b42e-d8b87a69d234",
                "name": "39AM015002",
                "code": "39AM015002"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:18.390354Z",
            "last_modified": "2025-06-05T12:52:18.390327Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d8b65e7d-0ce7-4866-a6b1-94b164654f1a/?format=api",
            "uuid": "d8b65e7d-0ce7-4866-a6b1-94b164654f1a",
            "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/60bb6a14-47c0-410b-9251-526bae2d8d4b/?format=api",
                "uuid": "60bb6a14-47c0-410b-9251-526bae2d8d4b",
                "name": "39AM016001",
                "code": "39AM016001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:20.601902Z",
            "last_modified": "2025-06-05T12:52:20.601888Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/78729cca-1363-49c8-8250-3384bfdacbd8/?format=api",
            "uuid": "78729cca-1363-49c8-8250-3384bfdacbd8",
            "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/60bb6a14-47c0-410b-9251-526bae2d8d4b/?format=api",
                "uuid": "60bb6a14-47c0-410b-9251-526bae2d8d4b",
                "name": "39AM016001",
                "code": "39AM016001"
            },
            "extra_metadata": {},
            "created": "2025-06-05T12:52:21.122922Z",
            "last_modified": "2025-06-05T12:52:21.122905Z",
            "access_modifier": "Public"
        }
    ]
}