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/123170/?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/123170/?format=api",
    "id": 123170,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cd057d52-40dd-411f-b6f8-456f2f133866/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3876b36f-d19d-47fd-bc9d-88c3a782e237/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0ab69694-15a9-4b35-b104-573539cf9fa6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/45b61b52-a6ff-4ab5-8f96-013bbb073605/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7f2d0ddc-d6fb-4434-b43e-f2d5cb9605ec/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6540d247-ff5a-4186-9a8d-c20930833512/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a72274bc-695a-41a8-a5c4-c753b12031e8/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4d9542e8-971b-4e76-b8f7-a138f1413e98/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/46c34941-15d1-487e-960b-a776971ae4e3/?format=api"
    ],
    "code": "28AB0028006",
    "last_modified": "2024-07-05T16:46:18.172530Z",
    "created": "2022-10-21T16:03:12.436114Z",
    "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
}