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=20
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=21",
    "previous": "https://demo.lizard.net/api/v4/pumps/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3112/?format=api",
            "id": 3112,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4b09d24c-1293-41ba-97fd-74294747b2c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/327eb267-02c4-4f3c-82d4-b81b00b66f35/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/86734679-5da8-44c4-859c-4dd8047e0940/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/14a6bae1-053f-4fb2-bc9c-e5d720c054db/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20294/?format=api",
            "name": "REINESTEIJN_2138_pompvijzel1",
            "code": "KW213811",
            "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/3113/?format=api",
            "id": 3113,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/87788368-db18-4eab-bb97-72b0d3ac719a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e32aa3c1-27d2-4fd6-a586-02db89f3e05b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d697b965-11a2-4a5a-9b26-5be04c4a1742/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20279/?format=api",
            "name": "UTRECHT_2109_pompvijzel1",
            "code": "KW210911",
            "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/3114/?format=api",
            "id": 3114,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/080583b6-e57e-44ee-9bbf-995c3404574f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/030b348a-9b37-4030-ba3a-96b42ce921af/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d376092d-d9d6-4c4e-ab41-a20f85979fc2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/795bd69a-d6c8-4724-a27d-3156c59da962/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20350/?format=api",
            "name": "PAPEKOP EN DIEMERBROEK_4364_pompvijzel1",
            "code": "KW436413",
            "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/3115/?format=api",
            "id": 3115,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8b605ec8-55c0-4aaf-a1f2-7cae6c155343/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5641366f-3e29-4dee-8aa4-4240bfca55c4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/49925239-964e-4c84-bf30-f9b479992c81/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20355/?format=api",
            "name": "HAANWIJK_4371_pompvijzel1",
            "code": "KW437113",
            "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/3116/?format=api",
            "id": 3116,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d87a330e-ca00-4f4c-ad92-66ae47252add/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7c2d5e16-d4b3-4505-982f-106d8d70bc4e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/75e47845-4a31-4420-883c-d1c19210493f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/66165e58-de31-4d3e-b1fa-c68da90cb3a8/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20335/?format=api",
            "name": "OUDELAND EN INDIJK_4317_pompvijzel1",
            "code": "KW431712",
            "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/3117/?format=api",
            "id": 3117,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ba486561-613b-436d-9b3d-c715438f239e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3759bb34-8f85-41cc-96dc-19503c6be874/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ac1486c-2951-4f08-a8e2-852632b01c90/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dac1b9c1-71da-4ec4-8a79-1df6325db263/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20350/?format=api",
            "name": "PAPEKOP EN DIEMERBROEK_4364_pompvijzel2",
            "code": "KW436414",
            "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/3118/?format=api",
            "id": 3118,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8102c563-edf3-4173-b385-39d02fb63897/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a14d5bd7-b562-4a17-b29e-666187bbf57a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b4024d7b-3f85-4e95-a9d2-18567a60938a/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20355/?format=api",
            "name": "HAANWIJK_4371_pompvijzel2",
            "code": "KW437114",
            "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/3119/?format=api",
            "id": 3119,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fab12ad8-d2f6-4e15-a734-6c43ec9aa870/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ccd42c6-b3f7-45ae-85de-c2fa69ee0aa4/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9b9bc133-7ba3-4494-ad1d-eb85229b5dbb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1fad7737-16e5-4d1b-8ac4-6b08b5d10c05/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20239/?format=api",
            "name": "ODIJK_1007_pompvijzel1",
            "code": "KW100711",
            "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/3120/?format=api",
            "id": 3120,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c5ecb47d-4eb0-4b48-b6b1-6f09fb54da55/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/25c15441-1143-4120-a419-25e9b032c782/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54d19c63-90f4-4f09-9449-b03de9e2a47f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8cdcf6c0-8161-4c3f-b1ba-6cdecd093ab3/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20263/?format=api",
            "name": "VOORHAVENDIJK_1044_pompvijzel1",
            "code": "KW104411",
            "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/3121/?format=api",
            "id": 3121,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5da74073-3331-4718-8d60-7996a5895863/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/463af56a-6c43-4b02-b69d-3a3d632ad746/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9bb86c7-6969-4bb3-9f8b-f6749888cdda/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2f8bc1ae-7423-4a0b-ac4e-80740078582c/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20268/?format=api",
            "name": "SANDWEIJCK_1064_pompvijzel1",
            "code": "KW106412",
            "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"
        }
    ]
}