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/13088/?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/13088/?format=api",
    "id": 13088,
    "code": "04310-13",
    "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.674490334614306,
                        52.49583761881789,
                        0.0
                    ],
                    [
                        4.673415220605739,
                        52.49647008542154,
                        0.0
                    ],
                    [
                        4.673705640788916,
                        52.49666086042974,
                        0.0
                    ],
                    [
                        4.67517266149483,
                        52.49759682084311,
                        0.0
                    ],
                    [
                        4.676052408151434,
                        52.49815660761781,
                        0.0
                    ],
                    [
                        4.676192588798632,
                        52.49824445708928,
                        0.0
                    ],
                    [
                        4.67676565130475,
                        52.49860358463464,
                        0.0
                    ],
                    [
                        4.677376019835894,
                        52.49821136938539,
                        0.0
                    ],
                    [
                        4.677985834332761,
                        52.49785391183168,
                        0.0
                    ],
                    [
                        4.678117589951307,
                        52.49793653178077,
                        0.0
                    ],
                    [
                        4.678953987294098,
                        52.49846103988095,
                        0.0
                    ],
                    [
                        4.679022547543073,
                        52.49850829267439,
                        0.0
                    ],
                    [
                        4.679166737178166,
                        52.49847137835972,
                        0.0
                    ],
                    [
                        4.679246040297082,
                        52.49846580297477,
                        0.0
                    ],
                    [
                        4.680336578576176,
                        52.49916280702422,
                        0.0
                    ],
                    [
                        4.68118717924646,
                        52.4996936749886,
                        0.0
                    ],
                    [
                        4.681250965023708,
                        52.49973031962078,
                        0.0
                    ],
                    [
                        4.680988461367098,
                        52.49989042655027,
                        0.0
                    ],
                    [
                        4.680343679101165,
                        52.50026733798958,
                        0.0
                    ],
                    [
                        4.681314342859037,
                        52.50087748987787,
                        0.0
                    ],
                    [
                        4.682016711785257,
                        52.50061574132607,
                        0.0
                    ],
                    [
                        4.683448806004859,
                        52.50008182465042,
                        0.0
                    ],
                    [
                        4.683746712128108,
                        52.49997494918389,
                        0.0
                    ],
                    [
                        4.683975964905869,
                        52.49989643539689,
                        0.0
                    ],
                    [
                        4.683973908202342,
                        52.49989426617728,
                        0.0
                    ],
                    [
                        4.683785107220762,
                        52.49969546422605,
                        0.0
                    ],
                    [
                        4.683554757706088,
                        52.49949980386103,
                        0.0
                    ],
                    [
                        4.681984626728297,
                        52.49852086012461,
                        0.0
                    ],
                    [
                        4.680772009413081,
                        52.49775127023693,
                        0.0
                    ],
                    [
                        4.682436774027126,
                        52.49678599699561,
                        0.0
                    ],
                    [
                        4.684091425050729,
                        52.49580669174576,
                        0.0
                    ],
                    [
                        4.683774104129418,
                        52.49559941631875,
                        0.0
                    ],
                    [
                        4.683632926134037,
                        52.49550720188355,
                        0.0
                    ],
                    [
                        4.683018411030225,
                        52.4958642380105,
                        0.0
                    ],
                    [
                        4.682213735958228,
                        52.49537279657707,
                        0.0
                    ],
                    [
                        4.682211588255007,
                        52.49531727622659,
                        0.0
                    ],
                    [
                        4.681758469911163,
                        52.49502406637744,
                        0.0
                    ],
                    [
                        4.679940827275074,
                        52.49387709873909,
                        0.0
                    ],
                    [
                        4.679601482153469,
                        52.49366335330935,
                        0.0
                    ],
                    [
                        4.679294769275741,
                        52.49346990696829,
                        0.0
                    ],
                    [
                        4.679105421197947,
                        52.49356282342481,
                        0.0
                    ],
                    [
                        4.678336614226858,
                        52.49392223079961,
                        0.0
                    ],
                    [
                        4.677821863999701,
                        52.4942108472713,
                        0.0
                    ],
                    [
                        4.677200335018919,
                        52.49457093922666,
                        0.0
                    ],
                    [
                        4.676769810242533,
                        52.49485240676463,
                        0.0
                    ],
                    [
                        4.676489501721677,
                        52.49502990513062,
                        0.0
                    ],
                    [
                        4.676678079407494,
                        52.49515232290823,
                        0.0
                    ],
                    [
                        4.676738902926973,
                        52.4951857347315,
                        0.0
                    ],
                    [
                        4.676151482079548,
                        52.49557438146043,
                        0.0
                    ],
                    [
                        4.675521299690383,
                        52.4959275282505,
                        0.0
                    ],
                    [
                        4.674927808325393,
                        52.4955714532525,
                        0.0
                    ],
                    [
                        4.674490334614306,
                        52.49583761881789,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:26:58.678129Z",
    "created": "2020-03-11T16:26:58.678172Z",
    "image_url": "",
    "timeseries": [],
    "name": "Uitgeester- en Heemskerkerbroek",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.3
}