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/120291/?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/120291/?format=api",
    "id": 120291,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8c5e8a0d-4260-4121-ade9-0cc024d49c15/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0169cbc8-d0e2-44f9-8a64-8b7ba2ed6cca/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0e87805d-dbd2-4443-a1f4-4cc24b3de85c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ec244de8-c768-4372-b1f6-ca24805cfc46/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/13e38d8f-f9da-42f2-9032-fe21348c009c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f94e514-9606-4fa0-84c2-7ebc45321cfa/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b70c18d8-a910-47c1-b6fa-9ed8285ba97e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ef49aad-c70d-4f5c-84e1-c4429a545559/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d39edf7a-2225-4d35-89cc-0eebed983c94/?format=api"
    ],
    "code": "28AA3172005",
    "last_modified": "2024-07-05T16:46:06.988268Z",
    "created": "2020-05-29T12:07:34.839886Z",
    "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
}