List assets of type Pump

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

{
    "count": 290,
    "next": "https://demo.lizard.net/api/v4/pumps/?format=api&page=29",
    "previous": "https://demo.lizard.net/api/v4/pumps/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3763/?format=api",
            "id": 3763,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31296/?format=api",
            "name": "RIJNVLIET_2191-K_RIJNVLIET POMP-pompvijzel1_aanvoer",
            "code": "KW219111",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:28.497082Z",
            "created": "2025-06-13T11:36:28.497094Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3764/?format=api",
            "id": 3764,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31297/?format=api",
            "name": "VOORDORP VOLKSTUINEN_2196-K_VOORDORP VOLKSTUINEN-pompvijzel1_afvoer",
            "code": "KW219611",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:28.777365Z",
            "created": "2025-06-13T11:36:28.777390Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3765/?format=api",
            "id": 3765,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/65a6d18b-cf09-44dc-bad8-0e42436624b0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b5ffef68-3672-49af-86dd-d8fb032c2c61/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b427fa2b-c878-4a1d-9f49-ebc353c141ec/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31298/?format=api",
            "name": "HAAK_4326-K_HAAK-pompvijzel1_afvoer",
            "code": "KW432613",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:29.052091Z",
            "created": "2025-06-13T11:36:29.052105Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3766/?format=api",
            "id": 3766,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/23601/?format=api",
            "name": "WAARDSEDIJK_4407-K_WAARDSEDIJK-pompvijzel1_afvoer",
            "code": "KW440711",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:29.313839Z",
            "created": "2025-06-13T11:36:29.313874Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3767/?format=api",
            "id": 3767,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31299/?format=api",
            "name": "NOORD LINSCHOTEN_4408-K_NOORD LINSCHOTEN-pompvijzel1_afvoer",
            "code": "KW440811",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:29.667794Z",
            "created": "2025-06-13T11:36:29.667808Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3768/?format=api",
            "id": 3768,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/977d974a-c9f2-4a13-86e0-232e2ca33b3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd13165e-4080-433d-a395-69e36842c940/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f6f90365-7cc6-4683-a24f-09366840563c/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20531/?format=api",
            "name": "BRINK_1071-K_BRINK-pompvijzel1_doorspoeling",
            "code": "KW107111",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:29.901526Z",
            "created": "2025-06-13T11:36:29.901543Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3769/?format=api",
            "id": 3769,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/684bd1c1-48e2-466f-9180-bb22cf74b8ad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e1df7199-8d10-4d12-9f44-ece5174506de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a0e1208a-9808-4ebc-8986-136e939bf167/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/23589/?format=api",
            "name": "VELDHOEVE_1080-K_VELDHOEVE-pompvijzel1_aanvoer",
            "code": "KW108011",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:30.108874Z",
            "created": "2025-06-13T11:36:30.108892Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3770/?format=api",
            "id": 3770,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/eb9c02e5-7a24-447e-9b23-3c458e89d3c9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2b891f90-2ed6-411e-a3b4-70be5ce29bf4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4ba816c7-97a4-4833-902f-f68d50c5c80f/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31300/?format=api",
            "name": "UTRECHT_2109-K_UTRECHT POMP-pompvijzel1_aanvoer",
            "code": "KW210921",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:30.388557Z",
            "created": "2025-06-13T11:36:30.388573Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3771/?format=api",
            "id": 3771,
            "timeseries": [],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31301/?format=api",
            "name": "KERKWEG NOORD_2177-K_KERKWEG NOORD-pompvijzel1_afvoer",
            "code": "KW217712",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:30.651325Z",
            "created": "2025-06-13T11:36:30.651344Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3772/?format=api",
            "id": 3772,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/476f38c4-02fd-4b09-bf4b-5f3aeda82784/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5ae53f3a-1dbc-4d32-b5cf-658d45c7c798/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/13815989-2d99-4962-a879-ef80b2ee7d0a/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/31302/?format=api",
            "name": "BLOKLAND WEST_3260-K_BLOKLAND WEST-pompvijzel1_aanvoer",
            "code": "KW326011",
            "type": "other",
            "serial": 1,
            "allowed_flow_direction": null,
            "capacity": null,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null,
            "reduction_factor_no_levels": null,
            "reduction_factor": null,
            "characteristics": null,
            "last_modified": "2025-06-13T11:36:31.009237Z",
            "created": "2025-06-13T11:36:31.009254Z"
        }
    ]
}