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/17849/?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/17849/?format=api",
    "id": 17849,
    "code": "5170-4",
    "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.923764649184871,
                        52.40529019027355,
                        0.0
                    ],
                    [
                        4.920963356445576,
                        52.40652221532895,
                        0.0
                    ],
                    [
                        4.919865647858069,
                        52.40699214059914,
                        0.0
                    ],
                    [
                        4.913482713467041,
                        52.4099043613319,
                        0.0
                    ],
                    [
                        4.913779870570396,
                        52.41016952472192,
                        0.0
                    ],
                    [
                        4.913722869216651,
                        52.41023206653082,
                        0.0
                    ],
                    [
                        4.913484800948056,
                        52.41025484223108,
                        0.0
                    ],
                    [
                        4.913477430183254,
                        52.41024730809097,
                        0.0
                    ],
                    [
                        4.913859909006849,
                        52.41063870206149,
                        0.0
                    ],
                    [
                        4.915757421118067,
                        52.41220674393001,
                        0.0
                    ],
                    [
                        4.915858312153996,
                        52.41221435340758,
                        0.0
                    ],
                    [
                        4.915904558958484,
                        52.41225363353416,
                        0.0
                    ],
                    [
                        4.915962642418177,
                        52.41229796682608,
                        0.0
                    ],
                    [
                        4.915947771200934,
                        52.41236403860346,
                        0.0
                    ],
                    [
                        4.919813008634626,
                        52.41555767611717,
                        0.0
                    ],
                    [
                        4.922044085496145,
                        52.41453286216194,
                        0.0
                    ],
                    [
                        4.92481526614112,
                        52.41323352134497,
                        0.0
                    ],
                    [
                        4.929148157811176,
                        52.41102207857762,
                        0.0
                    ],
                    [
                        4.929014679533488,
                        52.41084859576888,
                        0.0
                    ],
                    [
                        4.928576687052407,
                        52.4103919119685,
                        0.0
                    ],
                    [
                        4.928394608568611,
                        52.41016183399072,
                        0.0
                    ],
                    [
                        4.928298062163748,
                        52.4099847365145,
                        0.0
                    ],
                    [
                        4.928147534430195,
                        52.40967581509653,
                        0.0
                    ],
                    [
                        4.928026208874539,
                        52.4095174144793,
                        0.0
                    ],
                    [
                        4.927843396216048,
                        52.40935877535149,
                        0.0
                    ],
                    [
                        4.927672129673899,
                        52.40927163230793,
                        0.0
                    ],
                    [
                        4.927408725067062,
                        52.40917659984974,
                        0.0
                    ],
                    [
                        4.927201479180531,
                        52.40907709331648,
                        0.0
                    ],
                    [
                        4.92705637352484,
                        52.4089872288267,
                        0.0
                    ],
                    [
                        4.92671978252028,
                        52.40871978858989,
                        0.0
                    ],
                    [
                        4.926225755974282,
                        52.40830245946747,
                        0.0
                    ],
                    [
                        4.925936449704021,
                        52.40803812188688,
                        0.0
                    ],
                    [
                        4.925449281348076,
                        52.40766499929525,
                        0.0
                    ],
                    [
                        4.925168265983241,
                        52.40771698463126,
                        0.0
                    ],
                    [
                        4.924961520131502,
                        52.40775522940964,
                        0.0
                    ],
                    [
                        4.924892162813974,
                        52.40766713170473,
                        0.0
                    ],
                    [
                        4.924784826701174,
                        52.40761187031683,
                        0.0
                    ],
                    [
                        4.924698808746672,
                        52.40755858844352,
                        0.0
                    ],
                    [
                        4.924605305777142,
                        52.40746918297241,
                        0.0
                    ],
                    [
                        4.924586626785604,
                        52.40741291939486,
                        0.0
                    ],
                    [
                        4.924584730404511,
                        52.40738060147173,
                        0.0
                    ],
                    [
                        4.924596671326037,
                        52.40732072758978,
                        0.0
                    ],
                    [
                        4.924584261455159,
                        52.40729179289948,
                        0.0
                    ],
                    [
                        4.924537381185965,
                        52.40724397540902,
                        0.0
                    ],
                    [
                        4.924518219795682,
                        52.40719733568238,
                        0.0
                    ],
                    [
                        4.924513907657948,
                        52.40714022943373,
                        0.0
                    ],
                    [
                        4.924504327480576,
                        52.40711615910352,
                        0.0
                    ],
                    [
                        4.924460845765777,
                        52.40704689239887,
                        0.0
                    ],
                    [
                        4.924461786997776,
                        52.40695675915838,
                        0.0
                    ],
                    [
                        4.924442563021639,
                        52.40691613189467,
                        0.0
                    ],
                    [
                        4.924309431873935,
                        52.4067278332958,
                        0.0
                    ],
                    [
                        4.924237147349383,
                        52.40659385987569,
                        0.0
                    ],
                    [
                        4.924196357129641,
                        52.40650056167507,
                        0.0
                    ],
                    [
                        4.924184306525183,
                        52.40647948352813,
                        0.0
                    ],
                    [
                        4.924203092531045,
                        52.40626943517115,
                        0.0
                    ],
                    [
                        4.924360753434165,
                        52.40626875699913,
                        0.0
                    ],
                    [
                        4.924792361000224,
                        52.40626881563426,
                        0.0
                    ],
                    [
                        4.924786778614243,
                        52.4059081113027,
                        0.0
                    ],
                    [
                        4.924682252977227,
                        52.40530240436664,
                        0.0
                    ],
                    [
                        4.924623180793021,
                        52.40496005955602,
                        0.0
                    ],
                    [
                        4.923764649184871,
                        52.40529019027355,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:23.004358Z",
    "created": "2020-03-11T16:28:23.004401Z",
    "image_url": "",
    "timeseries": [],
    "name": "Banne Oost (Buiksloot)",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.43
}