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=8
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=9",
    "previous": "https://demo.lizard.net/api/v4/filters/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/filters/41252/?format=api",
            "id": 41252,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/57cf73e6-5970-425d-8519-c791664c8ebb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4cc15333-5e7e-48c4-a33d-9836430829aa/?format=api"
            ],
            "code": "33DP0017001",
            "last_modified": "2024-07-05T17:33:06.291998Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10893/?format=api",
            "top_level": 25.706,
            "filter_top_level": 18.47,
            "filter_bottom_level": 17.97,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41253/?format=api",
            "id": 41253,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e878f827-abc2-4539-8ae0-54301500fbd1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/72644a7f-43e1-4ba8-a215-753d6708fe20/?format=api"
            ],
            "code": "33DP0018001",
            "last_modified": "2024-07-05T17:33:07.408829Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10894/?format=api",
            "top_level": 30.03,
            "filter_top_level": 20.12,
            "filter_bottom_level": 19.52,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41254/?format=api",
            "id": 41254,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fc2c84c2-08cb-4c30-8445-395792ca5a85/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6ea78914-7e0b-4129-8a63-b5377bbdc3eb/?format=api"
            ],
            "code": "33DP0023001",
            "last_modified": "2024-07-05T17:33:08.688566Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10895/?format=api",
            "top_level": 39.15,
            "filter_top_level": 17.25,
            "filter_bottom_level": 16.25,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41255/?format=api",
            "id": 41255,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/398df43a-676a-433e-b861-fab25013a4b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f9266bb8-f548-4c00-813c-4430063702a8/?format=api"
            ],
            "code": "33DP0024001",
            "last_modified": "2024-07-05T17:33:09.893567Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10896/?format=api",
            "top_level": 27.3,
            "filter_top_level": 12.12,
            "filter_bottom_level": 11.12,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41256/?format=api",
            "id": 41256,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/577c5dd0-b5b4-4c79-8f13-52a408317b51/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e055a548-e353-42f3-bde3-86b3c4ba25bc/?format=api"
            ],
            "code": "33DP0025001",
            "last_modified": "2024-07-05T17:33:11.000951Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10897/?format=api",
            "top_level": 18.819,
            "filter_top_level": 4.16,
            "filter_bottom_level": 3.16,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41257/?format=api",
            "id": 41257,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/28bde3bb-9bf1-47f6-95fe-b08fd27e149e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/397353b2-3d77-41df-80c2-48c46ae1e0c3/?format=api"
            ],
            "code": "33DP0026001",
            "last_modified": "2024-07-05T17:33:12.107276Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10898/?format=api",
            "top_level": 59.637,
            "filter_top_level": 30.74,
            "filter_bottom_level": 29.74,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41258/?format=api",
            "id": 41258,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b87719d0-d381-4ada-a38d-23a68c4d79a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c23f3063-f76d-4d81-9c9e-485e2d09c41d/?format=api"
            ],
            "code": "33DP0027001",
            "last_modified": "2024-08-27T13:41:08.836922Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10899/?format=api",
            "top_level": 37.13,
            "filter_top_level": 23.2,
            "filter_bottom_level": 22.2,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41259/?format=api",
            "id": 41259,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bda14a0f-811d-4807-bc73-a2ba9da4be75/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e44aa769-a5a7-4b24-99b5-368d5098c7b7/?format=api"
            ],
            "code": "33DP0028001",
            "last_modified": "2024-07-05T17:33:14.195414Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10900/?format=api",
            "top_level": 27.47,
            "filter_top_level": 12.8,
            "filter_bottom_level": 11.8,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41260/?format=api",
            "id": 41260,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/080cf54c-e7ad-426b-9419-118f225682ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd592697-13f2-4cf8-9a76-c2aefdc1e67f/?format=api"
            ],
            "code": "33DP0029001",
            "last_modified": "2024-07-05T17:33:15.315625Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10901/?format=api",
            "top_level": 22.007,
            "filter_top_level": 10.38,
            "filter_bottom_level": 9.38,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/filters/41261/?format=api",
            "id": 41261,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c68831b8-a083-4c85-bc1a-5e159437f1b2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ef974396-35ec-4b76-8c18-111ba5194ab6/?format=api"
            ],
            "code": "33DP0029002",
            "last_modified": "2024-07-05T17:33:15.754841Z",
            "created": "2016-02-03T10:53:26.311390Z",
            "groundwater_station": "https://demo.lizard.net/api/v4/groundwaterstations/10901/?format=api",
            "top_level": 21.965,
            "filter_top_level": 7.93,
            "filter_bottom_level": 6.93,
            "aquifer_confinement": "None",
            "lithology": null,
            "high_groundwater_level": null,
            "low_groundwater_level": null
        }
    ]
}