List assets of type PumpedDrainageArea

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

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.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

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: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/
GET /api/v4/pumpeddrainageareas/3555/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/pumpeddrainageareas/3555/?format=api",
    "id": 3555,
    "code": "221/0-4-4",
    "organisation": {
        "url": "https://demo.lizard.net/api/v4/organisations/83280e0e-2100-4a72-8f5f-78cc6abaedfb/?format=api",
        "uuid": "83280e0e-2100-4a72-8f5f-78cc6abaedfb",
        "name": "Almere"
    },
    "geometry": {
        "type": "MultiPolygon",
        "coordinates": [
            [
                [
                    [
                        5.198804266247794,
                        52.35662594114588,
                        0.0
                    ],
                    [
                        5.198257507996672,
                        52.35721526872114,
                        0.0
                    ],
                    [
                        5.198612873220283,
                        52.357893015647875,
                        0.0
                    ],
                    [
                        5.198853124122658,
                        52.35835118186725,
                        0.0
                    ],
                    [
                        5.199181638124861,
                        52.35830574117589,
                        0.0
                    ],
                    [
                        5.204704344095529,
                        52.36019682443411,
                        0.0
                    ],
                    [
                        5.205335925167119,
                        52.36133792864319,
                        0.0
                    ],
                    [
                        5.205083365354704,
                        52.36150415147198,
                        0.0
                    ],
                    [
                        5.205572771627858,
                        52.36176583309765,
                        0.0
                    ],
                    [
                        5.206046707235892,
                        52.36165760002944,
                        0.0
                    ],
                    [
                        5.209007547216601,
                        52.36121483205589,
                        0.0
                    ],
                    [
                        5.209524262232785,
                        52.36103317787701,
                        0.0
                    ],
                    [
                        5.210958546864086,
                        52.36137786502678,
                        0.0
                    ],
                    [
                        5.211351646799847,
                        52.361380094572205,
                        0.0
                    ],
                    [
                        5.211326434543019,
                        52.36133476801537,
                        0.0
                    ],
                    [
                        5.213669765097984,
                        52.35872339758728,
                        0.0
                    ],
                    [
                        5.21332131053725,
                        52.35809480568384,
                        0.0
                    ],
                    [
                        5.213228331480011,
                        52.35806475840274,
                        0.0
                    ],
                    [
                        5.211515318655066,
                        52.358421132175316,
                        0.0
                    ],
                    [
                        5.210562299289393,
                        52.356744855977404,
                        0.0
                    ],
                    [
                        5.20981246758239,
                        52.356899463708395,
                        0.0
                    ],
                    [
                        5.209589428577587,
                        52.35694136225005,
                        0.0
                    ],
                    [
                        5.209438157400372,
                        52.35697715316887,
                        0.0
                    ],
                    [
                        5.209147916025644,
                        52.357065042960706,
                        0.0
                    ],
                    [
                        5.208749681934383,
                        52.35724909409566,
                        0.0
                    ],
                    [
                        5.208573044369289,
                        52.35736311428618,
                        0.0
                    ],
                    [
                        5.208364775789598,
                        52.3575564290722,
                        0.0
                    ],
                    [
                        5.20800062843533,
                        52.35796009641759,
                        0.0
                    ],
                    [
                        5.20696088773932,
                        52.357613304756725,
                        0.0
                    ],
                    [
                        5.203389545129032,
                        52.356421631425974,
                        0.0
                    ],
                    [
                        5.203031220005283,
                        52.356290592637635,
                        0.0
                    ],
                    [
                        5.202826787446035,
                        52.35624128310395,
                        0.0
                    ],
                    [
                        5.20263357219426,
                        52.35620908513628,
                        0.0
                    ],
                    [
                        5.20242593959551,
                        52.35619878964353,
                        0.0
                    ],
                    [
                        5.202211094059176,
                        52.356200445033295,
                        0.0
                    ],
                    [
                        5.202067790967423,
                        52.356220164638565,
                        0.0
                    ],
                    [
                        5.201497350952628,
                        52.35633078992041,
                        0.0
                    ],
                    [
                        5.201007061165816,
                        52.356425864082986,
                        0.0
                    ],
                    [
                        5.200492908864693,
                        52.35653312624774,
                        0.0
                    ],
                    [
                        5.199970811229465,
                        52.356613944274024,
                        0.0
                    ],
                    [
                        5.199449751012263,
                        52.35667479484402,
                        0.0
                    ],
                    [
                        5.19892049663853,
                        52.356652967265624,
                        0.0
                    ],
                    [
                        5.198804266247794,
                        52.35662594114588,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2019-06-25T07:27:04.514015Z",
    "created": "2014-12-04T08:23:21.990088Z",
    "image_url": "",
    "timeseries": [],
    "name": "221/0-4-4",
    "sewer_system": null,
    "upstream_load": null,
    "connected_impervious_surface": null,
    "connected_impervious_surface_mixed": null,
    "connected_impervious_surface_rainwater": null,
    "population_equivalent": null,
    "pollution_equivalent": null,
    "water_consumption": null,
    "extraneous_water": null,
    "sanitary_load": null,
    "lowest_invert_level": null,
    "water_retention_capacity": null,
    "minimum_overflow_crest_level": null,
    "downstream_pumped_drainage_area": null,
    "pump_station": null,
    "area_type": "base",
    "inhabitants": null,
    "pump_overcapacity": null
}