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/123199/?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/123199/?format=api",
    "id": 123199,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c647bf22-9e05-435c-afb1-86e306fe377a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9e1b3261-64eb-473f-a6db-41f2711f81a2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bbb5b053-c749-47d6-8c64-eeb90a77b797/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/57ea0258-808a-4282-a3f4-ea84f761061b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6934e5f1-7fc5-4742-abe1-4d81acbc8acb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e4d78152-c24c-4a25-a501-8818c2c95d0e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f518a898-cd33-4564-a870-bcbc2f516d5c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f72e04ff-21e1-430b-a28f-952b4b22b499/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0f543cd8-e5dd-445b-9524-5771f2d78d41/?format=api"
    ],
    "code": "28AB0028035",
    "last_modified": "2024-07-05T16:46:31.794351Z",
    "created": "2022-10-21T16:03:28.543221Z",
    "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
}