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/f40512b2-f1b1-4fe8-a8aa-75e5a42b8ef9/timeseries/?format=api&page=20
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 192,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/f40512b2-f1b1-4fe8-a8aa-75e5a42b8ef9/timeseries/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/23ac2e6a-6a6e-493f-b935-b36f287bc9ac/?format=api",
            "uuid": "23ac2e6a-6a6e-493f-b935-b36f287bc9ac",
            "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/ef83068e-7ee6-445a-945d-8ce28dda7ca0/?format=api",
                "uuid": "ef83068e-7ee6-445a-945d-8ce28dda7ca0",
                "name": "11HP0018003",
                "code": "11HP0018003"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:03.193354Z",
            "last_modified": "2022-12-20T14:18:48.720768Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4dd8fa1c-6fc8-4154-b24e-433ccf58ef95/?format=api",
            "uuid": "4dd8fa1c-6fc8-4154-b24e-433ccf58ef95",
            "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/931126d6-5baf-415b-b109-7e742667dba8/?format=api",
                "uuid": "931126d6-5baf-415b-b109-7e742667dba8",
                "name": "11HP0036003",
                "code": "11HP0036003"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:58:06.005339Z",
            "last_modified": "2022-12-20T14:18:49.637665Z",
            "access_modifier": "Public"
        }
    ]
}