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/120295/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://zuiderzeeland.lizard.net/api/v4/filters/120295/?format=api",
    "id": 120295,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f389dd57-f619-4324-ade0-6fdef641dc04/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0a9c71c1-fa9f-404e-9630-b98a69eb9727/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7dbc883f-7c63-41e2-9bbb-4df3ce5c2bdc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/21ea30f6-016d-421c-9ec1-e854a233b9e6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4e2cf068-3b4b-489f-b9f7-b322b6d63a55/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3102cf03-8598-4c2e-84ad-1c39f4ea2261/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/19d48bf3-db53-4a88-9845-f699ee9ca59d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f847644-3e93-4966-99a0-c2e01d62f15d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/030e4328-e46b-4979-a2de-c176c45234a0/?format=api"
    ],
    "code": "28AA3172009",
    "last_modified": "2024-07-05T16:46:08.875281Z",
    "created": "2020-05-29T12:07:34.897107Z",
    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2869/?format=api",
    "top_level": null,
    "filter_top_level": null,
    "filter_bottom_level": null,
    "aquifer_confinement": "None",
    "lithology": null,
    "high_groundwater_level": null,
    "low_groundwater_level": null
}