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/120289/?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/120289/?format=api",
    "id": 120289,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6c867628-d395-4861-8f06-a33306964ff5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/37e39c4a-c5d9-49cc-a9e9-5c808514cd26/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7cf80d88-18f2-4337-8445-784e5a8d1430/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5cca1b16-fa1d-4bb3-a832-315b45dd3a96/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4ae03f94-cd2d-4ff6-9ffc-96a75b73052e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/949167ac-a7d2-458f-b2d6-1fc0ee88279c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7ed42771-9bd4-4754-8357-5f4b50b1e9e5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a1c1b3f0-6cc0-4d5a-acb7-20f13be9bc67/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3cd93e45-8054-4838-bc28-3476388dd8ae/?format=api"
    ],
    "code": "28AA3172003",
    "last_modified": "2024-07-05T16:46:06.070042Z",
    "created": "2020-05-29T12:07:34.803158Z",
    "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
}