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/123198/?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/123198/?format=api",
    "id": 123198,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/00e13b00-21bb-4106-9277-0c759d467b27/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f7b29e9b-199b-46d4-804d-83a518ae75d0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4b42d058-1445-4c1b-bba2-2f7966935f2a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/61041494-eb77-472c-9d10-c6a5c9341348/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7966bbad-53d0-420e-88c2-b1b30e10bce6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1ee01848-17a1-40ae-b4fd-c0b06ad9b733/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7f4c2d10-5c2a-451b-9fe2-80e5fa83a868/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c3a0c024-4275-419b-b704-62bd5fec0c25/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/919714ca-b895-4be4-82b4-aac5b8d50aef/?format=api"
    ],
    "code": "28AB0028034",
    "last_modified": "2024-07-05T16:46:31.404172Z",
    "created": "2022-10-21T16:03:28.002165Z",
    "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
}