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/7b4b7a8f-01cf-4d73-ae58-96b1777b86b9/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 88,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/7b4b7a8f-01cf-4d73-ae58-96b1777b86b9/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/7b4b7a8f-01cf-4d73-ae58-96b1777b86b9/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c3e36384-129a-4e0e-a992-d4be15c558b3/?format=api",
            "uuid": "c3e36384-129a-4e0e-a992-d4be15c558b3",
            "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/4cdbb613-ea16-492f-bf31-7b17c186603e/?format=api",
                "uuid": "4cdbb613-ea16-492f-bf31-7b17c186603e",
                "name": "41DDIN01001",
                "code": "41DDIN01001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:11.833492Z",
            "last_modified": "2022-10-04T22:07:11.833478Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/88305942-e491-4b38-a270-8874d3c65685/?format=api",
            "uuid": "88305942-e491-4b38-a270-8874d3c65685",
            "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/4cdbb613-ea16-492f-bf31-7b17c186603e/?format=api",
                "uuid": "4cdbb613-ea16-492f-bf31-7b17c186603e",
                "name": "41DDIN01001",
                "code": "41DDIN01001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:12.456479Z",
            "last_modified": "2022-10-04T22:07:12.456466Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4d087ff9-f2b7-42ab-82ec-0d5c0e12c8d7/?format=api",
            "uuid": "4d087ff9-f2b7-42ab-82ec-0d5c0e12c8d7",
            "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/0de2d097-f53f-47e4-a7f8-f2456d6f349f/?format=api",
                "uuid": "0de2d097-f53f-47e4-a7f8-f2456d6f349f",
                "name": "41DDIN05001",
                "code": "41DDIN05001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:21.440047Z",
            "last_modified": "2022-10-04T22:07:21.440034Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8bf81a50-cd93-48b2-a708-43fd387fd987/?format=api",
            "uuid": "8bf81a50-cd93-48b2-a708-43fd387fd987",
            "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/0de2d097-f53f-47e4-a7f8-f2456d6f349f/?format=api",
                "uuid": "0de2d097-f53f-47e4-a7f8-f2456d6f349f",
                "name": "41DDIN05001",
                "code": "41DDIN05001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:21.865928Z",
            "last_modified": "2022-10-04T22:07:21.865913Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3ed57530-b011-4811-b703-cc91316d10c5/?format=api",
            "uuid": "3ed57530-b011-4811-b703-cc91316d10c5",
            "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/97b58f8f-f34e-4462-b50f-af0525e1352d/?format=api",
                "uuid": "97b58f8f-f34e-4462-b50f-af0525e1352d",
                "name": "41DDIN08001",
                "code": "41DDIN08001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:28.400534Z",
            "last_modified": "2022-10-04T22:07:28.400518Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3af06eed-2e29-4448-8783-96ed3697bd65/?format=api",
            "uuid": "3af06eed-2e29-4448-8783-96ed3697bd65",
            "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/97b58f8f-f34e-4462-b50f-af0525e1352d/?format=api",
                "uuid": "97b58f8f-f34e-4462-b50f-af0525e1352d",
                "name": "41DDIN08001",
                "code": "41DDIN08001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:28.845742Z",
            "last_modified": "2022-10-04T22:07:28.845728Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/682c5917-52ad-444f-b252-53f938d14696/?format=api",
            "uuid": "682c5917-52ad-444f-b252-53f938d14696",
            "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/85610269-9543-43ad-93bb-da37952bdc3a/?format=api",
                "uuid": "85610269-9543-43ad-93bb-da37952bdc3a",
                "name": "41DDIN12001",
                "code": "41DDIN12001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:37.498282Z",
            "last_modified": "2022-10-04T22:07:37.498254Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b93d356f-c95e-4d73-9cfe-ab03d4899b5d/?format=api",
            "uuid": "b93d356f-c95e-4d73-9cfe-ab03d4899b5d",
            "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/85610269-9543-43ad-93bb-da37952bdc3a/?format=api",
                "uuid": "85610269-9543-43ad-93bb-da37952bdc3a",
                "name": "41DDIN12001",
                "code": "41DDIN12001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:37.941219Z",
            "last_modified": "2022-10-04T22:07:37.941206Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a33ea7e0-61c9-43c5-a9aa-e90f685ef9af/?format=api",
            "uuid": "a33ea7e0-61c9-43c5-a9aa-e90f685ef9af",
            "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/53da4b88-a307-4a1d-98e1-3e43aec9096d/?format=api",
                "uuid": "53da4b88-a307-4a1d-98e1-3e43aec9096d",
                "name": "41DDIN14001",
                "code": "41DDIN14001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:42.239281Z",
            "last_modified": "2022-10-04T22:07:42.239268Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fc029440-8b3b-4db1-b819-41fc8d162688/?format=api",
            "uuid": "fc029440-8b3b-4db1-b819-41fc8d162688",
            "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/53da4b88-a307-4a1d-98e1-3e43aec9096d/?format=api",
                "uuid": "53da4b88-a307-4a1d-98e1-3e43aec9096d",
                "name": "41DDIN14001",
                "code": "41DDIN14001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:07:42.669798Z",
            "last_modified": "2022-10-04T22:07:42.669784Z",
            "access_modifier": "Public"
        }
    ]
}