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=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/pumps/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3032/?format=api",
            "id": 3032,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6e713e3d-e125-47eb-ac2e-31969ee14e8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ce6abbf7-830b-4dce-bf04-474790cba135/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c1ba0313-8284-4658-a7c0-bacd51636e0a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/72f8b186-af3b-4463-9756-d14e3c99e0b8/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20359/?format=api",
            "name": "OOSTEINDE_4378_pompvijzel2",
            "code": "KW437822",
            "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/3033/?format=api",
            "id": 3033,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/04dd43b7-6dbd-4132-9629-1590b66f5cc7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6d8e5550-490a-4538-bdb1-ea6be1b91676/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/04b25945-89d0-4cfc-8b60-8f0a2fd10588/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/385edc35-4b21-404f-90d3-4a8a0045d53b/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20321/?format=api",
            "name": "PLEYT_3235_pompvijzel1",
            "code": "KW323513",
            "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/3034/?format=api",
            "id": 3034,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7ef3676d-b613-4924-a419-1333db4e9f18/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9269fd6a-c3e9-4135-8b7c-7467f56922dc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0330c7c5-b43b-4ba3-babf-a15a06bda2f1/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20254/?format=api",
            "name": "BIESTER_1026_pompvijzel1",
            "code": "KW102611",
            "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/3035/?format=api",
            "id": 3035,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1f839198-7214-4fcc-8f80-60bd2408f38f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fdf52c47-6b58-4ad9-8272-cdaf496438e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2d29d7e0-cf97-4e8b-9ac1-42fdcb6e868d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9fdcf54d-7331-4772-9907-23a0bf73c0d3/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20265/?format=api",
            "name": "HEUL_1053_pompvijzel1",
            "code": "KW105311",
            "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/3036/?format=api",
            "id": 3036,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/067dcaa0-8174-4387-9556-8c2be97ac7aa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b5fd7e0f-6c7b-452c-b804-7dcc6559e171/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ee28972-b90a-4eb3-8503-7ed82925600b/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20286/?format=api",
            "name": "GALECOPPERDIJK_2123_pompvijzel1",
            "code": "KW212311",
            "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/3037/?format=api",
            "id": 3037,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/96dd397a-f06a-4f0a-8cee-c0cd3260a9fb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3c6a0e28-d874-4725-8349-56f213885a82/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3fb94cf2-af26-47ed-9685-be484efa0698/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/40e906b6-2bac-4084-8faa-b8efee65b60b/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20321/?format=api",
            "name": "PLEYT_3235_pompvijzel2",
            "code": "KW323514",
            "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/3038/?format=api",
            "id": 3038,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/05a171e1-1f7c-4e49-8287-3cf973c2e46d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a2f1a58b-7847-4944-800d-60e3ed72ed7e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/652b3826-1e52-4551-8067-237eca6b03c3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a07236bf-9fb3-4d98-9575-2dcf37882e49/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20360/?format=api",
            "name": "MOLENDIJK_4379_pompvijzel1",
            "code": "KW437912",
            "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/3039/?format=api",
            "id": 3039,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5e37b7c5-1de3-41bb-8a5a-61253f51d789/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c811e210-1143-4b73-914d-1a758009c21c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e31a200b-ca0f-4d10-a19e-a2d1d352b58e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/20f797d7-6c7d-4be1-9654-4e9fb2480020/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20326/?format=api",
            "name": "HOGE BIEZEN_3249_pompvijzel1",
            "code": "KW324911",
            "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/3040/?format=api",
            "id": 3040,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f2a4289b-e6ef-4c03-9cb4-8cd45660398e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/16a90d84-f3f6-40a7-a3dd-91da08dbcd99/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/220b9e3f-8762-4be6-aac0-1c896ac50b54/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1bca9eb0-69a8-47c2-8f35-ccffc8174e4e/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20250/?format=api",
            "name": "AMERONGERWETERING_1020_pompvijzel1",
            "code": "KW102011",
            "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/3041/?format=api",
            "id": 3041,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/316214c4-3429-431c-a451-4e8ba88307e8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a708b8c7-29d6-41b9-93df-23ba736256ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91a078e0-87d7-4378-a5fc-293895a76dc7/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20323/?format=api",
            "name": "BOSSENWAARD_3243_pompvijzel1",
            "code": "KW324311",
            "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"
        }
    ]
}