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/717ed64f-5484-4e21-b9b8-92480b8d9527/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9e84b3bf-8da8-496c-bb37-345312ac3936/?format=api",
            "uuid": "9e84b3bf-8da8-496c-bb37-345312ac3936",
            "code": "FAME_BT2_diver",
            "name": "BT2-Well 1",
            "description": "",
            "start": "2019-10-23T07:45:00Z",
            "end": "2019-12-14T07:00:00Z",
            "value_type": "float",
            "last_value": -100.91,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8672/?format=api",
                "id": 8672,
                "code": "WaterToSurface",
                "parameter": "Water level to surface",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2022-01-24T09:50:04.457816Z",
                "last_modified": "2022-01-24T09:50:04.457774Z"
            },
            "datasource": null,
            "supplier": "florian.knappers",
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c2376d6d-f72b-419f-a901-5f4c8fad0f21/?format=api",
                "uuid": "c2376d6d-f72b-419f-a901-5f4c8fad0f21",
                "name": "BT02_Well 1",
                "code": "BT2"
            },
            "extra_metadata": {
                "Extra information": "Water level to surface"
            },
            "created": "2022-01-10T15:17:50.310599Z",
            "last_modified": "2022-02-28T13:33:29.161289Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f734cb48-1adf-4543-8e6a-8b6eedff1374/?format=api",
            "uuid": "f734cb48-1adf-4543-8e6a-8b6eedff1374",
            "code": "FAME_BT3_diver",
            "name": "BT3-Well 2",
            "description": "",
            "start": "2019-12-14T10:00:00Z",
            "end": "2020-05-23T02:30:00Z",
            "value_type": "float",
            "last_value": -332.89,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8672/?format=api",
                "id": 8672,
                "code": "WaterToSurface",
                "parameter": "Water level to surface",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2022-01-24T09:50:04.457816Z",
                "last_modified": "2022-01-24T09:50:04.457774Z"
            },
            "datasource": null,
            "supplier": "florian.knappers",
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/61d58c7e-685a-471d-a3e0-6c2166cda8aa/?format=api",
                "uuid": "61d58c7e-685a-471d-a3e0-6c2166cda8aa",
                "name": "BT03_Well 2",
                "code": "BT3"
            },
            "extra_metadata": {},
            "created": "2022-01-10T15:41:28.788257Z",
            "last_modified": "2022-02-28T13:33:59.874317Z",
            "access_modifier": "Public"
        }
    ]
}