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

{
    "count": 23571,
    "next": "https://demo.lizard.net/api/v4/filters/?page=3",
    "previous": "https://demo.lizard.net/api/v4/filters/",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/41189/",
            "id": 41189,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/89227d03-0421-4ed6-9103-a9cdb36c9c6d/",
                "https://demo.lizard.net/api/v4/timeseries/24859ea6-38d3-4fe8-973e-28bf0ce81968/"
            ],
            "code": "32FP0042002",
            "last_modified": "2024-07-05T17:22:05.275037Z",
            "created": "2016-02-03T10:52:18.375529Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10788/",
            "top_level": 21.83,
            "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/41190/",
            "id": 41190,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7a9fbe5c-7853-4998-89f9-36e55ae2b4ce/",
                "https://demo.lizard.net/api/v4/timeseries/e8d9cd37-8e58-4438-b046-019204610146/"
            ],
            "code": "33BP0362003",
            "last_modified": "2024-07-05T17:30:55.427103Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10862/",
            "top_level": 51.7,
            "filter_top_level": -27.63,
            "filter_bottom_level": -28.63,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41191/",
            "id": 41191,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/406c91d8-b5d2-4bc9-9791-bdf64a312959/",
                "https://demo.lizard.net/api/v4/timeseries/9899b8bf-ee42-4e55-9708-f42d9ee918c7/"
            ],
            "code": "33BP0363001",
            "last_modified": "2024-07-05T17:30:56.681555Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10863/",
            "top_level": 50.9,
            "filter_top_level": 23.11,
            "filter_bottom_level": 22.11,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41192/",
            "id": 41192,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a40d9c15-b1c8-4100-a670-45c40efb94c4/",
                "https://demo.lizard.net/api/v4/timeseries/ed8e9ae7-a674-47ee-9a73-881d230f02b0/"
            ],
            "code": "33BP0363002",
            "last_modified": "2024-07-05T17:30:57.153316Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10863/",
            "top_level": 50.85,
            "filter_top_level": 18.14,
            "filter_bottom_level": 17.14,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41193/",
            "id": 41193,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5a813737-6096-4dec-8430-03d11d7decb3/",
                "https://demo.lizard.net/api/v4/timeseries/cbf504a8-ff44-48c6-bf64-01595b365524/"
            ],
            "code": "33BP0436001",
            "last_modified": "2024-07-05T17:30:58.335278Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10864/",
            "top_level": 29.314,
            "filter_top_level": 19.22,
            "filter_bottom_level": 18.22,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41194/",
            "id": 41194,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/94635638-b0cd-4550-ad65-c0fc27ea60a1/",
                "https://demo.lizard.net/api/v4/timeseries/8bdce1fa-61b6-4d86-b9b2-14dcc6f89cdf/"
            ],
            "code": "33BP0437001",
            "last_modified": "2024-07-05T17:30:59.518072Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10865/",
            "top_level": 16.417,
            "filter_top_level": 7.8,
            "filter_bottom_level": 6.8,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41195/",
            "id": 41195,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6b454bf5-c5ab-46aa-9b8c-04d0a450f42c/",
                "https://demo.lizard.net/api/v4/timeseries/94857487-e141-42c3-8e44-d01295dd24f7/"
            ],
            "code": "33BP9001001",
            "last_modified": "2024-07-05T17:31:00.479125Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10866/",
            "top_level": 16.21,
            "filter_top_level": 11.25,
            "filter_bottom_level": 10.25,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41196/",
            "id": 41196,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/97939e2c-7857-4944-8381-de3f3bda9bf6/",
                "https://demo.lizard.net/api/v4/timeseries/c4f06296-222a-466d-97e9-cca271ce3a59/"
            ],
            "code": "33BSXXX1000",
            "last_modified": "2024-07-05T17:31:01.515617Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10867/",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41197/",
            "id": 41197,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c084b052-11d9-46b7-aa1f-7e4ac04bd2db/",
                "https://demo.lizard.net/api/v4/timeseries/643d6bd2-264e-4e37-92aa-a854ff52ac7f/"
            ],
            "code": "33BSXXX2000",
            "last_modified": "2024-07-05T17:31:02.536878Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10868/",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41198/",
            "id": 41198,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/de64edbd-8576-4229-8b22-bb6491d72126/",
                "https://demo.lizard.net/api/v4/timeseries/1b423a89-6faa-41a0-bf8e-47e00c321647/"
            ],
            "code": "33CP0002001",
            "last_modified": "2024-07-05T17:31:14.484043Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10869/",
            "top_level": 61.98,
            "filter_top_level": 27.59,
            "filter_bottom_level": 26.59,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ]
}