List assets of type FixedDrainageLevelArea

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/fixeddrainagelevelareas/17953/?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/fixeddrainagelevelareas/17953/?format=api",
    "id": 17953,
    "code": "2751 C",
    "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.732029944668394,
                        52.82468708248788,
                        0.0
                    ],
                    [
                        4.731665308677927,
                        52.82451833658926,
                        0.0
                    ],
                    [
                        4.731225504099458,
                        52.8248947594933,
                        0.0
                    ],
                    [
                        4.731348712012331,
                        52.82495557716954,
                        0.0
                    ],
                    [
                        4.731545859350796,
                        52.82504937858982,
                        0.0
                    ],
                    [
                        4.732029944668394,
                        52.82468708248788,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.710902829752214,
                        52.82170144414036,
                        0.0
                    ],
                    [
                        4.711376286784914,
                        52.82212892557678,
                        0.0
                    ],
                    [
                        4.710915962591041,
                        52.82164455973952,
                        0.0
                    ],
                    [
                        4.710475324723846,
                        52.82125609405715,
                        0.0
                    ],
                    [
                        4.710902829752214,
                        52.82170144414036,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.712924089596344,
                        52.8238069045611,
                        0.0
                    ],
                    [
                        4.712962287622392,
                        52.82386870939117,
                        0.0
                    ],
                    [
                        4.712894222098038,
                        52.82368481970263,
                        0.0
                    ],
                    [
                        4.712638905920624,
                        52.82343215664045,
                        0.0
                    ],
                    [
                        4.712604180153249,
                        52.82339778850854,
                        0.0
                    ],
                    [
                        4.712924089596344,
                        52.8238069045611,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.716284133168908,
                        52.81735447169115,
                        0.0
                    ],
                    [
                        4.716127232490416,
                        52.81734030620387,
                        0.0
                    ],
                    [
                        4.712722136628738,
                        52.81854298907394,
                        0.0
                    ],
                    [
                        4.71157914337525,
                        52.8189466356143,
                        0.0
                    ],
                    [
                        4.711224526215566,
                        52.81907188934981,
                        0.0
                    ],
                    [
                        4.710935595334499,
                        52.81921332249529,
                        0.0
                    ],
                    [
                        4.710272917770055,
                        52.8196277226898,
                        0.0
                    ],
                    [
                        4.710021214519095,
                        52.81973081118031,
                        0.0
                    ],
                    [
                        4.709862472936774,
                        52.81976999118448,
                        0.0
                    ],
                    [
                        4.709670902694756,
                        52.81982687826475,
                        0.0
                    ],
                    [
                        4.7096750366391,
                        52.81983246373796,
                        0.0
                    ],
                    [
                        4.709814529770672,
                        52.82002099230902,
                        0.0
                    ],
                    [
                        4.710173351432957,
                        52.82039571625169,
                        0.0
                    ],
                    [
                        4.710084668721763,
                        52.82046290199296,
                        0.0
                    ],
                    [
                        4.710239659484253,
                        52.8204649592034,
                        0.0
                    ],
                    [
                        4.710417997965038,
                        52.82065421977524,
                        0.0
                    ],
                    [
                        4.711598369748024,
                        52.82182857870109,
                        0.0
                    ],
                    [
                        4.712520231991701,
                        52.82270390751798,
                        0.0
                    ],
                    [
                        4.712628295376597,
                        52.82280580096321,
                        0.0
                    ],
                    [
                        4.712984683311165,
                        52.82326641677689,
                        0.0
                    ],
                    [
                        4.713245960770382,
                        52.82363395611186,
                        0.0
                    ],
                    [
                        4.713100919202185,
                        52.82369990887938,
                        0.0
                    ],
                    [
                        4.713101029744894,
                        52.823730294139,
                        0.0
                    ],
                    [
                        4.713144330756303,
                        52.82374889907485,
                        0.0
                    ],
                    [
                        4.713312399670436,
                        52.82372905324238,
                        0.0
                    ],
                    [
                        4.713408298186458,
                        52.82386877485854,
                        0.0
                    ],
                    [
                        4.713448047166349,
                        52.82406221728321,
                        0.0
                    ],
                    [
                        4.713402906287746,
                        52.82421896299356,
                        0.0
                    ],
                    [
                        4.713271956422427,
                        52.82436974182435,
                        0.0
                    ],
                    [
                        4.713425808508616,
                        52.82443702413435,
                        0.0
                    ],
                    [
                        4.714310338561379,
                        52.82565237022118,
                        0.0
                    ],
                    [
                        4.714501048649198,
                        52.82603439955285,
                        0.0
                    ],
                    [
                        4.714764882032474,
                        52.82656287746553,
                        0.0
                    ],
                    [
                        4.716595772363156,
                        52.82917452417097,
                        0.0
                    ],
                    [
                        4.717374616583541,
                        52.82901837737868,
                        0.0
                    ],
                    [
                        4.717405790346928,
                        52.82892920506676,
                        0.0
                    ],
                    [
                        4.71875518581354,
                        52.82784862806709,
                        0.0
                    ],
                    [
                        4.722031966465456,
                        52.82936909235679,
                        0.0
                    ],
                    [
                        4.722176995891427,
                        52.82936090524166,
                        0.0
                    ],
                    [
                        4.723710924698683,
                        52.828174474689,
                        0.0
                    ],
                    [
                        4.725289690394541,
                        52.82721106643917,
                        0.0
                    ],
                    [
                        4.725428042907382,
                        52.82715332972993,
                        0.0
                    ],
                    [
                        4.725550494286429,
                        52.82716300495152,
                        0.0
                    ],
                    [
                        4.726105212030233,
                        52.82771531287429,
                        0.0
                    ],
                    [
                        4.726268909123625,
                        52.8278568284921,
                        0.0
                    ],
                    [
                        4.727231792895449,
                        52.82851131698295,
                        0.0
                    ],
                    [
                        4.726051693896156,
                        52.82961248292658,
                        0.0
                    ],
                    [
                        4.725004084241925,
                        52.83061660477392,
                        0.0
                    ],
                    [
                        4.725085105419836,
                        52.83066431641815,
                        0.0
                    ],
                    [
                        4.725050307001418,
                        52.83070961468236,
                        0.0
                    ],
                    [
                        4.725008211947721,
                        52.83074975890834,
                        0.0
                    ],
                    [
                        4.725389679322858,
                        52.8309532804524,
                        0.0
                    ],
                    [
                        4.725374288950134,
                        52.83096329627623,
                        0.0
                    ],
                    [
                        4.723266203327886,
                        52.83261691565966,
                        0.0
                    ],
                    [
                        4.721544721428612,
                        52.83396491918522,
                        0.0
                    ],
                    [
                        4.721485039096573,
                        52.83396776745171,
                        0.0
                    ],
                    [
                        4.721539781867597,
                        52.83403208626851,
                        0.0
                    ],
                    [
                        4.721595486552025,
                        52.8340341675307,
                        0.0
                    ],
                    [
                        4.721598397196617,
                        52.83406621289176,
                        0.0
                    ],
                    [
                        4.723065743195636,
                        52.83530131162721,
                        0.0
                    ],
                    [
                        4.724338768140192,
                        52.83434738471804,
                        0.0
                    ],
                    [
                        4.726392737789511,
                        52.83403950564649,
                        0.0
                    ],
                    [
                        4.726632610911222,
                        52.83407710517711,
                        0.0
                    ],
                    [
                        4.727001435149575,
                        52.83404999380573,
                        0.0
                    ],
                    [
                        4.727109770590209,
                        52.83408482425248,
                        0.0
                    ],
                    [
                        4.728841823526827,
                        52.83484635247883,
                        0.0
                    ],
                    [
                        4.732677343131814,
                        52.83655225775388,
                        0.0
                    ],
                    [
                        4.734545639289554,
                        52.83737791432744,
                        0.0
                    ],
                    [
                        4.73471640396566,
                        52.83745577574302,
                        0.0
                    ],
                    [
                        4.736511629219867,
                        52.83827429714585,
                        0.0
                    ],
                    [
                        4.736603552470649,
                        52.83831620980607,
                        0.0
                    ],
                    [
                        4.736729287670953,
                        52.83837378208045,
                        0.0
                    ],
                    [
                        4.73680375355695,
                        52.83833219268282,
                        0.0
                    ],
                    [
                        4.736812665606242,
                        52.83832269726651,
                        0.0
                    ],
                    [
                        4.736863580223766,
                        52.83828003580753,
                        0.0
                    ],
                    [
                        4.735267083952688,
                        52.83754266063963,
                        0.0
                    ],
                    [
                        4.734134487954756,
                        52.83703582719556,
                        0.0
                    ],
                    [
                        4.734926125093272,
                        52.83639608152821,
                        0.0
                    ],
                    [
                        4.734331560655662,
                        52.83610454034591,
                        0.0
                    ],
                    [
                        4.734448172077049,
                        52.83600913626043,
                        0.0
                    ],
                    [
                        4.734355207292522,
                        52.83596389105812,
                        0.0
                    ],
                    [
                        4.734322084083582,
                        52.83584062612925,
                        0.0
                    ],
                    [
                        4.733472771068295,
                        52.83548192933561,
                        0.0
                    ],
                    [
                        4.732467796989479,
                        52.83629271841208,
                        0.0
                    ],
                    [
                        4.731294573965476,
                        52.83575524110045,
                        0.0
                    ],
                    [
                        4.731151994708799,
                        52.83572046881356,
                        0.0
                    ],
                    [
                        4.731042597658456,
                        52.83564413504131,
                        0.0
                    ],
                    [
                        4.729047791192379,
                        52.83473918871242,
                        0.0
                    ],
                    [
                        4.731170285649587,
                        52.83303025174512,
                        0.0
                    ],
                    [
                        4.733207351469725,
                        52.83393309419752,
                        0.0
                    ],
                    [
                        4.73329962400873,
                        52.83389621483005,
                        0.0
                    ],
                    [
                        4.73333137951399,
                        52.83381979409722,
                        0.0
                    ],
                    [
                        4.731348577546506,
                        52.83288658001684,
                        0.0
                    ],
                    [
                        4.733402802818063,
                        52.83117735356142,
                        0.0
                    ],
                    [
                        4.734009561542675,
                        52.83145823653666,
                        0.0
                    ],
                    [
                        4.734102427443416,
                        52.83137226467488,
                        0.0
                    ],
                    [
                        4.734130868747127,
                        52.83135264036152,
                        0.0
                    ],
                    [
                        4.73420284591626,
                        52.83129621961518,
                        0.0
                    ],
                    [
                        4.734500858733981,
                        52.83144245804277,
                        0.0
                    ],
                    [
                        4.738202057337169,
                        52.8283213750886,
                        0.0
                    ],
                    [
                        4.73870984216995,
                        52.82789842114287,
                        0.0
                    ],
                    [
                        4.738900010174848,
                        52.82798655548985,
                        0.0
                    ],
                    [
                        4.73897951869374,
                        52.82792473574823,
                        0.0
                    ],
                    [
                        4.739035165491185,
                        52.82787315710222,
                        0.0
                    ],
                    [
                        4.737508455814497,
                        52.8271882665737,
                        0.0
                    ],
                    [
                        4.737048222541981,
                        52.82698597197396,
                        0.0
                    ],
                    [
                        4.736991024894678,
                        52.82703400043582,
                        0.0
                    ],
                    [
                        4.736937202479505,
                        52.82710549396579,
                        0.0
                    ],
                    [
                        4.732706893301669,
                        52.8306204326287,
                        0.0
                    ],
                    [
                        4.732644204251616,
                        52.83055880731993,
                        0.0
                    ],
                    [
                        4.732522569208462,
                        52.83053648144985,
                        0.0
                    ],
                    [
                        4.731338950800218,
                        52.82999695998721,
                        0.0
                    ],
                    [
                        4.73109642523553,
                        52.82986635032515,
                        0.0
                    ],
                    [
                        4.731015608164583,
                        52.82981953359572,
                        0.0
                    ],
                    [
                        4.730691555983179,
                        52.82969253660212,
                        0.0
                    ],
                    [
                        4.729179737344644,
                        52.82932223318776,
                        0.0
                    ],
                    [
                        4.729099801096122,
                        52.82928019201889,
                        0.0
                    ],
                    [
                        4.728634862980135,
                        52.82916879496821,
                        0.0
                    ],
                    [
                        4.727525249950353,
                        52.82846093350354,
                        0.0
                    ],
                    [
                        4.727557272442235,
                        52.82829044124888,
                        0.0
                    ],
                    [
                        4.727491669460353,
                        52.82824958363184,
                        0.0
                    ],
                    [
                        4.727298936183729,
                        52.8282946110063,
                        0.0
                    ],
                    [
                        4.72656904480565,
                        52.82779332762046,
                        0.0
                    ],
                    [
                        4.72645906708086,
                        52.82770422481688,
                        0.0
                    ],
                    [
                        4.725670410552736,
                        52.82694977389002,
                        0.0
                    ],
                    [
                        4.725667384140563,
                        52.82683100473314,
                        0.0
                    ],
                    [
                        4.725554012235188,
                        52.82680573387278,
                        0.0
                    ],
                    [
                        4.725345575072036,
                        52.82695055093711,
                        0.0
                    ],
                    [
                        4.725168628119718,
                        52.82704288842374,
                        0.0
                    ],
                    [
                        4.724660806427169,
                        52.82735637903496,
                        0.0
                    ],
                    [
                        4.72348745576851,
                        52.82804956316815,
                        0.0
                    ],
                    [
                        4.722059678649006,
                        52.82917418716441,
                        0.0
                    ],
                    [
                        4.718730131871321,
                        52.82761708489434,
                        0.0
                    ],
                    [
                        4.717321194890024,
                        52.82874937017377,
                        0.0
                    ],
                    [
                        4.717069869189015,
                        52.82864043053004,
                        0.0
                    ],
                    [
                        4.716457560382965,
                        52.82776327669166,
                        0.0
                    ],
                    [
                        4.7164632671855,
                        52.82765716491556,
                        0.0
                    ],
                    [
                        4.716347407560132,
                        52.82760177429014,
                        0.0
                    ],
                    [
                        4.715224792125082,
                        52.82603244935711,
                        0.0
                    ],
                    [
                        4.715252822435694,
                        52.82600127006715,
                        0.0
                    ],
                    [
                        4.715253448811437,
                        52.82598946484799,
                        0.0
                    ],
                    [
                        4.715241064320224,
                        52.82599016794303,
                        0.0
                    ],
                    [
                        4.715205881251404,
                        52.82600502271868,
                        0.0
                    ],
                    [
                        4.714364868140047,
                        52.82474015972232,
                        0.0
                    ],
                    [
                        4.715059237712649,
                        52.82419772703034,
                        0.0
                    ],
                    [
                        4.716232797833396,
                        52.8232655033687,
                        0.0
                    ],
                    [
                        4.716360064757616,
                        52.82324279951877,
                        0.0
                    ],
                    [
                        4.716423158178219,
                        52.82325845006951,
                        0.0
                    ],
                    [
                        4.716377964933828,
                        52.82322579818076,
                        0.0
                    ],
                    [
                        4.716361713576924,
                        52.8231487880897,
                        0.0
                    ],
                    [
                        4.715096380603054,
                        52.82257433116633,
                        0.0
                    ],
                    [
                        4.715094317902693,
                        52.82257340287984,
                        0.0
                    ],
                    [
                        4.714996622420705,
                        52.82259686519609,
                        0.0
                    ],
                    [
                        4.714936067123039,
                        52.82265462403222,
                        0.0
                    ],
                    [
                        4.715989994486055,
                        52.8231341688672,
                        0.0
                    ],
                    [
                        4.716039275965608,
                        52.82315657191256,
                        0.0
                    ],
                    [
                        4.714674577352826,
                        52.82421469157136,
                        0.0
                    ],
                    [
                        4.714262010593684,
                        52.82453457080201,
                        0.0
                    ],
                    [
                        4.714247977208788,
                        52.82451614041835,
                        0.0
                    ],
                    [
                        4.713472347374945,
                        52.82352553241673,
                        0.0
                    ],
                    [
                        4.713482837999974,
                        52.82348494402995,
                        0.0
                    ],
                    [
                        4.713439956052111,
                        52.82347863563235,
                        0.0
                    ],
                    [
                        4.712924800329567,
                        52.82262555631739,
                        0.0
                    ],
                    [
                        4.712721475373291,
                        52.8224487939145,
                        0.0
                    ],
                    [
                        4.718163062928716,
                        52.81900145048903,
                        0.0
                    ],
                    [
                        4.718164620799442,
                        52.81900046168484,
                        0.0
                    ],
                    [
                        4.718708235865644,
                        52.81925774925642,
                        0.0
                    ],
                    [
                        4.719382786755982,
                        52.81882856756712,
                        0.0
                    ],
                    [
                        4.718430196942433,
                        52.81839371891466,
                        0.0
                    ],
                    [
                        4.717621819439936,
                        52.81801842863304,
                        0.0
                    ],
                    [
                        4.71663459090554,
                        52.81755500827364,
                        0.0
                    ],
                    [
                        4.716284133168908,
                        52.81735447169115,
                        0.0
                    ]
                ],
                [
                    [
                        4.733251560109809,
                        52.8311135446442,
                        0.0
                    ],
                    [
                        4.731048883717451,
                        52.83286632003643,
                        0.0
                    ],
                    [
                        4.728807450523069,
                        52.83463367794796,
                        0.0
                    ],
                    [
                        4.727013841775287,
                        52.83384637570133,
                        0.0
                    ],
                    [
                        4.72857316608798,
                        52.83260506994996,
                        0.0
                    ],
                    [
                        4.729235686940795,
                        52.83204078480629,
                        0.0
                    ],
                    [
                        4.731458213480799,
                        52.83026951280585,
                        0.0
                    ],
                    [
                        4.733251560109809,
                        52.8311135446442,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:25.884735Z",
    "created": "2020-03-11T16:28:25.884782Z",
    "image_url": "",
    "timeseries": [],
    "name": "Afd. Z",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -0.7
}