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/17916/?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/17916/?format=api",
    "id": 17916,
    "code": "GPG-W-35",
    "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.763029454772448,
                        52.64108840130953,
                        0.0
                    ],
                    [
                        4.763054514631415,
                        52.64110693875736,
                        0.0
                    ],
                    [
                        4.763095511648782,
                        52.64109556037706,
                        0.0
                    ],
                    [
                        4.763137664166055,
                        52.64099020827493,
                        0.0
                    ],
                    [
                        4.763211448466309,
                        52.64096918783908,
                        0.0
                    ],
                    [
                        4.76322739419205,
                        52.64094490705478,
                        0.0
                    ],
                    [
                        4.763208693218235,
                        52.64092594466189,
                        0.0
                    ],
                    [
                        4.7631766678909,
                        52.64093810711949,
                        0.0
                    ],
                    [
                        4.763120822700124,
                        52.64093805669035,
                        0.0
                    ],
                    [
                        4.763079002489199,
                        52.64095019467562,
                        0.0
                    ],
                    [
                        4.763029454772448,
                        52.64108840130953,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.763900059345126,
                        52.64100938655861,
                        0.0
                    ],
                    [
                        4.764137948840229,
                        52.6410116578479,
                        0.0
                    ],
                    [
                        4.764323897983234,
                        52.64096554779874,
                        0.0
                    ],
                    [
                        4.764477415598069,
                        52.64088931308697,
                        0.0
                    ],
                    [
                        4.764647017119029,
                        52.64083741001134,
                        0.0
                    ],
                    [
                        4.764855743700822,
                        52.6408385026319,
                        0.0
                    ],
                    [
                        4.765045204493079,
                        52.64087515552585,
                        0.0
                    ],
                    [
                        4.765548944383757,
                        52.64113625468192,
                        0.0
                    ],
                    [
                        4.765685389941833,
                        52.6411619345367,
                        0.0
                    ],
                    [
                        4.766349882881871,
                        52.64116421954179,
                        0.0
                    ],
                    [
                        4.766514491673135,
                        52.64113416272403,
                        0.0
                    ],
                    [
                        4.767037623748679,
                        52.64090386166378,
                        0.0
                    ],
                    [
                        4.767198785161762,
                        52.64084050611027,
                        0.0
                    ],
                    [
                        4.767404263858951,
                        52.64082255129857,
                        0.0
                    ],
                    [
                        4.767599293056658,
                        52.6408521022447,
                        0.0
                    ],
                    [
                        4.767748914629006,
                        52.64091470512562,
                        0.0
                    ],
                    [
                        4.767909297810453,
                        52.64104513676089,
                        0.0
                    ],
                    [
                        4.768062753666065,
                        52.64111251346737,
                        0.0
                    ],
                    [
                        4.768226832766649,
                        52.64113786694242,
                        0.0
                    ],
                    [
                        4.768850520263965,
                        52.64109592395304,
                        0.0
                    ],
                    [
                        4.769003183459654,
                        52.64108102598581,
                        0.0
                    ],
                    [
                        4.769123346860626,
                        52.6410417022956,
                        0.0
                    ],
                    [
                        4.769544852667727,
                        52.64075426921612,
                        0.0
                    ],
                    [
                        4.769674750644,
                        52.6406907389332,
                        0.0
                    ],
                    [
                        4.769839327271806,
                        52.64066163000492,
                        0.0
                    ],
                    [
                        4.770008081118889,
                        52.64066964192057,
                        0.0
                    ],
                    [
                        4.77012251915423,
                        52.64070447729641,
                        0.0
                    ],
                    [
                        4.770357627708343,
                        52.64083124911254,
                        0.0
                    ],
                    [
                        4.770439306177949,
                        52.64086020732717,
                        0.0
                    ],
                    [
                        4.770618945291618,
                        52.6408653449869,
                        0.0
                    ],
                    [
                        4.771513750978594,
                        52.64066559336076,
                        0.0
                    ],
                    [
                        4.772651319970607,
                        52.6403278144625,
                        0.0
                    ],
                    [
                        4.774046547568604,
                        52.63984846528183,
                        0.0
                    ],
                    [
                        4.774197254340793,
                        52.63980388364855,
                        0.0
                    ],
                    [
                        4.773636392773899,
                        52.63958840638525,
                        0.0
                    ],
                    [
                        4.773665303509734,
                        52.63953339179283,
                        0.0
                    ],
                    [
                        4.773927439562083,
                        52.63934832145066,
                        0.0
                    ],
                    [
                        4.773969085818299,
                        52.63927625174639,
                        0.0
                    ],
                    [
                        4.773936206808762,
                        52.63916764195257,
                        0.0
                    ],
                    [
                        4.773863593776238,
                        52.63917093422381,
                        0.0
                    ],
                    [
                        4.773833217967439,
                        52.63906824193643,
                        0.0
                    ],
                    [
                        4.773804516710574,
                        52.63897896726268,
                        0.0
                    ],
                    [
                        4.773870454394667,
                        52.63896913382307,
                        0.0
                    ],
                    [
                        4.773902253265095,
                        52.63865066365844,
                        0.0
                    ],
                    [
                        4.773872206734038,
                        52.63856252343431,
                        0.0
                    ],
                    [
                        4.773752901578932,
                        52.63842874379166,
                        0.0
                    ],
                    [
                        4.773640615806141,
                        52.63835207831593,
                        0.0
                    ],
                    [
                        4.773415017605512,
                        52.63827243725256,
                        0.0
                    ],
                    [
                        4.77314961807544,
                        52.63824491403515,
                        0.0
                    ],
                    [
                        4.772946103639446,
                        52.63826288888401,
                        0.0
                    ],
                    [
                        4.772863868173253,
                        52.63819045811566,
                        0.0
                    ],
                    [
                        4.772560245760639,
                        52.63790420859666,
                        0.0
                    ],
                    [
                        4.772523019093877,
                        52.6377708519343,
                        0.0
                    ],
                    [
                        4.772540042572786,
                        52.63767107350817,
                        0.0
                    ],
                    [
                        4.772529092289903,
                        52.63761632942484,
                        0.0
                    ],
                    [
                        4.772412431285612,
                        52.63757291996468,
                        0.0
                    ],
                    [
                        4.772179390498761,
                        52.63746708510856,
                        0.0
                    ],
                    [
                        4.771981455828712,
                        52.63736619468707,
                        0.0
                    ],
                    [
                        4.771850113182771,
                        52.63725613107169,
                        0.0
                    ],
                    [
                        4.771793279785549,
                        52.63712742693922,
                        0.0
                    ],
                    [
                        4.770745252147822,
                        52.63744301397819,
                        0.0
                    ],
                    [
                        4.770064882708231,
                        52.63753818272595,
                        0.0
                    ],
                    [
                        4.76975480541559,
                        52.63757461601521,
                        0.0
                    ],
                    [
                        4.769459618085266,
                        52.63755216042932,
                        0.0
                    ],
                    [
                        4.765633364089338,
                        52.63691396805639,
                        0.0
                    ],
                    [
                        4.765610237542382,
                        52.63697409779215,
                        0.0
                    ],
                    [
                        4.765592759030931,
                        52.63701400873951,
                        0.0
                    ],
                    [
                        4.765598734736492,
                        52.63701556781528,
                        0.0
                    ],
                    [
                        4.765665762685088,
                        52.63710313962989,
                        0.0
                    ],
                    [
                        4.766116653586908,
                        52.63739226139275,
                        0.0
                    ],
                    [
                        4.766472759501315,
                        52.63762013271091,
                        0.0
                    ],
                    [
                        4.766309452557699,
                        52.63770438945058,
                        0.0
                    ],
                    [
                        4.766186760154145,
                        52.63776845700848,
                        0.0
                    ],
                    [
                        4.766148009186754,
                        52.63774448329628,
                        0.0
                    ],
                    [
                        4.766095115020152,
                        52.63772613361841,
                        0.0
                    ],
                    [
                        4.766012165558591,
                        52.63773235985289,
                        0.0
                    ],
                    [
                        4.763754210382191,
                        52.63820543199251,
                        0.0
                    ],
                    [
                        4.763820928929924,
                        52.63835225624382,
                        0.0
                    ],
                    [
                        4.764835675764854,
                        52.63946840663124,
                        0.0
                    ],
                    [
                        4.765026046520565,
                        52.63968896169052,
                        0.0
                    ],
                    [
                        4.764919937409442,
                        52.63974363314758,
                        0.0
                    ],
                    [
                        4.765042800229903,
                        52.63974849109633,
                        0.0
                    ],
                    [
                        4.765062260368924,
                        52.63989246098523,
                        0.0
                    ],
                    [
                        4.765017187692625,
                        52.64003965216815,
                        0.0
                    ],
                    [
                        4.764909735234675,
                        52.6401746267416,
                        0.0
                    ],
                    [
                        4.764793105871036,
                        52.64026794216777,
                        0.0
                    ],
                    [
                        4.764155172292836,
                        52.64059869366267,
                        0.0
                    ],
                    [
                        4.764009079246411,
                        52.64070255776092,
                        0.0
                    ],
                    [
                        4.763915183917743,
                        52.64084592468446,
                        0.0
                    ],
                    [
                        4.763900059345126,
                        52.64100938655861,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.763208693218235,
                        52.64092594466189,
                        0.0
                    ],
                    [
                        4.763241891797296,
                        52.64091751806491,
                        0.0
                    ],
                    [
                        4.763276005996977,
                        52.64088202663701,
                        0.0
                    ],
                    [
                        4.763358018271035,
                        52.64088816384564,
                        0.0
                    ],
                    [
                        4.763527125812844,
                        52.64084202060458,
                        0.0
                    ],
                    [
                        4.763671768415717,
                        52.64077181576519,
                        0.0
                    ],
                    [
                        4.763678789353695,
                        52.64076428530866,
                        0.0
                    ],
                    [
                        4.763728626100082,
                        52.6407108207903,
                        0.0
                    ],
                    [
                        4.763782918635424,
                        52.64065255345346,
                        0.0
                    ],
                    [
                        4.763922007171488,
                        52.64054674761616,
                        0.0
                    ],
                    [
                        4.7646307569087,
                        52.64018332200698,
                        0.0
                    ],
                    [
                        4.764763700627291,
                        52.64006987979048,
                        0.0
                    ],
                    [
                        4.764831033239141,
                        52.63995228342911,
                        0.0
                    ],
                    [
                        4.76484210876731,
                        52.63983249627817,
                        0.0
                    ],
                    [
                        4.764814612705766,
                        52.6397866970749,
                        0.0
                    ],
                    [
                        4.764919937409442,
                        52.63974363314758,
                        0.0
                    ],
                    [
                        4.764783999692972,
                        52.63974088154889,
                        0.0
                    ],
                    [
                        4.764671675048847,
                        52.6397231727981,
                        0.0
                    ],
                    [
                        4.764404514397631,
                        52.63981879127341,
                        0.0
                    ],
                    [
                        4.764228149263874,
                        52.63990728165603,
                        0.0
                    ],
                    [
                        4.763693903501972,
                        52.6400928095068,
                        0.0
                    ],
                    [
                        4.763414510479202,
                        52.64016933559004,
                        0.0
                    ],
                    [
                        4.763122064350296,
                        52.6402838445745,
                        0.0
                    ],
                    [
                        4.762776908476948,
                        52.64036573090373,
                        0.0
                    ],
                    [
                        4.762694642121745,
                        52.6404337817961,
                        0.0
                    ],
                    [
                        4.762668416907113,
                        52.64051924771866,
                        0.0
                    ],
                    [
                        4.76274547310233,
                        52.64059764386101,
                        0.0
                    ],
                    [
                        4.763164072864819,
                        52.64084904917502,
                        0.0
                    ],
                    [
                        4.763218276647601,
                        52.64087315885248,
                        0.0
                    ],
                    [
                        4.763198212738125,
                        52.64090967664691,
                        0.0
                    ],
                    [
                        4.763208693218235,
                        52.64092594466189,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:25.115153Z",
    "created": "2020-03-11T16:28:25.115206Z",
    "image_url": "",
    "timeseries": [],
    "name": "LEEG",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.22
}