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
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23431,
    "next": "https://demo.lizard.net/api/v4/filters/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/38058/?format=api",
            "id": 38058,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/762b25c1-ed01-41bf-9282-bda3f549feee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91f33e55-1f94-4a31-81ba-3439cc79436e/?format=api"
            ],
            "code": "39FP0556015",
            "last_modified": "2024-03-28T17:13:56.865406Z",
            "created": "2016-02-03T10:44:19.575064Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/9003/?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
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38059/?format=api",
            "id": 38059,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5b38216a-2999-4233-ae18-2c42e3494739/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2c935f5a-42b5-4aa7-855d-1d86bb21250e/?format=api"
            ],
            "code": "39FP0556014",
            "last_modified": "2024-03-28T17:13:55.937565Z",
            "created": "2016-02-03T10:44:23.602788Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/9003/?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
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38060/?format=api",
            "id": 38060,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ffe6a05f-803b-4fac-a1bc-4f7cab7dd759/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a6d20fc7-70ea-4aa4-909c-3348d1e364c5/?format=api"
            ],
            "code": "39FP0556013",
            "last_modified": "2024-03-28T17:13:55.013976Z",
            "created": "2016-02-03T10:44:27.604362Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/9003/?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
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38061/?format=api",
            "id": 38061,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/48898ac1-0db1-4017-a761-7b805b92af99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de80404f-9de4-4fb6-9adb-1cbc79a73942/?format=api"
            ],
            "code": "27DP9011001",
            "last_modified": "2024-03-28T15:42:41.236121Z",
            "created": "2016-02-03T10:46:17.383423Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10451/?format=api",
            "top_level": 21.251,
            "filter_top_level": 17.89,
            "filter_bottom_level": 16.83,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38062/?format=api",
            "id": 38062,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c30d7bc1-20b4-42dc-8362-b415d0d1959d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2aabd8a7-00ec-4a97-9ac9-0820f9a7ec0f/?format=api"
            ],
            "code": "27DP9010001",
            "last_modified": "2024-03-28T15:42:40.261693Z",
            "created": "2016-02-03T10:46:22.218329Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10450/?format=api",
            "top_level": 22.576,
            "filter_top_level": 16.54,
            "filter_bottom_level": 15.48,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38063/?format=api",
            "id": 38063,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/647654b6-6da0-4721-96c4-b05fa3901847/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/80d126bc-6816-4aae-8ca0-2babf3ee4f42/?format=api"
            ],
            "code": "40FA3085001",
            "last_modified": "2024-03-28T17:36:55.186091Z",
            "created": "2016-02-03T10:46:30.330636Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/2639/?format=api",
            "top_level": null,
            "filter_top_level": 0.0,
            "filter_bottom_level": -16.65,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38065/?format=api",
            "id": 38065,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/47a64058-2d08-4357-a7dd-15f71654f3e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f7ee6fcd-405a-4dea-a36d-8ed437d4bfbf/?format=api"
            ],
            "code": "32FP0042001",
            "last_modified": "2024-03-28T16:26:05.783057Z",
            "created": "2016-02-03T10:47:54.278534Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10788/?format=api",
            "top_level": 21.94,
            "filter_top_level": 3.0,
            "filter_bottom_level": 2.0,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38067/?format=api",
            "id": 38067,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fb40e3eb-b8c0-476a-bee7-23a5289eb633/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/50fb5d56-2073-4d77-a2a0-ac46d34a6064/?format=api"
            ],
            "code": "27GP0228002",
            "last_modified": "2024-03-28T15:48:57.574250Z",
            "created": "2016-02-03T10:48:03.614029Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10787/?format=api",
            "top_level": 5.48,
            "filter_top_level": -13.84,
            "filter_bottom_level": -14.84,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/38070/?format=api",
            "id": 38070,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b791c6be-8214-4907-a4bf-f91b2ba522e3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/77079b59-de22-4b08-8417-4ebd1aba2046/?format=api"
            ],
            "code": "39FP0556016",
            "last_modified": "2024-03-28T17:13:57.903031Z",
            "created": "2016-02-03T10:49:37.658247Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/9003/?format=api",
            "top_level": 34.96,
            "filter_top_level": 2.02,
            "filter_bottom_level": 2.0,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/40491/?format=api",
            "id": 40491,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a5ce1240-f7ed-4a44-8f66-34218a79c115/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91e3853b-3a9b-4363-91ac-f6fe4848a281/?format=api"
            ],
            "code": "27DP9012001",
            "last_modified": "2024-03-28T15:42:42.497845Z",
            "created": "2016-02-03T10:51:12.928078Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10452/?format=api",
            "top_level": 23.965,
            "filter_top_level": 17.89,
            "filter_bottom_level": 16.83,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ]
}