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/120293/?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/120293/?format=api",
    "id": 120293,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/aebd89c1-2ae8-4748-b626-069aa4e47ac6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e757075b-3f5e-4ed0-94a8-2c8d360338b4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cca01e87-ed95-4f5a-84d1-93c591974e2b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/23dde3c1-fba4-4406-9971-46fb2078a6a3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ccb9e966-5123-42ac-b8ed-63fcafc2ca8a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9f17d5d3-9035-432b-9d4e-30d36a80e2c0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/04d41697-4e41-40fc-a88c-1b5e6ddb2657/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7675bf4a-0eeb-4da9-a558-2694620053af/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9159b517-935b-4a87-b011-4a2f0555922b/?format=api"
    ],
    "code": "28AA3172007",
    "last_modified": "2024-07-05T16:46:07.878761Z",
    "created": "2020-05-29T12:07:34.867622Z",
    "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
}