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=2349
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=2350",
    "previous": "https://demo.lizard.net/api/v4/filters/?format=api&page=2348",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/123723/?format=api",
            "id": 123723,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e0486f3c-62e5-4926-86ff-ad2c65f14e9c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/447c9209-943b-4ed4-b190-8b27a20e12d2/?format=api"
            ],
            "code": "28BM005001",
            "last_modified": "2024-08-27T13:40:02.922180Z",
            "created": "2024-08-27T13:40:02.922193Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94214/?format=api",
            "top_level": 16.15,
            "filter_top_level": -8.0,
            "filter_bottom_level": -9.0,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123724/?format=api",
            "id": 123724,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/26ec9e82-8429-4031-b0ef-ecfe90f4d5ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/49fa6589-5e17-4f50-9498-63e52f242063/?format=api"
            ],
            "code": "28BM006001",
            "last_modified": "2024-08-27T13:40:04.758654Z",
            "created": "2024-08-27T13:40:04.758666Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94215/?format=api",
            "top_level": 11.41,
            "filter_top_level": 8.8,
            "filter_bottom_level": 6.8,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123725/?format=api",
            "id": 123725,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/87ce6d1b-1799-44b4-afd5-7545e3abe6b4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/962a1801-effc-4479-a5a7-81533bc4a589/?format=api"
            ],
            "code": "28BM077001",
            "last_modified": "2024-08-27T13:40:06.542467Z",
            "created": "2024-08-27T13:40:06.542483Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94216/?format=api",
            "top_level": 8.28,
            "filter_top_level": 4.58,
            "filter_bottom_level": 3.58,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123726/?format=api",
            "id": 123726,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2a5c948b-2a70-45f1-b034-ae6ecb903557/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/19e32d95-da0d-4ccb-8f89-3e71807c1aeb/?format=api"
            ],
            "code": "28BM078001",
            "last_modified": "2024-08-27T13:40:08.310841Z",
            "created": "2024-08-27T13:40:08.310855Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94217/?format=api",
            "top_level": 9.07,
            "filter_top_level": 4.47,
            "filter_bottom_level": 0.87,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123727/?format=api",
            "id": 123727,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c7608723-d458-48b0-a6b9-f83c90d35d99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8a3b5f84-ee32-4759-a016-fb55adad0398/?format=api"
            ],
            "code": "28BM079001",
            "last_modified": "2024-08-27T13:40:10.130590Z",
            "created": "2024-08-27T13:40:10.130602Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94218/?format=api",
            "top_level": 9.07,
            "filter_top_level": 6.12,
            "filter_bottom_level": 1.12,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123728/?format=api",
            "id": 123728,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fc30d233-67d6-46d9-bbf8-ca39927458d4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54c519a1-40bf-4766-bc07-82c302bcdf2b/?format=api"
            ],
            "code": "28BM080001",
            "last_modified": "2024-08-27T13:40:11.883998Z",
            "created": "2024-08-27T13:40:11.884014Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94219/?format=api",
            "top_level": 7.58,
            "filter_top_level": 4.38,
            "filter_bottom_level": 3.38,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123729/?format=api",
            "id": 123729,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8b311a80-1646-4178-a387-0b9dc31e1675/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d049f837-918e-4d21-a97b-d91bb9952b4b/?format=api"
            ],
            "code": "28CM002001",
            "last_modified": "2024-08-27T13:40:13.598409Z",
            "created": "2024-08-27T13:40:13.598422Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94220/?format=api",
            "top_level": 18.71,
            "filter_top_level": 12.11,
            "filter_bottom_level": 7.11,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123730/?format=api",
            "id": 123730,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a62062b9-32a5-4f6d-8a77-1c8aa764143d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/892cf206-7ccb-4ac2-8a87-69f9969d222c/?format=api"
            ],
            "code": "28CM003001",
            "last_modified": "2024-08-27T13:40:15.385952Z",
            "created": "2024-08-27T13:40:15.385976Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94221/?format=api",
            "top_level": 16.43,
            "filter_top_level": 11.13,
            "filter_bottom_level": 10.13,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123731/?format=api",
            "id": 123731,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0ce2287c-29b8-4382-a80d-40ad88d0d1e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c12e63a3-796c-46e1-a3bd-fcdad45ab83f/?format=api"
            ],
            "code": "28CM004001",
            "last_modified": "2024-08-27T13:40:17.141977Z",
            "created": "2024-08-27T13:40:17.141989Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94222/?format=api",
            "top_level": 15.8,
            "filter_top_level": 12.3,
            "filter_bottom_level": 11.3,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/123732/?format=api",
            "id": 123732,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d60317c6-4a87-4643-82f1-954b25b184a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d698a61f-ef66-4d43-983d-fed68aa50dce/?format=api"
            ],
            "code": "28CM005001",
            "last_modified": "2024-08-27T13:40:18.909708Z",
            "created": "2024-08-27T13:40:18.909719Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/94223/?format=api",
            "top_level": 15.67,
            "filter_top_level": 11.17,
            "filter_bottom_level": 6.17,
            "aquifer_confinement": "0",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ]
}