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/17947/?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/17947/?format=api",
    "id": 17947,
    "code": "GPG-Q-140475",
    "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.705010189155581,
                        52.65844103973998,
                        0.0
                    ],
                    [
                        4.705128037975034,
                        52.65845197009119,
                        0.0
                    ],
                    [
                        4.705385572899165,
                        52.65849053713331,
                        0.0
                    ],
                    [
                        4.705849493119379,
                        52.65853601097563,
                        0.0
                    ],
                    [
                        4.706159535014304,
                        52.65851780797527,
                        0.0
                    ],
                    [
                        4.706545933375778,
                        52.65841727742704,
                        0.0
                    ],
                    [
                        4.707116010602239,
                        52.65827499867444,
                        0.0
                    ],
                    [
                        4.707808684219078,
                        52.65809630912868,
                        0.0
                    ],
                    [
                        4.708496021274108,
                        52.65795754249242,
                        0.0
                    ],
                    [
                        4.709065470186714,
                        52.65785520822241,
                        0.0
                    ],
                    [
                        4.709456863531857,
                        52.65773471803789,
                        0.0
                    ],
                    [
                        4.709760865953341,
                        52.65765236509708,
                        0.0
                    ],
                    [
                        4.70981171947883,
                        52.65768713887085,
                        0.0
                    ],
                    [
                        4.709840238872654,
                        52.65768653737708,
                        0.0
                    ],
                    [
                        4.70985067143489,
                        52.65767130945343,
                        0.0
                    ],
                    [
                        4.709807888028161,
                        52.65763650976062,
                        0.0
                    ],
                    [
                        4.709998493968959,
                        52.65755929812547,
                        0.0
                    ],
                    [
                        4.71031968073223,
                        52.65747708654015,
                        0.0
                    ],
                    [
                        4.706056881749242,
                        52.65489005678428,
                        0.0
                    ],
                    [
                        4.705691534932035,
                        52.65499972956509,
                        0.0
                    ],
                    [
                        4.705694428474068,
                        52.65504952665697,
                        0.0
                    ],
                    [
                        4.705595437340238,
                        52.65501820492488,
                        0.0
                    ],
                    [
                        4.705141604948042,
                        52.65503462020355,
                        0.0
                    ],
                    [
                        4.705101855698985,
                        52.65508855854455,
                        0.0
                    ],
                    [
                        4.70503982476311,
                        52.6550411723622,
                        0.0
                    ],
                    [
                        4.704114902758724,
                        52.6551773503601,
                        0.0
                    ],
                    [
                        4.704848370656252,
                        52.65838433651668,
                        0.0
                    ],
                    [
                        4.70483053637574,
                        52.65841258004139,
                        0.0
                    ],
                    [
                        4.705010189155581,
                        52.65844103973998,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:25.723539Z",
    "created": "2020-03-11T16:28:25.723579Z",
    "image_url": "",
    "timeseries": [],
    "name": "LEEG",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.51
}