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/123194/?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/123194/?format=api",
    "id": 123194,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f22cf305-058b-43c1-a002-0b95c75ac2c9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/21e767b9-182d-4508-b654-086491fc203e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a851c49f-958c-4b9f-8068-9583c5b2ca9f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dbed2921-a196-4d5b-bfa8-08c473520d57/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/632bee28-40cb-4658-a8c3-3bd39a531783/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/21cd0462-3d49-4d90-a51a-d72d8289bae1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a744128e-a377-4d76-baeb-3d3ff2c41d07/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9d6e346d-b46f-44e0-b016-795fcd45dce9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4ce3c730-c571-4e24-8dbc-c64253c53a38/?format=api"
    ],
    "code": "28AB0028030",
    "last_modified": "2024-07-05T16:46:29.637393Z",
    "created": "2022-10-21T16:03:25.793337Z",
    "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
}