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/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=47
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 462,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=46",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/146401e6-800d-4d00-9601-14ee0a33755a/?format=api",
            "uuid": "146401e6-800d-4d00-9601-14ee0a33755a",
            "code": "146401e6-800d-4d00-9601-14ee0a33755a",
            "name": "Significante golfhoogte uit M0 bij Rotterdamse hoek",
            "description": "",
            "start": "2017-08-23T08:00:00Z",
            "end": "2021-02-05T10:50:00Z",
            "value_type": "float",
            "last_value": 22.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/384/?format=api",
                "id": 384,
                "code": "GOLFHTE (cm) OW",
                "parameter": "Golfhoogte signaal",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": "OW",
                "created": "2015-09-11T08:04:48.624312Z",
                "last_modified": "2020-01-17T12:36:06.367670Z"
            },
            "datasource": "https://demo.lizard.net/api/v4/datasources/4/?format=api",
            "supplier": null,
            "supplier_code": "LMW_FL02_xHm0",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/998bfc0e-d709-4871-8836-7aba29f9b767/?format=api",
                "uuid": "998bfc0e-d709-4871-8836-7aba29f9b767",
                "name": "FL02",
                "code": "998bfc0e-d709-4871-8836-7aba29f9b767"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat"
            },
            "created": "2017-08-23T09:00:00.584401Z",
            "last_modified": "2021-02-05T12:07:25.223308Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/08437a8a-3bea-475b-942b-32cfdbadbb18/?format=api",
            "uuid": "08437a8a-3bea-475b-942b-32cfdbadbb18",
            "code": "08437a8a-3bea-475b-942b-32cfdbadbb18",
            "name": "waterhoogte gemeten bij Holwerd",
            "description": "",
            "start": "2019-06-25T09:10:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 45.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": "https://demo.lizard.net/api/v4/datasources/4/?format=api",
            "supplier": null,
            "supplier_code": "LMW_HOLW_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c213d412-c912-4684-996f-a655bbef3de8/?format=api",
                "uuid": "c213d412-c912-4684-996f-a655bbef3de8",
                "name": "HOLW",
                "code": "HOLW"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat"
            },
            "created": "2019-06-25T10:16:46.844635Z",
            "last_modified": "2023-01-17T07:59:46.990701Z",
            "access_modifier": "Public"
        }
    ]
}