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/17873/?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/17873/?format=api",
    "id": 17873,
    "code": "GPG-Q-141286",
    "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.748217063939053,
                        52.92284673703629,
                        0.0
                    ],
                    [
                        4.747756601956415,
                        52.9233651815168,
                        0.0
                    ],
                    [
                        4.747216484719531,
                        52.92393442109559,
                        0.0
                    ],
                    [
                        4.746730925512948,
                        52.92436797446703,
                        0.0
                    ],
                    [
                        4.746618754598542,
                        52.92445249409784,
                        0.0
                    ],
                    [
                        4.746516942436172,
                        52.92451306597068,
                        0.0
                    ],
                    [
                        4.746569224733874,
                        52.92455969924093,
                        0.0
                    ],
                    [
                        4.746637096739134,
                        52.92456441271579,
                        0.0
                    ],
                    [
                        4.746697774516702,
                        52.92452132380145,
                        0.0
                    ],
                    [
                        4.747154269288408,
                        52.92419189536746,
                        0.0
                    ],
                    [
                        4.747692297363967,
                        52.92365995728119,
                        0.0
                    ],
                    [
                        4.747687378212633,
                        52.92360600235224,
                        0.0
                    ],
                    [
                        4.747786116075008,
                        52.92356825696539,
                        0.0
                    ],
                    [
                        4.748236645789247,
                        52.92307325024652,
                        0.0
                    ],
                    [
                        4.74832785776035,
                        52.92297560439791,
                        0.0
                    ],
                    [
                        4.752370381909305,
                        52.92279372635273,
                        0.0
                    ],
                    [
                        4.754629622140915,
                        52.92268745665371,
                        0.0
                    ],
                    [
                        4.754786039854398,
                        52.92327381559427,
                        0.0
                    ],
                    [
                        4.7547608450282,
                        52.92332140103767,
                        0.0
                    ],
                    [
                        4.754849955131597,
                        52.92404701915298,
                        0.0
                    ],
                    [
                        4.754222071509681,
                        52.92410059695576,
                        0.0
                    ],
                    [
                        4.754243359006844,
                        52.9244484999481,
                        0.0
                    ],
                    [
                        4.754853968033924,
                        52.92444729431479,
                        0.0
                    ],
                    [
                        4.754854220804373,
                        52.92444729565278,
                        0.0
                    ],
                    [
                        4.755215271782248,
                        52.92444779538959,
                        0.0
                    ],
                    [
                        4.755519002718844,
                        52.92444495348279,
                        0.0
                    ],
                    [
                        4.756259682488393,
                        52.92444044732037,
                        0.0
                    ],
                    [
                        4.756240615542531,
                        52.9242206513772,
                        0.0
                    ],
                    [
                        4.755471669759188,
                        52.92423146030847,
                        0.0
                    ],
                    [
                        4.755294765213529,
                        52.92343350356159,
                        0.0
                    ],
                    [
                        4.755219914551915,
                        52.9228224593558,
                        0.0
                    ],
                    [
                        4.755736486839125,
                        52.92281367930892,
                        0.0
                    ],
                    [
                        4.755738088318274,
                        52.92233622084581,
                        0.0
                    ],
                    [
                        4.75517855596427,
                        52.92234660685869,
                        0.0
                    ],
                    [
                        4.755109976357786,
                        52.92155745417586,
                        0.0
                    ],
                    [
                        4.755108179147729,
                        52.92151421012875,
                        0.0
                    ],
                    [
                        4.755033409668903,
                        52.92151477602874,
                        0.0
                    ],
                    [
                        4.754948256626285,
                        52.92088972057631,
                        0.0
                    ],
                    [
                        4.756356981219295,
                        52.92086625459,
                        0.0
                    ],
                    [
                        4.756357462409064,
                        52.92083297075829,
                        0.0
                    ],
                    [
                        4.756361971795194,
                        52.9207925728376,
                        0.0
                    ],
                    [
                        4.754930102588364,
                        52.92078500245665,
                        0.0
                    ],
                    [
                        4.754843837266305,
                        52.92005426741558,
                        0.0
                    ],
                    [
                        4.754840434906789,
                        52.92002639092848,
                        0.0
                    ],
                    [
                        4.758282642931248,
                        52.91948436605571,
                        0.0
                    ],
                    [
                        4.758769073895396,
                        52.91941313716919,
                        0.0
                    ],
                    [
                        4.759160611491773,
                        52.91936688443804,
                        0.0
                    ],
                    [
                        4.760287443773238,
                        52.91929773863563,
                        0.0
                    ],
                    [
                        4.760461293612024,
                        52.9192866538147,
                        0.0
                    ],
                    [
                        4.760514360432436,
                        52.91949563708949,
                        0.0
                    ],
                    [
                        4.760824192785714,
                        52.91956145348975,
                        0.0
                    ],
                    [
                        4.76158019630267,
                        52.9195131134132,
                        0.0
                    ],
                    [
                        4.761959321700312,
                        52.91941047646332,
                        0.0
                    ],
                    [
                        4.761910916675084,
                        52.91919423012013,
                        0.0
                    ],
                    [
                        4.761832091596729,
                        52.91873627359142,
                        0.0
                    ],
                    [
                        4.761909921743888,
                        52.91870334973044,
                        0.0
                    ],
                    [
                        4.761694269349547,
                        52.9182194063664,
                        0.0
                    ],
                    [
                        4.761601867572472,
                        52.91761359371347,
                        0.0
                    ],
                    [
                        4.761421333004988,
                        52.91668125807549,
                        0.0
                    ],
                    [
                        4.761417835139058,
                        52.91659444708362,
                        0.0
                    ],
                    [
                        4.754523136646316,
                        52.91692662216875,
                        0.0
                    ],
                    [
                        4.754500789565686,
                        52.91680365679389,
                        0.0
                    ],
                    [
                        4.754477578359352,
                        52.91667672373593,
                        0.0
                    ],
                    [
                        4.754340269042927,
                        52.91564497091608,
                        0.0
                    ],
                    [
                        4.755819356288888,
                        52.91562029402881,
                        0.0
                    ],
                    [
                        4.755673111719732,
                        52.91464310698368,
                        0.0
                    ],
                    [
                        4.756465228900771,
                        52.91460865011701,
                        0.0
                    ],
                    [
                        4.75640325947713,
                        52.91413277797778,
                        0.0
                    ],
                    [
                        4.75742651907945,
                        52.91409360410711,
                        0.0
                    ],
                    [
                        4.757534444086901,
                        52.91479262199447,
                        0.0
                    ],
                    [
                        4.758911154182225,
                        52.91473825951922,
                        0.0
                    ],
                    [
                        4.758153969265908,
                        52.91406646067036,
                        0.0
                    ],
                    [
                        4.758261290273103,
                        52.91405716752396,
                        0.0
                    ],
                    [
                        4.758249066513037,
                        52.914004801041,
                        0.0
                    ],
                    [
                        4.758236627162391,
                        52.91394779632579,
                        0.0
                    ],
                    [
                        4.754504195495278,
                        52.91411574175928,
                        0.0
                    ],
                    [
                        4.754156566552791,
                        52.91413154951425,
                        0.0
                    ],
                    [
                        4.754097412270088,
                        52.91424739703164,
                        0.0
                    ],
                    [
                        4.754037378090609,
                        52.91425069142076,
                        0.0
                    ],
                    [
                        4.753939304733908,
                        52.91426496346073,
                        0.0
                    ],
                    [
                        4.753943644919455,
                        52.91450272750736,
                        0.0
                    ],
                    [
                        4.754444448803497,
                        52.91833819971332,
                        0.0
                    ],
                    [
                        4.754095563924527,
                        52.91842288310846,
                        0.0
                    ],
                    [
                        4.753801670260654,
                        52.91874446554137,
                        0.0
                    ],
                    [
                        4.753043054885236,
                        52.91928077827301,
                        0.0
                    ],
                    [
                        4.752278320966871,
                        52.9198347213219,
                        0.0
                    ],
                    [
                        4.750684161673922,
                        52.92096695216723,
                        0.0
                    ],
                    [
                        4.749432264973437,
                        52.92186437221389,
                        0.0
                    ],
                    [
                        4.748611136184177,
                        52.92247271902821,
                        0.0
                    ],
                    [
                        4.748217063939053,
                        52.92284673703629,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:23.807879Z",
    "created": "2020-03-11T16:28:23.807918Z",
    "image_url": "",
    "timeseries": [],
    "name": "LEEG",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -0.55
}