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/120296/?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/120296/?format=api",
    "id": 120296,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c11b98f6-6c87-46e6-81f1-82f2dfbc0dfd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/79e8ced3-ac1c-4c4e-ba37-7ce3949208a1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8e51511a-5dc1-43ea-83eb-4f110fd91950/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/049a27bd-642f-40e4-9a92-27dbd426ab38/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9fa07885-91a4-4221-896c-f7637698ea10/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/68855f98-12a8-44ac-807a-e7b0cd49a789/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/29f3503f-ecb6-4d3d-b737-150ce14b253b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0b1d99ac-302d-4c9c-9f1f-450ee195c598/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d4cc2c2a-faca-412e-86e7-641e6004ee47/?format=api"
    ],
    "code": "28AA3172010",
    "last_modified": "2024-07-05T16:46:09.259906Z",
    "created": "2020-05-29T12:07:34.910796Z",
    "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
}