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/123223/?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/123223/?format=api",
    "id": 123223,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0ef9c3fd-a9f8-4bae-b628-36f10c747bef/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c42fd706-0595-4661-bf1f-7cc5fd31b046/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5d132fa2-0fe4-48c8-9fdb-bfa539892cf1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0a9181ac-d704-40f5-8335-577bd0bbe06e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1eb4cf49-62ab-4062-84eb-0b1944ac72b5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ac226b01-6bd2-4e90-9f08-dce1e8b80d23/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/07d870b9-02a1-4bee-8927-fe9e7d41639f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/55f1f681-17ad-442c-898e-ed72a882e20f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0896636a-f882-419b-b002-3728d42fec8a/?format=api"
    ],
    "code": "28AP0150040",
    "last_modified": "2024-07-05T16:49:13.190586Z",
    "created": "2022-10-21T16:06:30.155987Z",
    "groundwater_station": "https://zuiderzeeland.lizard.net/api/v4/groundwaterstations/2923/?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
}