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=2353
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=2354",
    "previous": "https://demo.lizard.net/api/v4/filters/?format=api&page=2352",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/123763/?format=api",
            "id": 123763,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/19e6f642-1ec2-4971-95b6-edbd539ad70a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e26f4b16-1902-43f2-a717-841a55db6a79/?format=api"
            ],
            "code": "40AM038001",
            "last_modified": "2024-08-27T13:42:16.657160Z",
            "created": "2024-08-27T13:42:16.657172Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94253/?format=api",
            "top_level": 33.46,
            "filter_top_level": 15.88,
            "filter_bottom_level": 10.88,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123764/?format=api",
            "id": 123764,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d5f9aeda-8797-4f5d-a039-d20b7945ef66/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2e0a6df5-9691-4cee-95db-43209b978460/?format=api"
            ],
            "code": "40AM040001",
            "last_modified": "2024-08-27T13:42:18.382048Z",
            "created": "2024-08-27T13:42:18.382079Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94254/?format=api",
            "top_level": 53.74,
            "filter_top_level": 22.74,
            "filter_bottom_level": 17.74,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123765/?format=api",
            "id": 123765,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0b3419bc-8751-445f-ba05-431744e63b1a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1359a70f-7fdc-4480-ab01-3df399a29b58/?format=api"
            ],
            "code": "40BM015001",
            "last_modified": "2024-08-27T13:42:20.234017Z",
            "created": "2024-08-27T13:42:20.234032Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94255/?format=api",
            "top_level": 11.61,
            "filter_top_level": 8.53,
            "filter_bottom_level": 7.53,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123766/?format=api",
            "id": 123766,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f5c071f8-3b56-40a0-8560-3521ef43ed1a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/79932d8d-741a-4db5-81d0-a6007fa696b1/?format=api"
            ],
            "code": "40BM016001",
            "last_modified": "2024-08-27T13:42:22.139491Z",
            "created": "2024-08-27T13:42:22.139504Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94256/?format=api",
            "top_level": 10.66,
            "filter_top_level": 7.02,
            "filter_bottom_level": 3.02,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123767/?format=api",
            "id": 123767,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/be9a0fae-25bd-49ae-813a-c1cbf16dde0c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9e7a45d7-3ed9-4e4e-a7aa-ea7a5d418a40/?format=api"
            ],
            "code": "40BM017001",
            "last_modified": "2024-08-27T13:42:24.027704Z",
            "created": "2024-08-27T13:42:24.027721Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94257/?format=api",
            "top_level": 10.17,
            "filter_top_level": 9.12,
            "filter_bottom_level": 7.12,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123768/?format=api",
            "id": 123768,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/82aa9a88-f81f-4d8c-a994-1b5ab409430d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/48075eb8-8c4b-4baa-9c9a-bf900fe3aebe/?format=api"
            ],
            "code": "40BM018001",
            "last_modified": "2024-08-27T13:42:25.785781Z",
            "created": "2024-08-27T13:42:25.785796Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94258/?format=api",
            "top_level": 39.45,
            "filter_top_level": 25.26,
            "filter_bottom_level": 20.26,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123769/?format=api",
            "id": 123769,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/def2d826-90d3-43c7-aefc-d294f1765d88/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4011750e-7f1c-4a25-b507-924779f71159/?format=api"
            ],
            "code": "40BM019001",
            "last_modified": "2024-08-27T13:42:27.618061Z",
            "created": "2024-08-27T13:42:27.618073Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94259/?format=api",
            "top_level": 38.33,
            "filter_top_level": 32.11,
            "filter_bottom_level": 30.11,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123770/?format=api",
            "id": 123770,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5ae4d26c-9977-4bd7-8c21-8bb96c7f1af1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a3366dad-1a53-457a-b992-bccd239441d2/?format=api"
            ],
            "code": "40BM019002",
            "last_modified": "2024-08-27T13:42:28.793981Z",
            "created": "2024-08-27T13:42:28.794000Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94259/?format=api",
            "top_level": 38.28,
            "filter_top_level": 27.71,
            "filter_bottom_level": 24.71,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/124197/?format=api",
            "id": 124197,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f0aaf9bc-c42f-41b4-81f4-8222116c719c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1b588380-3258-4592-892f-acd84d1e1794/?format=api"
            ],
            "code": "11BM012001",
            "last_modified": "2024-09-26T14:34:22.967284Z",
            "created": "2024-09-26T14:34:22.967313Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95168/?format=api",
            "top_level": 0.79,
            "filter_top_level": -4.24,
            "filter_bottom_level": -5.24,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/124198/?format=api",
            "id": 124198,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/49f3bea0-fc48-4404-9520-415e593fce51/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0b6389db-cba2-409d-b4f3-c9c1e31f986c/?format=api"
            ],
            "code": "11HM001001",
            "last_modified": "2024-09-26T14:34:34.923416Z",
            "created": "2024-09-26T14:34:34.923428Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/95177/?format=api",
            "top_level": 9.36,
            "filter_top_level": 6.16,
            "filter_bottom_level": 5.16,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ]
}