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/17970/?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/17970/?format=api",
    "id": 17970,
    "code": "04460-02",
    "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.786236285711044,
                        52.53365555411585,
                        0.0
                    ],
                    [
                        4.786332532879832,
                        52.53380442445455,
                        0.0
                    ],
                    [
                        4.786418355675294,
                        52.53384105138448,
                        0.0
                    ],
                    [
                        4.786440589918584,
                        52.53377215813235,
                        0.0
                    ],
                    [
                        4.786351255459107,
                        52.53363188792959,
                        0.0
                    ],
                    [
                        4.786288809119668,
                        52.53364604164969,
                        0.0
                    ],
                    [
                        4.786236285711044,
                        52.53365555411585,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.800490910752237,
                        52.5354367377342,
                        0.0
                    ],
                    [
                        4.800467560203728,
                        52.53543596713737,
                        0.0
                    ],
                    [
                        4.800468147020741,
                        52.53543728130748,
                        0.0
                    ],
                    [
                        4.800490910752237,
                        52.5354367377342,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.783558863625834,
                        52.53644602917387,
                        0.0
                    ],
                    [
                        4.783076718955158,
                        52.53567575296466,
                        0.0
                    ],
                    [
                        4.783558857693777,
                        52.53644603183994,
                        0.0
                    ],
                    [
                        4.783558863625834,
                        52.53644602917387,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.800490910752237,
                        52.5354367377342,
                        0.0
                    ],
                    [
                        4.800442715219957,
                        52.53551768319993,
                        0.0
                    ],
                    [
                        4.802226461150267,
                        52.53833283603169,
                        0.0
                    ],
                    [
                        4.801586977107095,
                        52.53848651415544,
                        0.0
                    ],
                    [
                        4.801043482235781,
                        52.53889815321052,
                        0.0
                    ],
                    [
                        4.799938812546191,
                        52.53967199530465,
                        0.0
                    ],
                    [
                        4.799976158842625,
                        52.53973109275461,
                        0.0
                    ],
                    [
                        4.800026080817687,
                        52.53980110023977,
                        0.0
                    ],
                    [
                        4.800674057738024,
                        52.53963687624852,
                        0.0
                    ],
                    [
                        4.800720218780087,
                        52.53969936034103,
                        0.0
                    ],
                    [
                        4.800771601157154,
                        52.53975827522807,
                        0.0
                    ],
                    [
                        4.801822616108781,
                        52.53949372212214,
                        0.0
                    ],
                    [
                        4.801938178006324,
                        52.53943702388752,
                        0.0
                    ],
                    [
                        4.803353660626177,
                        52.53920970897838,
                        0.0
                    ],
                    [
                        4.804653573067132,
                        52.53881673776711,
                        0.0
                    ],
                    [
                        4.80469204676489,
                        52.53871489209057,
                        0.0
                    ],
                    [
                        4.80472694402347,
                        52.53863050044605,
                        0.0
                    ],
                    [
                        4.809974929266493,
                        52.53732814010974,
                        0.0
                    ],
                    [
                        4.809936992796782,
                        52.53726934851623,
                        0.0
                    ],
                    [
                        4.808960355031343,
                        52.53582465363749,
                        0.0
                    ],
                    [
                        4.807716133560314,
                        52.53613580743315,
                        0.0
                    ],
                    [
                        4.807726114310745,
                        52.53615245597109,
                        0.0
                    ],
                    [
                        4.807689419182471,
                        52.53616219898377,
                        0.0
                    ],
                    [
                        4.807592266412578,
                        52.53618418430313,
                        0.0
                    ],
                    [
                        4.808476476378355,
                        52.53754154029453,
                        0.0
                    ],
                    [
                        4.80709704028798,
                        52.53787862226157,
                        0.0
                    ],
                    [
                        4.8070051090927,
                        52.53789776562624,
                        0.0
                    ],
                    [
                        4.806626430777322,
                        52.5373368412057,
                        0.0
                    ],
                    [
                        4.805258198757351,
                        52.53768322269334,
                        0.0
                    ],
                    [
                        4.805180850426575,
                        52.5376996769867,
                        0.0
                    ],
                    [
                        4.805079551895915,
                        52.53753944640174,
                        0.0
                    ],
                    [
                        4.803729119623839,
                        52.5378770359664,
                        0.0
                    ],
                    [
                        4.803638635040406,
                        52.53789590522752,
                        0.0
                    ],
                    [
                        4.803851320653829,
                        52.53824090014683,
                        0.0
                    ],
                    [
                        4.802611873810193,
                        52.5385397741883,
                        0.0
                    ],
                    [
                        4.801780170184252,
                        52.53727078211622,
                        0.0
                    ],
                    [
                        4.802333110032277,
                        52.53711760232537,
                        0.0
                    ],
                    [
                        4.80231433995816,
                        52.53705473250742,
                        0.0
                    ],
                    [
                        4.802256391061793,
                        52.53698868580643,
                        0.0
                    ],
                    [
                        4.801690325246537,
                        52.53713368483238,
                        0.0
                    ],
                    [
                        4.800658714392105,
                        52.53555956268742,
                        0.0
                    ],
                    [
                        4.800712867797923,
                        52.53549940759171,
                        0.0
                    ],
                    [
                        4.800658260181403,
                        52.53544178883715,
                        0.0
                    ],
                    [
                        4.800490910752237,
                        52.5354367377342,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.783558863625834,
                        52.53644602917387,
                        0.0
                    ],
                    [
                        4.78422273257542,
                        52.53750662810821,
                        0.0
                    ],
                    [
                        4.784303836255918,
                        52.5376247668033,
                        0.0
                    ],
                    [
                        4.78529977064825,
                        52.53904125629273,
                        0.0
                    ],
                    [
                        4.785193433205472,
                        52.53906639426464,
                        0.0
                    ],
                    [
                        4.78431116085045,
                        52.53935780204056,
                        0.0
                    ],
                    [
                        4.783527002828766,
                        52.53961679016499,
                        0.0
                    ],
                    [
                        4.781786090153137,
                        52.54029413522082,
                        0.0
                    ],
                    [
                        4.782099406192537,
                        52.54071372130361,
                        0.0
                    ],
                    [
                        4.78211472314897,
                        52.54085444409059,
                        0.0
                    ],
                    [
                        4.782160932745105,
                        52.54094274769579,
                        0.0
                    ],
                    [
                        4.782474917680484,
                        52.54115597512926,
                        0.0
                    ],
                    [
                        4.782810361813852,
                        52.54137719295914,
                        0.0
                    ],
                    [
                        4.783138244311634,
                        52.5416772452454,
                        0.0
                    ],
                    [
                        4.784013580017706,
                        52.54246246289362,
                        0.0
                    ],
                    [
                        4.784655053169676,
                        52.54300859832306,
                        0.0
                    ],
                    [
                        4.785248642468968,
                        52.54283858307407,
                        0.0
                    ],
                    [
                        4.785616262988889,
                        52.5427332890761,
                        0.0
                    ],
                    [
                        4.785692954983597,
                        52.542713186278,
                        0.0
                    ],
                    [
                        4.786006332202433,
                        52.5431603893521,
                        0.0
                    ],
                    [
                        4.78603232025829,
                        52.54320914305114,
                        0.0
                    ],
                    [
                        4.786069404583694,
                        52.5432679289971,
                        0.0
                    ],
                    [
                        4.78689673090424,
                        52.54306201555939,
                        0.0
                    ],
                    [
                        4.787448563782024,
                        52.54292355781323,
                        0.0
                    ],
                    [
                        4.789554815037347,
                        52.54239771861232,
                        0.0
                    ],
                    [
                        4.789584887410041,
                        52.54244991630802,
                        0.0
                    ],
                    [
                        4.789649135048081,
                        52.54251804100927,
                        0.0
                    ],
                    [
                        4.789995992829704,
                        52.54304410501477,
                        0.0
                    ],
                    [
                        4.790221811528238,
                        52.54298759524718,
                        0.0
                    ],
                    [
                        4.78987116814843,
                        52.54244155173374,
                        0.0
                    ],
                    [
                        4.793018689551404,
                        52.54165405736558,
                        0.0
                    ],
                    [
                        4.793144858639093,
                        52.54184766723193,
                        0.0
                    ],
                    [
                        4.793588586869983,
                        52.54173259157979,
                        0.0
                    ],
                    [
                        4.793636198865811,
                        52.54172278166989,
                        0.0
                    ],
                    [
                        4.793724784342365,
                        52.54170134909297,
                        0.0
                    ],
                    [
                        4.795602483439292,
                        52.54450500660739,
                        0.0
                    ],
                    [
                        4.795690593004824,
                        52.54447983141427,
                        0.0
                    ],
                    [
                        4.795763484467019,
                        52.54445939761462,
                        0.0
                    ],
                    [
                        4.794694859987556,
                        52.54284867852034,
                        0.0
                    ],
                    [
                        4.795677044271554,
                        52.5425982250018,
                        0.0
                    ],
                    [
                        4.795245760118039,
                        52.54194908720108,
                        0.0
                    ],
                    [
                        4.795328705584892,
                        52.54192390450494,
                        0.0
                    ],
                    [
                        4.796236285239898,
                        52.54143949072206,
                        0.0
                    ],
                    [
                        4.796297915651083,
                        52.54142410541149,
                        0.0
                    ],
                    [
                        4.796405352008128,
                        52.541396104967,
                        0.0
                    ],
                    [
                        4.797286344022762,
                        52.54094606265301,
                        0.0
                    ],
                    [
                        4.799144197165696,
                        52.54052655172731,
                        0.0
                    ],
                    [
                        4.798945405907587,
                        52.54022594339636,
                        0.0
                    ],
                    [
                        4.79941489322573,
                        52.54011011087013,
                        0.0
                    ],
                    [
                        4.799897835775218,
                        52.53996991517891,
                        0.0
                    ],
                    [
                        4.799861787326952,
                        52.53991297212848,
                        0.0
                    ],
                    [
                        4.799742851649685,
                        52.53979649052479,
                        0.0
                    ],
                    [
                        4.799435271114202,
                        52.53928611680054,
                        0.0
                    ],
                    [
                        4.798583600918676,
                        52.53948582228733,
                        0.0
                    ],
                    [
                        4.798037830747293,
                        52.53956798346629,
                        0.0
                    ],
                    [
                        4.797944747120228,
                        52.53958897451363,
                        0.0
                    ],
                    [
                        4.798249688196663,
                        52.54008724192027,
                        0.0
                    ],
                    [
                        4.797093835903701,
                        52.54037257860593,
                        0.0
                    ],
                    [
                        4.796954937849664,
                        52.5403990301968,
                        0.0
                    ],
                    [
                        4.795580512707948,
                        52.54075582992487,
                        0.0
                    ],
                    [
                        4.795514949551195,
                        52.5407699460071,
                        0.0
                    ],
                    [
                        4.795166881020534,
                        52.54026683694556,
                        0.0
                    ],
                    [
                        4.79512009098992,
                        52.5401803600375,
                        0.0
                    ],
                    [
                        4.793852342018493,
                        52.54050146134401,
                        0.0
                    ],
                    [
                        4.793246174484226,
                        52.54064708259278,
                        0.0
                    ],
                    [
                        4.793406591586794,
                        52.54090585181478,
                        0.0
                    ],
                    [
                        4.792802280627523,
                        52.54106085400299,
                        0.0
                    ],
                    [
                        4.792695793688957,
                        52.54110033291988,
                        0.0
                    ],
                    [
                        4.792129024309098,
                        52.54123875808894,
                        0.0
                    ],
                    [
                        4.791908451009576,
                        52.5409192628852,
                        0.0
                    ],
                    [
                        4.790556607121357,
                        52.53892657305799,
                        0.0
                    ],
                    [
                        4.78907667223011,
                        52.53671597629122,
                        0.0
                    ],
                    [
                        4.787101107204751,
                        52.53376467825459,
                        0.0
                    ],
                    [
                        4.786478743330687,
                        52.53390887984938,
                        0.0
                    ],
                    [
                        4.786418355675294,
                        52.53384105138448,
                        0.0
                    ],
                    [
                        4.786349923395871,
                        52.53393872234505,
                        0.0
                    ],
                    [
                        4.78608871929141,
                        52.53400576758051,
                        0.0
                    ],
                    [
                        4.78566131592375,
                        52.53403570570416,
                        0.0
                    ],
                    [
                        4.785199764753749,
                        52.53441136980962,
                        0.0
                    ],
                    [
                        4.785667750673336,
                        52.53512414755986,
                        0.0
                    ],
                    [
                        4.785316635798024,
                        52.53573143038478,
                        0.0
                    ],
                    [
                        4.784711720212589,
                        52.53601587974106,
                        0.0
                    ],
                    [
                        4.783558863625834,
                        52.53644602917387,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:26.214717Z",
    "created": "2020-03-11T16:28:26.214764Z",
    "image_url": "",
    "timeseries": [],
    "name": "Starnmeer",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -4.45
}