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/fde74d39-9d65-4522-9082-76424dd53d5c/timeseries/?format=api&page=9
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/fde74d39-9d65-4522-9082-76424dd53d5c/timeseries/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/fde74d39-9d65-4522-9082-76424dd53d5c/timeseries/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d3af4388-22ae-439a-a46d-3d3957a9e4b2/?format=api",
            "uuid": "d3af4388-22ae-439a-a46d-3d3957a9e4b2",
            "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/d2629d52-c832-45d0-8bfa-43b73cfd6c07/?format=api",
                "uuid": "d2629d52-c832-45d0-8bfa-43b73cfd6c07",
                "name": "B40C0507016",
                "code": "40CP0507016"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:40.650372Z",
            "last_modified": "2022-10-04T21:50:40.650358Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7e71abab-c3a7-4280-a1af-e0c43c7c3daa/?format=api",
            "uuid": "7e71abab-c3a7-4280-a1af-e0c43c7c3daa",
            "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/e130bfc6-ef76-4bd0-83a1-1b29c5ee9ada/?format=api",
                "uuid": "e130bfc6-ef76-4bd0-83a1-1b29c5ee9ada",
                "name": "B40C0507017",
                "code": "40CP0507017"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:42.816740Z",
            "last_modified": "2022-10-04T21:50:42.816727Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c4d4b84b-5a2a-4bc9-92b6-288e2a93afd6/?format=api",
            "uuid": "c4d4b84b-5a2a-4bc9-92b6-288e2a93afd6",
            "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/e130bfc6-ef76-4bd0-83a1-1b29c5ee9ada/?format=api",
                "uuid": "e130bfc6-ef76-4bd0-83a1-1b29c5ee9ada",
                "name": "B40C0507017",
                "code": "40CP0507017"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:43.273654Z",
            "last_modified": "2022-10-04T21:50:43.273636Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/680f9201-2624-489c-b734-bf40e44506bc/?format=api",
            "uuid": "680f9201-2624-489c-b734-bf40e44506bc",
            "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/8bbf6aa8-6809-4e15-bdbf-8f7879642a9a/?format=api",
                "uuid": "8bbf6aa8-6809-4e15-bdbf-8f7879642a9a",
                "name": "B40C0507018",
                "code": "40CP0507018"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:45.223213Z",
            "last_modified": "2022-10-04T21:50:45.223199Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5d0a7d95-5bd8-4508-b15e-d895a74916e0/?format=api",
            "uuid": "5d0a7d95-5bd8-4508-b15e-d895a74916e0",
            "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/8bbf6aa8-6809-4e15-bdbf-8f7879642a9a/?format=api",
                "uuid": "8bbf6aa8-6809-4e15-bdbf-8f7879642a9a",
                "name": "B40C0507018",
                "code": "40CP0507018"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:45.668890Z",
            "last_modified": "2022-10-04T21:50:45.668876Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0f1a4977-983e-4893-9164-c0fd166c1ef2/?format=api",
            "uuid": "0f1a4977-983e-4893-9164-c0fd166c1ef2",
            "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/6582dd8b-f695-40aa-9983-0a6b831c653e/?format=api",
                "uuid": "6582dd8b-f695-40aa-9983-0a6b831c653e",
                "name": "B40C0507019",
                "code": "40CP0507019"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:47.693691Z",
            "last_modified": "2022-10-04T21:50:47.693677Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bb18562e-f6d5-4de1-b09e-d827bde62fc1/?format=api",
            "uuid": "bb18562e-f6d5-4de1-b09e-d827bde62fc1",
            "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/6582dd8b-f695-40aa-9983-0a6b831c653e/?format=api",
                "uuid": "6582dd8b-f695-40aa-9983-0a6b831c653e",
                "name": "B40C0507019",
                "code": "40CP0507019"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:48.128968Z",
            "last_modified": "2022-10-04T21:50:48.128954Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d39e9c19-506e-41f4-94b1-9618077edc89/?format=api",
            "uuid": "d39e9c19-506e-41f4-94b1-9618077edc89",
            "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/7decd7bd-82d7-4dcb-8f5f-59d9086ba5d3/?format=api",
                "uuid": "7decd7bd-82d7-4dcb-8f5f-59d9086ba5d3",
                "name": "B40C0507020",
                "code": "40CP0507020"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:50.238629Z",
            "last_modified": "2022-10-04T21:50:50.238616Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bbe173d6-387e-499f-9229-d9dca0f092a3/?format=api",
            "uuid": "bbe173d6-387e-499f-9229-d9dca0f092a3",
            "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/7decd7bd-82d7-4dcb-8f5f-59d9086ba5d3/?format=api",
                "uuid": "7decd7bd-82d7-4dcb-8f5f-59d9086ba5d3",
                "name": "B40C0507020",
                "code": "40CP0507020"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:50.655305Z",
            "last_modified": "2022-10-04T21:50:50.655290Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c513d2aa-477f-4baa-983c-30a89fb300d0/?format=api",
            "uuid": "c513d2aa-477f-4baa-983c-30a89fb300d0",
            "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/5fc08017-6c7b-41bc-a335-731488aceed9/?format=api",
                "uuid": "5fc08017-6c7b-41bc-a335-731488aceed9",
                "name": "B40C0507021",
                "code": "40CP0507021"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:50:52.704051Z",
            "last_modified": "2022-10-04T21:50:52.704038Z",
            "access_modifier": "Public"
        }
    ]
}