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/123189/?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/123189/?format=api",
    "id": 123189,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f7d78686-a514-4595-b851-df9555e0e140/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b0ddeaa-2ccb-4d4c-b17e-87aa2385fc3a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1cfdd849-8367-4a2e-beb9-d84902c6adbe/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/10753c62-cbdc-44b5-b9c2-73c8f20289ab/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/76673c53-dce9-4190-930f-8c26cc0eae48/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/546775d1-5bac-45ef-89ce-b44998499f1d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dc781161-ffb7-4b83-933f-8e7698af67c8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b0a68530-1c34-4df0-8f7a-f7292b38c99e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a8b2c6fd-e704-45cd-9d2e-b8244cedd2f9/?format=api"
    ],
    "code": "28AB0028025",
    "last_modified": "2024-07-05T16:46:27.301917Z",
    "created": "2022-10-21T16:03:23.029342Z",
    "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
}