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/18122/?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/18122/?format=api",
    "id": 18122,
    "code": "04310-23",
    "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.657333906067962,
                        52.52020493707836,
                        0.0
                    ],
                    [
                        4.656138719193812,
                        52.52058749828447,
                        0.0
                    ],
                    [
                        4.656216341893052,
                        52.52057387490061,
                        0.0
                    ],
                    [
                        4.657333906067962,
                        52.52020493707836,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.660882847322114,
                        52.52071438710558,
                        0.0
                    ],
                    [
                        4.659965994511307,
                        52.52040366835572,
                        0.0
                    ],
                    [
                        4.659966164192876,
                        52.52040374309385,
                        0.0
                    ],
                    [
                        4.659998017676571,
                        52.52041454365569,
                        0.0
                    ],
                    [
                        4.660882847322114,
                        52.52071438710558,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.651545582056822,
                        52.52128734342,
                        0.0
                    ],
                    [
                        4.651542957225314,
                        52.5212848196076,
                        0.0
                    ],
                    [
                        4.651586056428966,
                        52.52132627695372,
                        0.0
                    ],
                    [
                        4.651545582056822,
                        52.52128734342,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.657187021708193,
                        52.52518610876107,
                        0.0
                    ],
                    [
                        4.656677645604723,
                        52.52552907753095,
                        0.0
                    ],
                    [
                        4.657187267727393,
                        52.52518637990197,
                        0.0
                    ],
                    [
                        4.657276420691538,
                        52.52523429285032,
                        0.0
                    ],
                    [
                        4.657187021708193,
                        52.52518610876107,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.658210142706975,
                        52.5276655565857,
                        0.0
                    ],
                    [
                        4.658019360925352,
                        52.52764630159155,
                        0.0
                    ],
                    [
                        4.6580742295085,
                        52.52768344283606,
                        0.0
                    ],
                    [
                        4.658072225749911,
                        52.52769903476857,
                        0.0
                    ],
                    [
                        4.658081254375101,
                        52.52769530466433,
                        0.0
                    ],
                    [
                        4.658198490755343,
                        52.52769830767062,
                        0.0
                    ],
                    [
                        4.658203028453925,
                        52.52768587875204,
                        0.0
                    ],
                    [
                        4.658210142706975,
                        52.5276655565857,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.658758353099965,
                        52.52852519644349,
                        0.0
                    ],
                    [
                        4.658763220669953,
                        52.52850259558885,
                        0.0
                    ],
                    [
                        4.658758353248251,
                        52.52852518745677,
                        0.0
                    ],
                    [
                        4.658742209160353,
                        52.52854975928133,
                        0.0
                    ],
                    [
                        4.658758353099965,
                        52.52852519644349,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.658716013296514,
                        52.52857084513928,
                        0.0
                    ],
                    [
                        4.658742209160353,
                        52.52854975928133,
                        0.0
                    ],
                    [
                        4.658716013444807,
                        52.52857083615262,
                        0.0
                    ],
                    [
                        4.658689934024197,
                        52.52858575723891,
                        0.0
                    ],
                    [
                        4.658660488208556,
                        52.52859928255559,
                        0.0
                    ],
                    [
                        4.658619904713459,
                        52.52860725707059,
                        0.0
                    ],
                    [
                        4.658692713592361,
                        52.52880845959015,
                        0.0
                    ],
                    [
                        4.658689933875899,
                        52.52858576622555,
                        0.0
                    ],
                    [
                        4.658716013296514,
                        52.52857084513928,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.640806255192444,
                        52.52252883513437,
                        0.0
                    ],
                    [
                        4.640742543739188,
                        52.52246428984179,
                        0.0
                    ],
                    [
                        4.640600272524677,
                        52.52232017731652,
                        0.0
                    ],
                    [
                        4.640806255192444,
                        52.52252883513437,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.64093004855098,
                        52.52268875724871,
                        0.0
                    ],
                    [
                        4.640847524507507,
                        52.52258213955599,
                        0.0
                    ],
                    [
                        4.640806255192444,
                        52.52252883513437,
                        0.0
                    ],
                    [
                        4.64093004855098,
                        52.52268875724871,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.652565064000977,
                        52.52252291983709,
                        0.0
                    ],
                    [
                        4.653212231716036,
                        52.52327210391082,
                        0.0
                    ],
                    [
                        4.65336124298918,
                        52.52342647065075,
                        0.0
                    ],
                    [
                        4.652565064000977,
                        52.52252291983709,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.655312057864866,
                        52.52895720801017,
                        0.0
                    ],
                    [
                        4.657227636393325,
                        52.52889696412478,
                        0.0
                    ],
                    [
                        4.655777834221755,
                        52.52894104720593,
                        0.0
                    ],
                    [
                        4.655311772600624,
                        52.5289552146026,
                        0.0
                    ],
                    [
                        4.655312057864866,
                        52.52895720801017,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.65243247045934,
                        52.53035870302902,
                        0.0
                    ],
                    [
                        4.652821898262728,
                        52.5309169052722,
                        0.0
                    ],
                    [
                        4.652801617035587,
                        52.53088783078421,
                        0.0
                    ],
                    [
                        4.65243247045934,
                        52.53035870302902,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.659663008891057,
                        52.53181950735762,
                        0.0
                    ],
                    [
                        4.659606943053928,
                        52.53179765552283,
                        0.0
                    ],
                    [
                        4.658975821415727,
                        52.53177335629064,
                        0.0
                    ],
                    [
                        4.658627160407054,
                        52.53176270808223,
                        0.0
                    ],
                    [
                        4.658864829290076,
                        52.53177532659708,
                        0.0
                    ],
                    [
                        4.659663008891057,
                        52.53181950735762,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.659707329063533,
                        52.53185511905048,
                        0.0
                    ],
                    [
                        4.659703605281361,
                        52.53183533075494,
                        0.0
                    ],
                    [
                        4.659699228309345,
                        52.53183362504871,
                        0.0
                    ],
                    [
                        4.659707317748555,
                        52.53185509022092,
                        0.0
                    ],
                    [
                        4.659707329063533,
                        52.53185511905048,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.659819183677625,
                        52.53233851543406,
                        0.0
                    ],
                    [
                        4.65983887252246,
                        52.53222498014572,
                        0.0
                    ],
                    [
                        4.65981176278853,
                        52.53211092349054,
                        0.0
                    ],
                    [
                        4.659786396590441,
                        52.53205741780344,
                        0.0
                    ],
                    [
                        4.659772700926044,
                        52.53202852510204,
                        0.0
                    ],
                    [
                        4.659772709412397,
                        52.53202854672421,
                        0.0
                    ],
                    [
                        4.659823825748917,
                        52.53216413194582,
                        0.0
                    ],
                    [
                        4.659819184107072,
                        52.53233848937272,
                        0.0
                    ],
                    [
                        4.659819183677625,
                        52.53233851543406,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.654498615597305,
                        52.53304043607489,
                        0.0
                    ],
                    [
                        4.654978491523169,
                        52.53366668925631,
                        0.0
                    ],
                    [
                        4.654978738265859,
                        52.53366674110885,
                        0.0
                    ],
                    [
                        4.654498615597305,
                        52.53304043607489,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.653891043614711,
                        52.5322763349852,
                        0.0
                    ],
                    [
                        4.654498615597305,
                        52.53304043607489,
                        0.0
                    ],
                    [
                        4.653931407312858,
                        52.53232709453832,
                        0.0
                    ],
                    [
                        4.653891043614711,
                        52.5322763349852,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.657498835877006,
                        52.53170279496966,
                        0.0
                    ],
                    [
                        4.657297951996051,
                        52.53168719496102,
                        0.0
                    ],
                    [
                        4.656930124501318,
                        52.53165283779895,
                        0.0
                    ],
                    [
                        4.656399896939072,
                        52.53160289285763,
                        0.0
                    ],
                    [
                        4.656037343253843,
                        52.53153939171655,
                        0.0
                    ],
                    [
                        4.655680111785007,
                        52.53144381863603,
                        0.0
                    ],
                    [
                        4.655388441177413,
                        52.52948881188553,
                        0.0
                    ],
                    [
                        4.65567155919429,
                        52.53145913917668,
                        0.0
                    ],
                    [
                        4.656150884922986,
                        52.53157833323633,
                        0.0
                    ],
                    [
                        4.65640370310417,
                        52.53161423165179,
                        0.0
                    ],
                    [
                        4.657401915072966,
                        52.53169764866974,
                        0.0
                    ],
                    [
                        4.657498835877006,
                        52.53170279496966,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:29.165758Z",
    "created": "2020-03-11T16:28:29.165799Z",
    "image_url": "",
    "timeseries": [],
    "name": "Uitgeester- en Heemskerkerbroek",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.02
}