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/123376/?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/123376/?format=api",
    "id": 123376,
    "timeseries": [
        "https://demo.lizard.net/api/v4/timeseries/2eab7ccd-3d5a-4ae3-afaf-b37cdc465a5a/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/b4141ecf-8179-4619-afb0-e6acc20ae7b5/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/cd2d6194-8e14-4d4c-834b-e9f2a95f8eba/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/98151804-2946-44c8-a442-b9fc2f1e83ac/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/d7f87380-b07f-4536-a9ec-543295b744ce/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/66634bfa-f0a2-4f66-b603-a60d62381c97/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/9c3fbb7b-5350-40f4-9408-c1af2c877292/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/93b0b654-b783-41aa-a1e0-7507122c31a1/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/9d66822f-6e02-441e-b0ce-0a3498d1f0ec/?format=api",
        "https://demo.lizard.net/api/v4/timeseries/c3ff74ab-3b49-4680-a7c6-f5a3bf08acd1/?format=api"
    ],
    "code": "11DM027001",
    "last_modified": "2024-07-05T15:40:50.104725Z",
    "created": "2023-06-30T14:33:42.249954Z",
    "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/91742/?format=api",
    "top_level": -1.5722,
    "filter_top_level": -2.6022,
    "filter_bottom_level": -3.6022,
    "aquifer_confinement": "None",
    "lithology": null,
    "high_groundwater_level": null,
    "low_groundwater_level": null
}