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/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 62,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e202131f-668f-4643-ad5c-a1f626206c3d/?format=api",
            "uuid": "e202131f-668f-4643-ad5c-a1f626206c3d",
            "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/579daf6e-b46c-46f8-8312-c49a92cdb067/?format=api",
                "uuid": "579daf6e-b46c-46f8-8312-c49a92cdb067",
                "name": "B38F0586007",
                "code": "TUWP015007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:23.440490Z",
            "last_modified": "2022-10-05T09:14:23.440472Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/089a9276-3e2e-4c28-8add-3b607585b6cc/?format=api",
            "uuid": "089a9276-3e2e-4c28-8add-3b607585b6cc",
            "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/579daf6e-b46c-46f8-8312-c49a92cdb067/?format=api",
                "uuid": "579daf6e-b46c-46f8-8312-c49a92cdb067",
                "name": "B38F0586007",
                "code": "TUWP015007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:23.896936Z",
            "last_modified": "2022-10-05T09:14:23.896921Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/64cc76f2-f71e-4a10-8688-bb034e94df2f/?format=api",
            "uuid": "64cc76f2-f71e-4a10-8688-bb034e94df2f",
            "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/86aa66f3-da92-449f-8711-8bd2964b32f6/?format=api",
                "uuid": "86aa66f3-da92-449f-8711-8bd2964b32f6",
                "name": "B38F0586008",
                "code": "TUWP015008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:26.964196Z",
            "last_modified": "2022-10-05T09:14:26.964182Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/890cd67b-224c-42d9-99f2-7027f6b1176d/?format=api",
            "uuid": "890cd67b-224c-42d9-99f2-7027f6b1176d",
            "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/86aa66f3-da92-449f-8711-8bd2964b32f6/?format=api",
                "uuid": "86aa66f3-da92-449f-8711-8bd2964b32f6",
                "name": "B38F0586008",
                "code": "TUWP015008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:27.366910Z",
            "last_modified": "2022-10-05T09:14:27.366896Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2b85797f-71a1-4948-94f1-60934c65bc2f/?format=api",
            "uuid": "2b85797f-71a1-4948-94f1-60934c65bc2f",
            "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/67b5d489-55ab-4e6e-b260-2caeb699201d/?format=api",
                "uuid": "67b5d489-55ab-4e6e-b260-2caeb699201d",
                "name": "B38F0586009",
                "code": "TUWP015009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:29.966071Z",
            "last_modified": "2022-10-05T09:14:29.966057Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f74dd365-e0d1-4501-8260-30cc4123cbac/?format=api",
            "uuid": "f74dd365-e0d1-4501-8260-30cc4123cbac",
            "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/67b5d489-55ab-4e6e-b260-2caeb699201d/?format=api",
                "uuid": "67b5d489-55ab-4e6e-b260-2caeb699201d",
                "name": "B38F0586009",
                "code": "TUWP015009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:30.352890Z",
            "last_modified": "2022-10-05T09:14:30.352876Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d8efdaf5-aa70-4a5c-b108-1ec069924e1c/?format=api",
            "uuid": "d8efdaf5-aa70-4a5c-b108-1ec069924e1c",
            "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/9b85c327-e393-4f9f-a0ea-4c203ff341ab/?format=api",
                "uuid": "9b85c327-e393-4f9f-a0ea-4c203ff341ab",
                "name": "B38F0586010",
                "code": "TUWP015010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:33.427392Z",
            "last_modified": "2022-10-05T09:14:33.427379Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a50d1e74-76a7-4f43-a69d-642f17c99f6e/?format=api",
            "uuid": "a50d1e74-76a7-4f43-a69d-642f17c99f6e",
            "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/9b85c327-e393-4f9f-a0ea-4c203ff341ab/?format=api",
                "uuid": "9b85c327-e393-4f9f-a0ea-4c203ff341ab",
                "name": "B38F0586010",
                "code": "TUWP015010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:33.899699Z",
            "last_modified": "2022-10-05T09:14:33.899685Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69cb8be1-030d-4f51-a162-5b31d6492263/?format=api",
            "uuid": "69cb8be1-030d-4f51-a162-5b31d6492263",
            "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/7f1d07fa-4e2c-47c0-b204-646d54a16a6d/?format=api",
                "uuid": "7f1d07fa-4e2c-47c0-b204-646d54a16a6d",
                "name": "B38F0586011",
                "code": "TUWP015011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:37.117969Z",
            "last_modified": "2022-10-05T09:14:37.117955Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/949d97f8-c4ee-4471-b3ab-135ac9bd06f9/?format=api",
            "uuid": "949d97f8-c4ee-4471-b3ab-135ac9bd06f9",
            "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/7f1d07fa-4e2c-47c0-b204-646d54a16a6d/?format=api",
                "uuid": "7f1d07fa-4e2c-47c0-b204-646d54a16a6d",
                "name": "B38F0586011",
                "code": "TUWP015011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:14:37.544396Z",
            "last_modified": "2022-10-05T09:14:37.544382Z",
            "access_modifier": "Public"
        }
    ]
}