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/7130/?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/7130/?format=api",
    "id": 7130,
    "code": "ZRG-S-0244",
    "organisation": {
        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
        "name": "Hoogheemraadschap Hollands Noorderkwartier"
    },
    "geometry": {
        "type": "MultiPolygon",
        "coordinates": [
            [
                [
                    [
                        4.821713771724901,
                        52.66568476994399,
                        0.0
                    ],
                    [
                        4.823744369364188,
                        52.66441725564424,
                        0.0
                    ],
                    [
                        4.824474366384757,
                        52.66482970255523,
                        0.0
                    ],
                    [
                        4.825355378119704,
                        52.66444389768473,
                        0.0
                    ],
                    [
                        4.825887767155427,
                        52.66412505699545,
                        0.0
                    ],
                    [
                        4.82684730449457,
                        52.66462410482157,
                        0.0
                    ],
                    [
                        4.827232446731733,
                        52.66446226039561,
                        0.0
                    ],
                    [
                        4.827566991525523,
                        52.6639568041746,
                        0.0
                    ],
                    [
                        4.827615267030773,
                        52.66388386408413,
                        0.0
                    ],
                    [
                        4.827541531706695,
                        52.66353159425387,
                        0.0
                    ],
                    [
                        4.827340716071539,
                        52.66333090956975,
                        0.0
                    ],
                    [
                        4.827767187479112,
                        52.66300952723242,
                        0.0
                    ],
                    [
                        4.827347739146116,
                        52.66277927896691,
                        0.0
                    ],
                    [
                        4.827318511981783,
                        52.66261744701551,
                        0.0
                    ],
                    [
                        4.82729194620538,
                        52.66260602420792,
                        0.0
                    ],
                    [
                        4.826960671290577,
                        52.6624635789421,
                        0.0
                    ],
                    [
                        4.826946910184073,
                        52.66247040818479,
                        0.0
                    ],
                    [
                        4.826315203622669,
                        52.66278392604071,
                        0.0
                    ],
                    [
                        4.824418728118237,
                        52.66184284842043,
                        0.0
                    ],
                    [
                        4.824373992343779,
                        52.66167143026897,
                        0.0
                    ],
                    [
                        4.825220290862386,
                        52.66032480710344,
                        0.0
                    ],
                    [
                        4.82504993324949,
                        52.66019084187921,
                        0.0
                    ],
                    [
                        4.825704359294632,
                        52.65916669710801,
                        0.0
                    ],
                    [
                        4.825800999641682,
                        52.65894839014216,
                        0.0
                    ],
                    [
                        4.826164510131558,
                        52.65865525041759,
                        0.0
                    ],
                    [
                        4.826900009700925,
                        52.65863018299147,
                        0.0
                    ],
                    [
                        4.828115623902267,
                        52.65775133841154,
                        0.0
                    ],
                    [
                        4.828289271130627,
                        52.65703666375354,
                        0.0
                    ],
                    [
                        4.82826907263017,
                        52.65656375608354,
                        0.0
                    ],
                    [
                        4.828063899806025,
                        52.65468309137926,
                        0.0
                    ],
                    [
                        4.825493853459641,
                        52.65476609580547,
                        0.0
                    ],
                    [
                        4.824780447499889,
                        52.65485027586889,
                        0.0
                    ],
                    [
                        4.824185585600167,
                        52.65489026296579,
                        0.0
                    ],
                    [
                        4.823644245380577,
                        52.65502561567919,
                        0.0
                    ],
                    [
                        4.82309367716551,
                        52.65527030340619,
                        0.0
                    ],
                    [
                        4.821728531635054,
                        52.65621972225287,
                        0.0
                    ],
                    [
                        4.822049139813346,
                        52.65712419281321,
                        0.0
                    ],
                    [
                        4.822211628555935,
                        52.65726483316111,
                        0.0
                    ],
                    [
                        4.821456354711356,
                        52.65782164695414,
                        0.0
                    ],
                    [
                        4.821394422915712,
                        52.65786730382249,
                        0.0
                    ],
                    [
                        4.821332111854978,
                        52.65783674576581,
                        0.0
                    ],
                    [
                        4.821285268972971,
                        52.65787145248316,
                        0.0
                    ],
                    [
                        4.821079875334092,
                        52.65802363282173,
                        0.0
                    ],
                    [
                        4.820483108421217,
                        52.6577140728872,
                        0.0
                    ],
                    [
                        4.820660905895025,
                        52.6575722483705,
                        0.0
                    ],
                    [
                        4.820294150362219,
                        52.65735649364289,
                        0.0
                    ],
                    [
                        4.819546776439475,
                        52.65754553529624,
                        0.0
                    ],
                    [
                        4.819121374864462,
                        52.65732949703064,
                        0.0
                    ],
                    [
                        4.819281854693275,
                        52.65716619066167,
                        0.0
                    ],
                    [
                        4.818369901693979,
                        52.65669776159833,
                        0.0
                    ],
                    [
                        4.817488244772013,
                        52.65733970882333,
                        0.0
                    ],
                    [
                        4.817390421805116,
                        52.65731247819602,
                        0.0
                    ],
                    [
                        4.817320068524349,
                        52.65746075771843,
                        0.0
                    ],
                    [
                        4.817321228908887,
                        52.65746131329499,
                        0.0
                    ],
                    [
                        4.816376483294475,
                        52.65814916207748,
                        0.0
                    ],
                    [
                        4.816234023410633,
                        52.65806337238651,
                        0.0
                    ],
                    [
                        4.816229214065423,
                        52.65806143862294,
                        0.0
                    ],
                    [
                        4.816223553213942,
                        52.65806077156248,
                        0.0
                    ],
                    [
                        4.816217902688105,
                        52.65806147239844,
                        0.0
                    ],
                    [
                        4.816213122568048,
                        52.6580634347213,
                        0.0
                    ],
                    [
                        4.816209942431297,
                        52.65806635916548,
                        0.0
                    ],
                    [
                        4.816208845425464,
                        52.6580698013809,
                        0.0
                    ],
                    [
                        4.816209997974132,
                        52.65807323732209,
                        0.0
                    ],
                    [
                        4.816213225083763,
                        52.65807614399156,
                        0.0
                    ],
                    [
                        4.816357466776928,
                        52.6581630072418,
                        0.0
                    ],
                    [
                        4.815412680544575,
                        52.65885085624192,
                        0.0
                    ],
                    [
                        4.8159507034814,
                        52.65912146788661,
                        0.0
                    ],
                    [
                        4.813186286806628,
                        52.66119116791025,
                        0.0
                    ],
                    [
                        4.816883689446933,
                        52.66316831046027,
                        0.0
                    ],
                    [
                        4.816997745231984,
                        52.66308641700634,
                        0.0
                    ],
                    [
                        4.819040655951055,
                        52.66426826184289,
                        0.0
                    ],
                    [
                        4.821713771724901,
                        52.66568476994399,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2021-11-29T09:37:23.657607Z",
    "created": "2021-11-29T09:24:37.740415Z",
    "image_url": "",
    "timeseries": [],
    "name": "Rg. Robijn (Rg358)",
    "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": 60.64419681,
    "lowest_invert_level": -6.5,
    "water_retention_capacity": null,
    "minimum_overflow_crest_level": -3.5999999,
    "downstream_pumped_drainage_area": "https://demo.lizard.net/api/v4/pumpeddrainageareas/7058/?format=api",
    "pump_station": "https://demo.lizard.net/api/v4/pumpstations/12170/?format=api",
    "area_type": "other",
    "inhabitants": null,
    "pump_overcapacity": 19.35580319
}