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/?format=api&page=17
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23572,
    "next": "https://demo.lizard.net/api/v4/filters/?format=api&page=18",
    "previous": "https://demo.lizard.net/api/v4/filters/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/41342/?format=api",
            "id": 41342,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/dd3d94a8-62eb-4e64-8681-1504390244e5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fcdfc340-f802-497d-b555-2dbf8cc6a90d/?format=api"
            ],
            "code": "33DP0194002",
            "last_modified": "2024-07-05T17:34:41.148472Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10949/?format=api",
            "top_level": 46.72,
            "filter_top_level": -14.04,
            "filter_bottom_level": -15.04,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41343/?format=api",
            "id": 41343,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/daad67f1-3ca7-4f08-9277-f63a68ecbb72/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9007937-9c8e-446c-90db-386ac090b5ee/?format=api"
            ],
            "code": "33DP0194003",
            "last_modified": "2024-07-05T17:34:41.556464Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10949/?format=api",
            "top_level": 46.7,
            "filter_top_level": -44.0,
            "filter_bottom_level": -45.0,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41344/?format=api",
            "id": 41344,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/541390cf-5115-45ec-89da-bd12c5487af8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/845218be-f259-44f2-ad4f-12c72944c8dd/?format=api"
            ],
            "code": "33DP0194004",
            "last_modified": "2024-07-05T17:34:42.086879Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10949/?format=api",
            "top_level": 46.69,
            "filter_top_level": -67.92,
            "filter_bottom_level": -68.92,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41345/?format=api",
            "id": 41345,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9f780ff3-4b3d-41f0-bbe9-f3bd3da62648/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa6cdcad-c71a-44ec-916a-242a26e85eed/?format=api"
            ],
            "code": "33DP0194005",
            "last_modified": "2024-07-05T17:34:42.578607Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10949/?format=api",
            "top_level": 46.67,
            "filter_top_level": -102.91,
            "filter_bottom_level": -103.91,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41346/?format=api",
            "id": 41346,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/74984948-af26-40a6-830e-ac48f11a2520/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6ac80f2c-17eb-4b1d-9bc7-32522378d488/?format=api"
            ],
            "code": "33DP0248001",
            "last_modified": "2024-07-05T17:34:43.813683Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10950/?format=api",
            "top_level": 73.91,
            "filter_top_level": 36.32,
            "filter_bottom_level": 35.32,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41347/?format=api",
            "id": 41347,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d0496e35-72ad-48d5-851c-5bfdda68a3cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4eb4dc9-d3a0-4e63-9f11-29f08ea2da5c/?format=api"
            ],
            "code": "33DP0249001",
            "last_modified": "2024-07-05T17:34:44.830292Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10951/?format=api",
            "top_level": 29.44,
            "filter_top_level": 18.96,
            "filter_bottom_level": 17.96,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41348/?format=api",
            "id": 41348,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f447e6b2-b3c9-4581-9d92-9ffec6f2a83f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4011b4e0-358e-4603-b565-0d48d5c8a3cb/?format=api"
            ],
            "code": "33DP9001001",
            "last_modified": "2024-07-05T17:34:45.984057Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10952/?format=api",
            "top_level": 26.593,
            "filter_top_level": 16.94,
            "filter_bottom_level": 15.94,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41349/?format=api",
            "id": 41349,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/230ef523-3f66-4b23-aafe-4cb97003e4da/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f3df0cbc-97d3-400d-b557-69a9e68c8016/?format=api"
            ],
            "code": "33DP9002001",
            "last_modified": "2024-07-05T17:34:47.059938Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10953/?format=api",
            "top_level": 25.49,
            "filter_top_level": 16.94,
            "filter_bottom_level": 15.94,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41350/?format=api",
            "id": 41350,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/228ddf79-8e5f-4fb8-8eb7-7d44c6683b5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6aca714e-f6c3-41dc-8d9b-303febadb36f/?format=api"
            ],
            "code": "33DS0043001",
            "last_modified": "2024-07-05T17:34:48.241605Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10954/?format=api",
            "top_level": 0.0,
            "filter_top_level": 0.0,
            "filter_bottom_level": -24.9,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41351/?format=api",
            "id": 41351,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2a168944-d6ea-4bdd-b23c-4787940694b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ff2bcf04-2dae-4ec7-8da6-55dd4bef74b2/?format=api"
            ],
            "code": "33DSXXX1000",
            "last_modified": "2024-07-05T17:34:49.293576Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10955/?format=api",
            "top_level": 0.0,
            "filter_top_level": 0.0,
            "filter_bottom_level": 0.1,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ]
}