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/7133/?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/7133/?format=api",
    "id": 7133,
    "code": "ZRG-P-0001",
    "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.800253071550402,
                        52.65109915593452,
                        0.0
                    ],
                    [
                        4.801554567097282,
                        52.65004227173124,
                        0.0
                    ],
                    [
                        4.806455789413033,
                        52.65005738087915,
                        0.0
                    ],
                    [
                        4.807097031526118,
                        52.65039520211172,
                        0.0
                    ],
                    [
                        4.807732728685823,
                        52.65006128359449,
                        0.0
                    ],
                    [
                        4.808332832065174,
                        52.65006311317241,
                        0.0
                    ],
                    [
                        4.808957103928839,
                        52.65047084127158,
                        0.0
                    ],
                    [
                        4.809708425821155,
                        52.65042217824377,
                        0.0
                    ],
                    [
                        4.809671413265413,
                        52.65006718364312,
                        0.0
                    ],
                    [
                        4.811796611613334,
                        52.65007361489776,
                        0.0
                    ],
                    [
                        4.811797314415394,
                        52.65006947968828,
                        0.0
                    ],
                    [
                        4.812800230352502,
                        52.65006303265337,
                        0.0
                    ],
                    [
                        4.812831687090926,
                        52.64939409079636,
                        0.0
                    ],
                    [
                        4.812851980484061,
                        52.64938059385662,
                        0.0
                    ],
                    [
                        4.812967760209138,
                        52.64559575027332,
                        0.0
                    ],
                    [
                        4.815100953292047,
                        52.64407930182264,
                        0.0
                    ],
                    [
                        4.814777422776569,
                        52.64370679668141,
                        0.0
                    ],
                    [
                        4.812983471071116,
                        52.64508211158921,
                        0.0
                    ],
                    [
                        4.813027401328987,
                        52.64364579180283,
                        0.0
                    ],
                    [
                        4.813034601429085,
                        52.64365086480403,
                        0.0
                    ],
                    [
                        4.813062523056317,
                        52.64300897340487,
                        0.0
                    ],
                    [
                        4.812207022130314,
                        52.64297421322613,
                        0.0
                    ],
                    [
                        4.812158161746062,
                        52.64293796517146,
                        0.0
                    ],
                    [
                        4.80084241576076,
                        52.64284703821271,
                        0.0
                    ],
                    [
                        4.800906870476216,
                        52.64534412490215,
                        0.0
                    ],
                    [
                        4.798733996541104,
                        52.64412067596626,
                        0.0
                    ],
                    [
                        4.799231356798248,
                        52.64346922101041,
                        0.0
                    ],
                    [
                        4.797581214517084,
                        52.64262879352316,
                        0.0
                    ],
                    [
                        4.797068917782788,
                        52.64293537615343,
                        0.0
                    ],
                    [
                        4.795712935657876,
                        52.64233597702191,
                        0.0
                    ],
                    [
                        4.795614867160384,
                        52.64234542276547,
                        0.0
                    ],
                    [
                        4.79558242886469,
                        52.64232790973374,
                        0.0
                    ],
                    [
                        4.795393375360805,
                        52.64253469989796,
                        0.0
                    ],
                    [
                        4.794461018644265,
                        52.64210203819858,
                        0.0
                    ],
                    [
                        4.794640277487669,
                        52.64185325455687,
                        0.0
                    ],
                    [
                        4.79476550827938,
                        52.64170396697094,
                        0.0
                    ],
                    [
                        4.794739377563869,
                        52.64167144858609,
                        0.0
                    ],
                    [
                        4.794060049508391,
                        52.64139856444982,
                        0.0
                    ],
                    [
                        4.79250914118544,
                        52.64234897894355,
                        0.0
                    ],
                    [
                        4.792513616839701,
                        52.64240338398173,
                        0.0
                    ],
                    [
                        4.792521194511452,
                        52.64245127710559,
                        0.0
                    ],
                    [
                        4.794763483371,
                        52.64361443225097,
                        0.0
                    ],
                    [
                        4.795320658305285,
                        52.64323343676644,
                        0.0
                    ],
                    [
                        4.79539061743723,
                        52.6431853941063,
                        0.0
                    ],
                    [
                        4.79551065271511,
                        52.64325005780761,
                        0.0
                    ],
                    [
                        4.795160096948687,
                        52.64348659685845,
                        0.0
                    ],
                    [
                        4.794946228135662,
                        52.64363705749219,
                        0.0
                    ],
                    [
                        4.800815219849194,
                        52.64635426898524,
                        0.0
                    ],
                    [
                        4.800791622975953,
                        52.64947558921097,
                        0.0
                    ],
                    [
                        4.800751434008856,
                        52.64947539103959,
                        0.0
                    ],
                    [
                        4.800571663628039,
                        52.65022542739754,
                        0.0
                    ],
                    [
                        4.799835215944114,
                        52.65076894655211,
                        0.0
                    ],
                    [
                        4.798315636911854,
                        52.65037621669451,
                        0.0
                    ],
                    [
                        4.794675123478664,
                        52.64721934203548,
                        0.0
                    ],
                    [
                        4.794869682483013,
                        52.64670669055003,
                        0.0
                    ],
                    [
                        4.794496704937953,
                        52.64653362559901,
                        0.0
                    ],
                    [
                        4.794137375971395,
                        52.64708825656263,
                        0.0
                    ],
                    [
                        4.798609509384576,
                        52.65120517081922,
                        0.0
                    ],
                    [
                        4.7994906093464,
                        52.65197995850072,
                        0.0
                    ],
                    [
                        4.800034145611879,
                        52.65168303120524,
                        0.0
                    ],
                    [
                        4.800253071550402,
                        52.65109915593452,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2021-11-29T09:37:27.405237Z",
    "created": "2021-11-29T09:24:37.823819Z",
    "image_url": "",
    "timeseries": [],
    "name": "Rg. Hemelboog (Rg356)",
    "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": 50.83507735,
    "lowest_invert_level": -7.11,
    "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/12080/?format=api",
    "area_type": "other",
    "inhabitants": null,
    "pump_overcapacity": -50.83507735
}