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/58c63b59-fbfd-499e-a785-afc84a85193d/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/1bcba36e-781d-4339-9632-00d5398c3b15/?format=api",
            "uuid": "1bcba36e-781d-4339-9632-00d5398c3b15",
            "code": "H.meting::second::1::900",
            "name": "H.meting",
            "description": "",
            "start": "2010-01-01T00:00:00Z",
            "end": "2016-08-16T11:30:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": 900,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/2/?format=api",
                "id": 2,
                "code": "H.meting",
                "parameter": "Waterhoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "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/13bc925b-7664-4636-bee7-af3814c80e36/?format=api",
                "uuid": "13bc925b-7664-4636-bee7-af3814c80e36",
                "name": "Scheidingsvliet, instroom",
                "code": "KGM-A-369_in"
            },
            "extra_metadata": {},
            "created": "2014-11-05T10:25:31.597427Z",
            "last_modified": "2024-09-09T10:27:01.969319Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/940b1ce7-3d03-4105-a427-e284b04fbdf5/?format=api",
            "uuid": "940b1ce7-3d03-4105-a427-e284b04fbdf5",
            "code": "GWH_Tut_v1",
            "name": "Tutorial_GWH",
            "description": "",
            "start": "2019-01-27T12:00:00Z",
            "end": "2019-01-29T00:00:00Z",
            "value_type": "float",
            "last_value": 0.055,
            "interval": 0,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/845/?format=api",
                "id": 845,
                "code": "Elevation(mMSL)",
                "parameter": "Elevation",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "MSL",
                "compartment": "",
                "created": "2017-08-21T12:22:55.356966Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": "steven.hosper@nelen-schuurmans.nl",
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0c711f38-f53d-41f0-9393-d75a18099dd7/?format=api",
                "uuid": "0c711f38-f53d-41f0-9393-d75a18099dd7",
                "name": "Tutorial API Steven",
                "code": "Sv4_API"
            },
            "extra_metadata": {},
            "created": "2023-09-11T14:55:52.664395Z",
            "last_modified": "2023-09-18T14:55:15.352837Z",
            "access_modifier": "Public"
        }
    ]
}