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

{
    "count": 258,
    "next": "https://demo.lizard.net/api/v4/pumps/?format=api&page=25",
    "previous": "https://demo.lizard.net/api/v4/pumps/?format=api&page=23",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3152/?format=api",
            "id": 3152,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b733841d-3c6b-424b-ab9e-50ec65794486/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/842c968b-17f5-49d1-b055-30858f307dd1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc9e5ca4-45a2-4f79-9f26-b7f507ab6836/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d0b1bf08-8946-49f1-8425-a364dc5b3d25/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f1009fe9-21f1-4959-a1ad-3281428a9c92/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e4d5a856-7b9e-47e6-a00b-582a6b31e21d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a4294fa6-b1b1-45e6-aa06-80fd65d507d5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d664daa9-de01-4c93-8646-cdcc79fcbbfd/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20320/?format=api",
            "name": "HOEKSE MOLEN_3234_pompvijzel1",
            "code": "KW323412",
            "type": "pompvijzel",
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3153/?format=api",
            "id": 3153,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/950e92a2-918b-41d3-a146-fac7017d89cd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fded46ab-958b-4ea5-8fb0-6640c21dbd18/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/51663371-313c-4e1e-9eea-62cd55849881/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f29b63c0-e839-4e64-b348-adc62fb37e83/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20342/?format=api",
            "name": "RAPIJNEN_4350_pompvijzel1",
            "code": "KW435012",
            "type": "pompvijzel",
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3154/?format=api",
            "id": 3154,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0d44ae7a-941d-4a48-87a4-8c57ba7110ac/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/609ffbb2-0e9c-4906-a41f-7c2633aafd46/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d94f5f8f-95f4-421a-b6b5-59ea9156f258/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20343/?format=api",
            "name": "SNELREWAARD_4351_pompvijzel1",
            "code": "KW435112",
            "type": "pompvijzel",
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3155/?format=api",
            "id": 3155,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/98236369-680f-4993-aeca-5730ccd3cc86/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bd7eaf10-be82-4c58-9245-013ec99bd4c9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c9f7d469-2ccf-4306-9bf9-bd81df8970cf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cb591e26-d4e0-49d8-ad69-cfb0d29d61e4/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20289/?format=api",
            "name": "MAARSSENBROEK_2131_pompvijzel1",
            "code": "KW213113",
            "type": "pompvijzel",
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3156/?format=api",
            "id": 3156,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/28b64c7c-56f0-4709-99d1-3d529e06954b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed201acd-8166-49da-af66-2263bae428a0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dce5af7e-1df3-46ca-8f35-2c0d7f3958b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/48a4cd27-eb86-41e9-8f79-c241cd8ba6bd/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20289/?format=api",
            "name": "MAARSSENBROEK_2131_pompvijzel2",
            "code": "KW213114",
            "type": "pompvijzel",
            "serial": 2,
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3157/?format=api",
            "id": 3157,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/824ef10a-f43c-4157-a463-78114876b7ec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cd70e790-193f-48c5-be69-1327b9f6ede0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6bfc6140-73ef-48da-add8-341ae114c9df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1f5e0f9d-243d-4819-96f5-44f18f6396ec/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20267/?format=api",
            "name": "PELIKAAN_1062_pompvijzel1",
            "code": "KW106212",
            "type": "pompvijzel",
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3158/?format=api",
            "id": 3158,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e4a42677-1206-453f-a392-794ae4aa709a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8b229f65-4c61-4a53-920d-bc3a774af240/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b4889d93-af78-4864-88a4-70e017a2de68/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8fff47fa-37d6-4557-bc44-d4d4fa98ac33/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20275/?format=api",
            "name": "BIJLEVELD_2103_pompvijzel1",
            "code": "KW210313",
            "type": "pompvijzel",
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3159/?format=api",
            "id": 3159,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/74fcb0b3-597c-4513-9042-523cf0221aed/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66aeecab-7b33-4c95-b514-13a833344f45/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ee2652c0-9274-4aa2-a91a-125caf8cfffd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/71590f02-fca8-42fb-961f-c8e83e418c83/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20275/?format=api",
            "name": "BIJLEVELD_2103_pompvijzel2",
            "code": "KW210314",
            "type": "pompvijzel",
            "serial": 2,
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3160/?format=api",
            "id": 3160,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/204dcf7e-611d-41a2-a572-f539ce7da8c5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d16de037-99ed-4a8b-b096-caa4cc1a3eaa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac6f2abc-1f8c-4698-8439-567e7713f96f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/356940ca-25d5-49a7-9d29-b76f3957e523/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20319/?format=api",
            "name": "KEULEVAART_3230_pompvijzel2",
            "code": "KW323014",
            "type": "pompvijzel",
            "serial": 2,
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3161/?format=api",
            "id": 3161,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d2a31cee-3c99-4eab-b133-65ec47b4db56/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1c31dfb2-ff2c-424c-8eba-ef6a31e1ac1a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ece0bf16-1f5a-43ea-b709-ef4968835e9d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/12ff6e18-ec20-4d6e-b1cd-dc23e8d7d1f6/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20296/?format=api",
            "name": "AANVOERDER_2140_pompvijzel2",
            "code": "KW214012",
            "type": "pompvijzel",
            "serial": 2,
            "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": "2019-06-25T07:27:04.132452Z",
            "created": "2016-12-23T08:03:27.615531Z"
        }
    ]
}