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/123218/?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/123218/?format=api",
    "id": 123218,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c4d6029e-0865-4a9c-873d-76e6432f39f3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a8eabe12-ad99-4dd1-b87f-572825fdadc0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/bc9fd3ae-2702-406e-ae32-177beca16cb4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/39e326d8-cc41-443c-bb1e-f17fe8f2373e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8585c6c6-ba20-4098-b881-5f9ec64ca839/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4a184f85-f16e-4d9f-9fcf-6f694fe865c3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/564d42d0-b1e3-4637-9abd-4eae52dcaf7d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/04cb8598-68b2-424b-a7fa-b62dab115da0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5ce55d05-be6a-4895-a9cf-d7b61e74cf1c/?format=api"
    ],
    "code": "28AP0150035",
    "last_modified": "2024-07-05T16:49:10.917963Z",
    "created": "2022-10-21T16:06:27.439763Z",
    "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
}