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/b4d8e25f-c688-4dae-80cc-4dae54488324/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b4d8e25f-c688-4dae-80cc-4dae54488324/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/37087fbc-b779-4d2d-960c-65194cdd0684/?format=api",
            "uuid": "37087fbc-b779-4d2d-960c-65194cdd0684",
            "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/bcbf3e0e-2443-427a-8ba0-8047045c9996/?format=api",
                "uuid": "bcbf3e0e-2443-427a-8ba0-8047045c9996",
                "name": "46BP0028004",
                "code": "46BP0028004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:17:16.246997Z",
            "last_modified": "2022-12-20T14:08:22.364511Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b2c76407-bf1b-4c1c-af91-1ce3d55ceff5/?format=api",
            "uuid": "b2c76407-bf1b-4c1c-af91-1ce3d55ceff5",
            "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/abafa69c-851c-4bfb-83b7-f30cec2c79cd/?format=api",
                "uuid": "abafa69c-851c-4bfb-83b7-f30cec2c79cd",
                "name": "46AP0140002",
                "code": "46AP0140002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:17:18.930855Z",
            "last_modified": "2022-12-20T14:08:23.190328Z",
            "access_modifier": "Public"
        }
    ]
}