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/18135/?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/18135/?format=api",
    "id": 18135,
    "code": "GPG-P-14007",
    "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.729066809724873,
                        52.43556461814559,
                        0.0
                    ],
                    [
                        4.730403180352322,
                        52.43536970060609,
                        0.0
                    ],
                    [
                        4.730609237295133,
                        52.4353396460696,
                        0.0
                    ],
                    [
                        4.730701610160495,
                        52.43533116111022,
                        0.0
                    ],
                    [
                        4.730794947749811,
                        52.43532901775363,
                        0.0
                    ],
                    [
                        4.730888102908997,
                        52.43533322762007,
                        0.0
                    ],
                    [
                        4.730979899741304,
                        52.43534375723561,
                        0.0
                    ],
                    [
                        4.73106922276316,
                        52.43536046561194,
                        0.0
                    ],
                    [
                        4.731154942847362,
                        52.43538313978684,
                        0.0
                    ],
                    [
                        4.73123600531359,
                        52.43541150429915,
                        0.0
                    ],
                    [
                        4.731311400784344,
                        52.43544520305175,
                        0.0
                    ],
                    [
                        4.731380179488419,
                        52.43548382635274,
                        0.0
                    ],
                    [
                        4.731439872396687,
                        52.43552429574505,
                        0.0
                    ],
                    [
                        4.731505307882673,
                        52.43556129167417,
                        0.0
                    ],
                    [
                        4.731697199244998,
                        52.43564375481478,
                        0.0
                    ],
                    [
                        4.73189408472156,
                        52.43572168848967,
                        0.0
                    ],
                    [
                        4.732095701461922,
                        52.43579496539336,
                        0.0
                    ],
                    [
                        4.732493003419158,
                        52.43591913297903,
                        0.0
                    ],
                    [
                        4.735458017982368,
                        52.43644465559828,
                        0.0
                    ],
                    [
                        4.737077129590761,
                        52.43670858327768,
                        0.0
                    ],
                    [
                        4.737771220923679,
                        52.43686667149483,
                        0.0
                    ],
                    [
                        4.738117564496369,
                        52.43694758865273,
                        0.0
                    ],
                    [
                        4.738310681167295,
                        52.43699585850624,
                        0.0
                    ],
                    [
                        4.73934608500314,
                        52.43723889690725,
                        0.0
                    ],
                    [
                        4.740063210161981,
                        52.43741391349899,
                        0.0
                    ],
                    [
                        4.74046752502411,
                        52.43754776320939,
                        0.0
                    ],
                    [
                        4.741274287131087,
                        52.43777463516732,
                        0.0
                    ],
                    [
                        4.741232961334226,
                        52.43784124240634,
                        0.0
                    ],
                    [
                        4.741545764452318,
                        52.43791372494876,
                        0.0
                    ],
                    [
                        4.741725907948199,
                        52.43795865598919,
                        0.0
                    ],
                    [
                        4.741864005187269,
                        52.43804201387513,
                        0.0
                    ],
                    [
                        4.741994360182342,
                        52.43812990418316,
                        0.0
                    ],
                    [
                        4.742116609357234,
                        52.43822204634122,
                        0.0
                    ],
                    [
                        4.742230359714704,
                        52.43831815961726,
                        0.0
                    ],
                    [
                        4.742335291772727,
                        52.43841796367884,
                        0.0
                    ],
                    [
                        4.742631482889467,
                        52.43870150070761,
                        0.0
                    ],
                    [
                        4.743259166074512,
                        52.43915073794312,
                        0.0
                    ],
                    [
                        4.74333953630147,
                        52.4392034289914,
                        0.0
                    ],
                    [
                        4.743425767686804,
                        52.43925255674544,
                        0.0
                    ],
                    [
                        4.743517407885807,
                        52.43929787606848,
                        0.0
                    ],
                    [
                        4.743614004285786,
                        52.43933915979804,
                        0.0
                    ],
                    [
                        4.743715103875628,
                        52.43937620773364,
                        0.0
                    ],
                    [
                        4.745516927506242,
                        52.44011891329558,
                        0.0
                    ],
                    [
                        4.745636283989509,
                        52.44015175331412,
                        0.0
                    ],
                    [
                        4.74618290354675,
                        52.44024789519805,
                        0.0
                    ],
                    [
                        4.747048803670726,
                        52.44038045188401,
                        0.0
                    ],
                    [
                        4.749608553381623,
                        52.43811785844543,
                        0.0
                    ],
                    [
                        4.749716891305831,
                        52.43800678721362,
                        0.0
                    ],
                    [
                        4.749816141204896,
                        52.43789258423217,
                        0.0
                    ],
                    [
                        4.749906049001599,
                        52.43777553576319,
                        0.0
                    ],
                    [
                        4.749986404872123,
                        52.43765591931756,
                        0.0
                    ],
                    [
                        4.750056998870731,
                        52.43753402139165,
                        0.0
                    ],
                    [
                        4.750145871234321,
                        52.43738152872773,
                        0.0
                    ],
                    [
                        4.750225725476985,
                        52.43722718100209,
                        0.0
                    ],
                    [
                        4.750296470609388,
                        52.43707117547257,
                        0.0
                    ],
                    [
                        4.750358015388223,
                        52.43691372736919,
                        0.0
                    ],
                    [
                        4.750410268962503,
                        52.43675502495897,
                        0.0
                    ],
                    [
                        4.750450707359335,
                        52.43653335422515,
                        0.0
                    ],
                    [
                        4.750481903667734,
                        52.43631111253062,
                        0.0
                    ],
                    [
                        4.750503840865379,
                        52.43608847055683,
                        0.0
                    ],
                    [
                        4.750489286419775,
                        52.43589800617864,
                        0.0
                    ],
                    [
                        4.750463932236757,
                        52.43570796011544,
                        0.0
                    ],
                    [
                        4.750063370550134,
                        52.43453688643208,
                        0.0
                    ],
                    [
                        4.749831510384181,
                        52.43385898336506,
                        0.0
                    ],
                    [
                        4.74976426268115,
                        52.43366202489496,
                        0.0
                    ],
                    [
                        4.749402936213118,
                        52.43260654339373,
                        0.0
                    ],
                    [
                        4.749387318729034,
                        52.43257499342167,
                        0.0
                    ],
                    [
                        4.749367550832475,
                        52.43255697455327,
                        0.0
                    ],
                    [
                        4.74934311839118,
                        52.43254122243752,
                        0.0
                    ],
                    [
                        4.749312274776223,
                        52.43253057676935,
                        0.0
                    ],
                    [
                        4.749278897111108,
                        52.43252333277677,
                        0.0
                    ],
                    [
                        4.749052279780128,
                        52.43251565953413,
                        0.0
                    ],
                    [
                        4.748701105481319,
                        52.43249545107847,
                        0.0
                    ],
                    [
                        4.748424783429909,
                        52.43247174440707,
                        0.0
                    ],
                    [
                        4.748149227150287,
                        52.4324449224888,
                        0.0
                    ],
                    [
                        4.747760150153846,
                        52.43239692360485,
                        0.0
                    ],
                    [
                        4.747615970028288,
                        52.43237476382824,
                        0.0
                    ],
                    [
                        4.747472885430667,
                        52.43235006627114,
                        0.0
                    ],
                    [
                        4.747397534628194,
                        52.43231991920161,
                        0.0
                    ],
                    [
                        4.747191757169164,
                        52.43228257866273,
                        0.0
                    ],
                    [
                        4.747091982347789,
                        52.43226771339254,
                        0.0
                    ],
                    [
                        4.746748698981324,
                        52.43222468604463,
                        0.0
                    ],
                    [
                        4.746689711731937,
                        52.43221812978337,
                        0.0
                    ],
                    [
                        4.746429169692618,
                        52.43219547440369,
                        0.0
                    ],
                    [
                        4.746220344764728,
                        52.43218285882672,
                        0.0
                    ],
                    [
                        4.746060765204573,
                        52.4321763063793,
                        0.0
                    ],
                    [
                        4.745941579751584,
                        52.43217271354863,
                        0.0
                    ],
                    [
                        4.745924820983002,
                        52.43217242513456,
                        0.0
                    ],
                    [
                        4.745703246069697,
                        52.43217006651674,
                        0.0
                    ],
                    [
                        4.745611136335207,
                        52.43217018803089,
                        0.0
                    ],
                    [
                        4.745519084601502,
                        52.43217239493362,
                        0.0
                    ],
                    [
                        4.745381630911865,
                        52.43217831047149,
                        0.0
                    ],
                    [
                        4.745224824640869,
                        52.43218535233035,
                        0.0
                    ],
                    [
                        4.74506832416933,
                        52.43219462458813,
                        0.0
                    ],
                    [
                        4.744990873432538,
                        52.43220090972113,
                        0.0
                    ],
                    [
                        4.744752918128765,
                        52.43222385979573,
                        0.0
                    ],
                    [
                        4.744737292994427,
                        52.43222550072691,
                        0.0
                    ],
                    [
                        4.744641717105634,
                        52.43223647781299,
                        0.0
                    ],
                    [
                        4.74153480809163,
                        52.43264044028645,
                        0.0
                    ],
                    [
                        4.741434149201297,
                        52.43265702238528,
                        0.0
                    ],
                    [
                        4.741336480508917,
                        52.4326792919346,
                        0.0
                    ],
                    [
                        4.741242657660442,
                        52.43270705587624,
                        0.0
                    ],
                    [
                        4.741153507426087,
                        52.43274008504632,
                        0.0
                    ],
                    [
                        4.741069813522548,
                        52.43277807814648,
                        0.0
                    ],
                    [
                        4.740992316221015,
                        52.43282068870439,
                        0.0
                    ],
                    [
                        4.740922260760152,
                        52.43286017612473,
                        0.0
                    ],
                    [
                        4.74084682172115,
                        52.43289574246715,
                        0.0
                    ],
                    [
                        4.740766561515358,
                        52.43292713913354,
                        0.0
                    ],
                    [
                        4.740682101505379,
                        52.43295410886068,
                        0.0
                    ],
                    [
                        4.740594106382596,
                        52.43297644854906,
                        0.0
                    ],
                    [
                        4.740503240318625,
                        52.43299399104887,
                        0.0
                    ],
                    [
                        4.739664686552872,
                        52.43313027638769,
                        0.0
                    ],
                    [
                        4.735549712519354,
                        52.43379898295703,
                        0.0
                    ],
                    [
                        4.733275112936741,
                        52.43416452162037,
                        0.0
                    ],
                    [
                        4.727338684190328,
                        52.43510850854415,
                        0.0
                    ],
                    [
                        4.727533520186414,
                        52.43560851877979,
                        0.0
                    ],
                    [
                        4.729066809724873,
                        52.43556461814559,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:29.345864Z",
    "created": "2020-03-11T16:28:29.345902Z",
    "image_url": "",
    "timeseries": [],
    "name": "LEEG",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.08
}