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/69b072e9-6843-4bdb-b847-3febf7aa4a05/timeseries/?format=api&page=9
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 90,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/69b072e9-6843-4bdb-b847-3febf7aa4a05/timeseries/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2897e235-c446-421b-ac1f-617f905fb554/?format=api",
            "uuid": "2897e235-c446-421b-ac1f-617f905fb554",
            "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/1c8c246a-1053-48b6-a4d8-134d4715a2fc/?format=api",
                "uuid": "1c8c246a-1053-48b6-a4d8-134d4715a2fc",
                "name": "ZEWP043007",
                "code": "ZEWP043007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:15.510262Z",
            "last_modified": "2022-10-05T09:39:15.510248Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ffe94cc3-53e6-43ec-a4a4-20455f062c82/?format=api",
            "uuid": "ffe94cc3-53e6-43ec-a4a4-20455f062c82",
            "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/1c8c246a-1053-48b6-a4d8-134d4715a2fc/?format=api",
                "uuid": "1c8c246a-1053-48b6-a4d8-134d4715a2fc",
                "name": "ZEWP043007",
                "code": "ZEWP043007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:15.980873Z",
            "last_modified": "2022-10-05T09:39:15.980860Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b4f2ac15-b2fc-41cf-b819-f30f2bb0347c/?format=api",
            "uuid": "b4f2ac15-b2fc-41cf-b819-f30f2bb0347c",
            "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/6f0adcf8-9f45-462e-bbe5-586e9efe6942/?format=api",
                "uuid": "6f0adcf8-9f45-462e-bbe5-586e9efe6942",
                "name": "ZEWP043008",
                "code": "ZEWP043008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:19.633826Z",
            "last_modified": "2022-10-05T09:39:19.633812Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/beb2a0d7-cf05-4266-9055-f2bfaa61bf71/?format=api",
            "uuid": "beb2a0d7-cf05-4266-9055-f2bfaa61bf71",
            "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/6f0adcf8-9f45-462e-bbe5-586e9efe6942/?format=api",
                "uuid": "6f0adcf8-9f45-462e-bbe5-586e9efe6942",
                "name": "ZEWP043008",
                "code": "ZEWP043008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:20.147653Z",
            "last_modified": "2022-10-05T09:39:20.147639Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d52881ec-5459-4f67-961e-fba182117940/?format=api",
            "uuid": "d52881ec-5459-4f67-961e-fba182117940",
            "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/c3bd7e58-ba31-46dd-998a-ebcbedc00146/?format=api",
                "uuid": "c3bd7e58-ba31-46dd-998a-ebcbedc00146",
                "name": "ZEWP043009",
                "code": "ZEWP043009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:23.302513Z",
            "last_modified": "2022-10-05T09:39:23.302501Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4e9f849d-5a7f-4a81-9af7-0a853afa05fd/?format=api",
            "uuid": "4e9f849d-5a7f-4a81-9af7-0a853afa05fd",
            "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/c3bd7e58-ba31-46dd-998a-ebcbedc00146/?format=api",
                "uuid": "c3bd7e58-ba31-46dd-998a-ebcbedc00146",
                "name": "ZEWP043009",
                "code": "ZEWP043009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:23.751264Z",
            "last_modified": "2022-10-05T09:39:23.751249Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/24667678-5fa7-4f00-ba10-bfa19b0705e4/?format=api",
            "uuid": "24667678-5fa7-4f00-ba10-bfa19b0705e4",
            "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/d0de5f0b-be59-4b90-86f7-539aef1eae14/?format=api",
                "uuid": "d0de5f0b-be59-4b90-86f7-539aef1eae14",
                "name": "ZEWP043010",
                "code": "ZEWP043010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:26.719661Z",
            "last_modified": "2022-10-05T09:39:26.719649Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/113c90c6-1898-45e4-815a-1a77f235ec2a/?format=api",
            "uuid": "113c90c6-1898-45e4-815a-1a77f235ec2a",
            "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/d0de5f0b-be59-4b90-86f7-539aef1eae14/?format=api",
                "uuid": "d0de5f0b-be59-4b90-86f7-539aef1eae14",
                "name": "ZEWP043010",
                "code": "ZEWP043010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:27.151891Z",
            "last_modified": "2022-10-05T09:39:27.151877Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d7155410-cb48-4d1e-b37e-440e1cdbf5bd/?format=api",
            "uuid": "d7155410-cb48-4d1e-b37e-440e1cdbf5bd",
            "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/188b0c37-5ccc-48d1-97fe-c897fa4bd313/?format=api",
                "uuid": "188b0c37-5ccc-48d1-97fe-c897fa4bd313",
                "name": "ZEWP043011",
                "code": "ZEWP043011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:30.636803Z",
            "last_modified": "2022-10-05T09:39:30.636786Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ca79ffaa-e4d8-428c-b411-c3566ce3fabd/?format=api",
            "uuid": "ca79ffaa-e4d8-428c-b411-c3566ce3fabd",
            "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/188b0c37-5ccc-48d1-97fe-c897fa4bd313/?format=api",
                "uuid": "188b0c37-5ccc-48d1-97fe-c897fa4bd313",
                "name": "ZEWP043011",
                "code": "ZEWP043011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:39:31.141292Z",
            "last_modified": "2022-10-05T09:39:31.141277Z",
            "access_modifier": "Public"
        }
    ]
}