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/123371/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/filters/123371/?format=api",
    "id": 123371,
    "timeseries": [
        "https://demo.lizard.net/api/v4/timeseries/d09b1228-edad-4caa-b28d-dbe621ae8b37/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/48a0e8fa-bccf-42f0-bec7-dc6112dd109f/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/41a82dd0-1f1f-430f-9a06-f60d7bcaa3e9/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/59b5e59b-c16d-43c0-aed5-462c625770b3/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/41cde71b-a092-4a69-b4b8-715c356f0049/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/47575a21-8c33-4955-9a51-c53b4852ad07/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/6847fff2-aedc-46dc-9991-082f5c2e35e9/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/9b92e55f-44f0-47d9-b5a6-7e0e2fb3518c/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/ae2dd47c-6477-4283-9f79-6b0d6336c75a/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/fa009c01-39a9-462b-94c9-85c8f18a62ff/?format=api"
    ],
    "code": "11DM023001",
    "last_modified": "2024-07-05T15:40:45.633651Z",
    "created": "2023-06-30T14:33:28.009952Z",
    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91739/?format=api",
    "top_level": -1.9874,
    "filter_top_level": -2.5674,
    "filter_bottom_level": -3.3674,
    "aquifer_confinement": "None",
    "lithology": null,
    "high_groundwater_level": null,
    "low_groundwater_level": null
}