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/4374c15e-1c8f-49f0-89c7-1122adf3eb35/timeseries/?format=api&page=12
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 474,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/4374c15e-1c8f-49f0-89c7-1122adf3eb35/timeseries/?format=api&page=13",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/4374c15e-1c8f-49f0-89c7-1122adf3eb35/timeseries/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/970cb167-bd9e-403d-b844-a795f05d4eba/?format=api",
            "uuid": "970cb167-bd9e-403d-b844-a795f05d4eba",
            "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/22d59e42-59c8-400e-a2dd-b1dc578dbd72/?format=api",
                "uuid": "22d59e42-59c8-400e-a2dd-b1dc578dbd72",
                "name": "BUWP012007",
                "code": "BUWP012007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:15.654385Z",
            "last_modified": "2022-10-05T06:56:15.654371Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3f69c13a-4d22-4fc1-9297-3b2f5992af2b/?format=api",
            "uuid": "3f69c13a-4d22-4fc1-9297-3b2f5992af2b",
            "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/e0cc281f-2e8e-4b5c-8bb8-38e8221b6b41/?format=api",
                "uuid": "e0cc281f-2e8e-4b5c-8bb8-38e8221b6b41",
                "name": "BUWP012008",
                "code": "BUWP012008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:17.747829Z",
            "last_modified": "2022-10-05T06:56:17.747818Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/debb990b-51cc-473a-9447-01e560d49783/?format=api",
            "uuid": "debb990b-51cc-473a-9447-01e560d49783",
            "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/e0cc281f-2e8e-4b5c-8bb8-38e8221b6b41/?format=api",
                "uuid": "e0cc281f-2e8e-4b5c-8bb8-38e8221b6b41",
                "name": "BUWP012008",
                "code": "BUWP012008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:18.697112Z",
            "last_modified": "2022-10-05T06:56:18.697098Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ad7a9e82-b255-4e97-911d-3becd32de7b9/?format=api",
            "uuid": "ad7a9e82-b255-4e97-911d-3becd32de7b9",
            "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/207740b0-7731-4f98-8c59-5936e4ea2b2c/?format=api",
                "uuid": "207740b0-7731-4f98-8c59-5936e4ea2b2c",
                "name": "BUWP012009",
                "code": "BUWP012009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:21.089034Z",
            "last_modified": "2022-10-05T06:56:21.089020Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/341e1e00-21bc-45b9-8c7e-33763c1f03e1/?format=api",
            "uuid": "341e1e00-21bc-45b9-8c7e-33763c1f03e1",
            "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/207740b0-7731-4f98-8c59-5936e4ea2b2c/?format=api",
                "uuid": "207740b0-7731-4f98-8c59-5936e4ea2b2c",
                "name": "BUWP012009",
                "code": "BUWP012009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:22.102161Z",
            "last_modified": "2022-10-05T06:56:22.102148Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d5f59af9-412e-4b73-b061-05d8a4d00388/?format=api",
            "uuid": "d5f59af9-412e-4b73-b061-05d8a4d00388",
            "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/239d0e06-6c5b-4b21-88bc-5a95d17374b9/?format=api",
                "uuid": "239d0e06-6c5b-4b21-88bc-5a95d17374b9",
                "name": "BUWP012010",
                "code": "BUWP012010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:24.599970Z",
            "last_modified": "2022-10-05T06:56:24.599957Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/952c32fa-2baa-4c95-b3ac-5420ab6305b5/?format=api",
            "uuid": "952c32fa-2baa-4c95-b3ac-5420ab6305b5",
            "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/239d0e06-6c5b-4b21-88bc-5a95d17374b9/?format=api",
                "uuid": "239d0e06-6c5b-4b21-88bc-5a95d17374b9",
                "name": "BUWP012010",
                "code": "BUWP012010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:25.711709Z",
            "last_modified": "2022-10-05T06:56:25.711696Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/49c9fc65-a542-44f5-85e8-bf25043b3a83/?format=api",
            "uuid": "49c9fc65-a542-44f5-85e8-bf25043b3a83",
            "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/4b6e4793-7c4a-4564-a3e1-8b5585825bcf/?format=api",
                "uuid": "4b6e4793-7c4a-4564-a3e1-8b5585825bcf",
                "name": "BUWP012011",
                "code": "BUWP012011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:28.091931Z",
            "last_modified": "2022-10-05T06:56:28.091915Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/38034239-0c91-443d-8505-72275f039584/?format=api",
            "uuid": "38034239-0c91-443d-8505-72275f039584",
            "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/4b6e4793-7c4a-4564-a3e1-8b5585825bcf/?format=api",
                "uuid": "4b6e4793-7c4a-4564-a3e1-8b5585825bcf",
                "name": "BUWP012011",
                "code": "BUWP012011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:29.167424Z",
            "last_modified": "2022-10-05T06:56:29.167411Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/765b0beb-9a07-4bcb-b7d2-a0c69aaa3046/?format=api",
            "uuid": "765b0beb-9a07-4bcb-b7d2-a0c69aaa3046",
            "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/f6f7e170-5ba1-41e2-899f-8b8adf8b52f4/?format=api",
                "uuid": "f6f7e170-5ba1-41e2-899f-8b8adf8b52f4",
                "name": "BUWP012012",
                "code": "BUWP012012"
            },
            "extra_metadata": {},
            "created": "2022-10-05T06:56:31.878957Z",
            "last_modified": "2022-10-05T06:56:31.878944Z",
            "access_modifier": "Public"
        }
    ]
}