Filter Instance
List assets of type Filter
Query parameters:
code
Exact filter on the code
field. The (case-sensitive) startswith
lookup is also supported.
created:
Temporal filter on created
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; created__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
last_modified:
Temporal filter on last_modified
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; last_modified__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
page_size
The number of results on a single page. Defaults to 10, maximum is 100.
Note that pagination is disabled for the root endpoint: the response
will be truncated to page_size
.
Custom route: by-organisation
Filter assets by organisation UUID. Pagination is enabled.
Examples:
?code=ABC_2123
?code__startswith=ABC
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
/by-organisation/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/
GET /api/v4/filters/123329/?format=api
{ "url": "https://demo.lizard.net/api/v4/filters/123329/?format=api", "id": 123329, "timeseries": [ "https://demo.lizard.net/api/v4/timeseries/8aff4fd5-ca90-4c23-a511-fb46e994aa13/?format=api", "https://demo.lizard.net/api/v4/timeseries/5935a9df-ea30-46c8-82a0-443def780b18/?format=api", "https://demo.lizard.net/api/v4/timeseries/2836db8e-de59-4fbc-b72c-86a7eff654ea/?format=api", "https://demo.lizard.net/api/v4/timeseries/e67f5ba9-4385-48da-9c9d-c0278db78335/?format=api", "https://demo.lizard.net/api/v4/timeseries/3392a48b-a42d-4c05-840a-9853e6776e39/?format=api", "https://demo.lizard.net/api/v4/timeseries/34988479-e269-445c-932b-1ecb504b6506/?format=api", "https://demo.lizard.net/api/v4/timeseries/4ade0fb0-ae1d-4a80-923e-b0a807063079/?format=api", "https://demo.lizard.net/api/v4/timeseries/429e192c-100f-42ce-8ce9-f5e0bc3fe3bc/?format=api", "https://demo.lizard.net/api/v4/timeseries/5df9a071-3784-4b31-a192-45acdcee3337/?format=api" ], "code": "39EM018001", "last_modified": "2024-07-05T18:07:14.653296Z", "created": "2022-11-30T23:35:13.398252Z", "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/90470/?format=api", "top_level": 41.59, "filter_top_level": 10.09, "filter_bottom_level": 5.09, "aquifer_confinement": "None", "lithology": null, "high_groundwater_level": null, "low_groundwater_level": null }