Timeseries
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/72b0015f-a478-4a23-8155-b0b68ac1cecb/timeseries/?format=api
{
"count": 0,
"next": null,
"previous": null,
"results": []
}