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=19
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=20",
    "previous": "https://demo.lizard.net/api/v4/pumps/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumps/3102/?format=api",
            "id": 3102,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9e276494-7217-413d-a5b3-8c0b69def8ec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a6e53651-d90e-4dca-a515-ba90a6fc8d31/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b5c35b69-2490-4316-a402-5929dcf674f0/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20243/?format=api",
            "name": "LEESLOOT_1011_pompvijzel1",
            "code": "KW101111",
            "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/3103/?format=api",
            "id": 3103,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ac7da9f0-cd72-4b14-92d5-0440726fc5ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a165ab40-d12c-4537-85bc-b48492a28c8a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d159d44c-b825-47a9-8881-4af7ac03cc46/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/15960a7a-f986-4812-a0fd-dfdd81c57cd8/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20264/?format=api",
            "name": "FORT HONSWIJK_1052_pompvijzel1",
            "code": "KW105211",
            "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/3104/?format=api",
            "id": 3104,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/259cf232-02d1-4732-9be5-764c8f980ab9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/71197510-3fc9-4185-a6b6-9e8e77915fd3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f1cd8480-76a5-4f7c-b033-2fbf25c712b9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e962c5b2-f564-4e2e-8dec-e9b793904421/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20271/?format=api",
            "name": "BEERSCHOTEN_1069_pompvijzel1",
            "code": "KW106912",
            "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/3105/?format=api",
            "id": 3105,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/010b1a46-094f-46cb-b431-1bee89e362d5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/43aee5e7-1d78-43b6-b5a3-5e926ac5109d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c12fb8d0-9356-4552-aff7-748e9af6f489/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20277/?format=api",
            "name": "HAARRIJN EN OUWENAAR_2106_pompvijzel1",
            "code": "KW210612",
            "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/3106/?format=api",
            "id": 3106,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/18e49f4e-d5ee-4d26-b437-21280b9fcf3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5e6a5f92-b4d8-4463-850c-4d37d008c6a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/524d9439-ce2f-4187-a03e-4a39f4f96ad9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/52c89187-3ab0-413e-9411-18c8cfd6cea0/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20357/?format=api",
            "name": "RIETVELD_4375_pompvijzel1",
            "code": "KW437512",
            "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/3107/?format=api",
            "id": 3107,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/89f6d2b6-3a3b-4c8f-865c-7c4ebb086280/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e75be69c-69d1-482e-86ad-f72ab3e5f3fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/794195f7-135a-40d5-b741-a677c829e225/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4b48878f-e4e2-453d-b5ec-ec874964e6d5/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20235/?format=api",
            "name": "GEER_1003_pompvijzel2",
            "code": "KW100312",
            "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/3108/?format=api",
            "id": 3108,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e542dcc5-77e0-4d8f-91f7-9adcb72e0453/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/74001e4d-4e21-427e-acb7-71c479e5b9c7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6ee2e275-18b8-497b-8146-a57ba39c58d8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7f0763b2-459d-4d67-bcf5-bf5ff4beabd0/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20288/?format=api",
            "name": "OVERVECHT ZUID_2126_pompvijzel2",
            "code": "KW212614",
            "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/3109/?format=api",
            "id": 3109,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/44091e46-9b14-4852-bf47-4dc729c3b084/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2a77770f-d8dc-4d46-8124-1e0116370183/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/92f25804-12f4-456e-a489-abee62ab617a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f4f20825-281c-4ec9-9b7a-69236d1f41f3/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20308/?format=api",
            "name": "VLEUTERWEIDE_2162_pompvijzel1",
            "code": "KW216222",
            "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/3110/?format=api",
            "id": 3110,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b5b4d7f0-f108-426f-a4c5-09ceb8f55950/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c00ec7c-a157-4e25-b91c-d773f74a8069/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d639f012-00c6-42cf-a8ef-bb6fa56b714b/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20330/?format=api",
            "name": "GRECHTKADE_4311_pompvijzel1",
            "code": "KW431112",
            "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/3111/?format=api",
            "id": 3111,
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1830f2a3-b33a-4878-a23a-eb61a15f39d9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/604a2c5b-56dd-4930-bbba-17b1879efcd8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a8a05870-0116-42c5-b508-b61d157c57f5/?format=api"
            ],
            "pump_station": "https://demo.lizard.net/api/v4/pumpstations/20330/?format=api",
            "name": "GRECHTKADE_4311_pompvijzel2",
            "code": "KW431113",
            "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"
        }
    ]
}