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/123183/?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/123183/?format=api",
    "id": 123183,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f8568ee-133e-40a4-9435-deffadfa263b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/74120509-959b-41e4-89fe-7df3cb0c88f9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/44337558-84cb-40c6-bf04-9145554a076e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bb68fdd3-3f23-4507-8f32-d26939114351/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4768afb4-a922-4a4b-9646-c91da50d1dd5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c2d2c2ef-9f64-4cb1-8c68-22b794733c18/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/183d4e7b-236b-4a72-97c0-5952d528b7cc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4c98228d-8cbb-44fa-8f2b-5e39fdc766f6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/142e14c6-aa1e-4f6a-8747-6a6fa053004e/?format=api"
    ],
    "code": "28AB0028019",
    "last_modified": "2024-07-05T16:46:24.388563Z",
    "created": "2022-10-21T16:03:19.660111Z",
    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2872/?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
}