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/123203/?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/123203/?format=api",
    "id": 123203,
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7ebb1f3-d850-41e5-86ef-02cebb1df3ee/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/926e2885-ee3d-45ea-9e3b-26b1e6487e47/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2f005d0c-2885-4c83-b938-12f3b5f93e3d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/939e46b4-6e37-4c23-88fc-693f52d53df5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b27abce6-eff3-414c-8dda-bdcf876f267d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6ef1a24f-e891-4540-8158-c794dc879173/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6d863d13-a362-4878-aa00-6477a978b762/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/25755f4e-1fc0-43a4-8aef-ff39b84e26d5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b884e9d1-13e4-40e2-a19f-3f8658798167/?format=api"
    ],
    "code": "28AB0028039",
    "last_modified": "2024-07-05T16:46:33.867523Z",
    "created": "2022-10-21T16:03:30.753339Z",
    "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
}