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/17856/?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/17856/?format=api",
    "id": 17856,
    "code": "7701-30",
    "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.960502946668541,
                        52.85287234872696,
                        0.0
                    ],
                    [
                        4.960425665458772,
                        52.85285063923558,
                        0.0
                    ],
                    [
                        4.960407266141384,
                        52.85287405552792,
                        0.0
                    ],
                    [
                        4.96039129623925,
                        52.85290104820285,
                        0.0
                    ],
                    [
                        4.96032596042174,
                        52.85289811851697,
                        0.0
                    ],
                    [
                        4.959002370742943,
                        52.85487976545416,
                        0.0
                    ],
                    [
                        4.959103743165197,
                        52.85496587064553,
                        0.0
                    ],
                    [
                        4.958935606895087,
                        52.85497990661989,
                        0.0
                    ],
                    [
                        4.957625198809895,
                        52.85694892259676,
                        0.0
                    ],
                    [
                        4.957685539822076,
                        52.85708760581342,
                        0.0
                    ],
                    [
                        4.957534315925973,
                        52.85708547083393,
                        0.0
                    ],
                    [
                        4.956285013882638,
                        52.85907542339314,
                        0.0
                    ],
                    [
                        4.956333488028306,
                        52.85912695698352,
                        0.0
                    ],
                    [
                        4.956241731053975,
                        52.8591434396704,
                        0.0
                    ],
                    [
                        4.955017201671837,
                        52.86103374300504,
                        0.0
                    ],
                    [
                        4.95505474887833,
                        52.86105816980601,
                        0.0
                    ],
                    [
                        4.954997851672972,
                        52.86106406569775,
                        0.0
                    ],
                    [
                        4.954976695404871,
                        52.86109686215407,
                        0.0
                    ],
                    [
                        4.955107532612453,
                        52.86113495390809,
                        0.0
                    ],
                    [
                        4.955689612116907,
                        52.86109741981506,
                        0.0
                    ],
                    [
                        4.955375009825955,
                        52.86090633169758,
                        0.0
                    ],
                    [
                        4.957810004522157,
                        52.85715225419403,
                        0.0
                    ],
                    [
                        4.959192619499329,
                        52.85507735412697,
                        0.0
                    ],
                    [
                        4.959246259686134,
                        52.8549968554817,
                        0.0
                    ],
                    [
                        4.959298016363888,
                        52.85491917186155,
                        0.0
                    ],
                    [
                        4.960610041144862,
                        52.85294999874719,
                        0.0
                    ],
                    [
                        4.960503379739751,
                        52.85288882278915,
                        0.0
                    ],
                    [
                        4.960502946668541,
                        52.85287234872696,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.957678350016417,
                        52.86357018032631,
                        0.0
                    ],
                    [
                        4.957614179555433,
                        52.8634908761436,
                        0.0
                    ],
                    [
                        4.957364264431339,
                        52.86346128212335,
                        0.0
                    ],
                    [
                        4.957317663138481,
                        52.86345575826617,
                        0.0
                    ],
                    [
                        4.957187864484198,
                        52.86342440370063,
                        0.0
                    ],
                    [
                        4.957107813239846,
                        52.86336405770587,
                        0.0
                    ],
                    [
                        4.957059627754037,
                        52.86328261808218,
                        0.0
                    ],
                    [
                        4.957049019966661,
                        52.86309304309962,
                        0.0
                    ],
                    [
                        4.957052756766908,
                        52.86286568614,
                        0.0
                    ],
                    [
                        4.956990695011018,
                        52.86262060405513,
                        0.0
                    ],
                    [
                        4.956878893145767,
                        52.86237982691948,
                        0.0
                    ],
                    [
                        4.956607188962997,
                        52.86204852580065,
                        0.0
                    ],
                    [
                        4.956559295655911,
                        52.86194972484169,
                        0.0
                    ],
                    [
                        4.956469781148111,
                        52.86183446294403,
                        0.0
                    ],
                    [
                        4.956421159042515,
                        52.86171323767123,
                        0.0
                    ],
                    [
                        4.956405300143754,
                        52.86160632949758,
                        0.0
                    ],
                    [
                        4.956368720680848,
                        52.86137659824939,
                        0.0
                    ],
                    [
                        4.956374251993688,
                        52.86129595429129,
                        0.0
                    ],
                    [
                        4.95635616858472,
                        52.86120687651481,
                        0.0
                    ],
                    [
                        4.956260813243116,
                        52.86115414024433,
                        0.0
                    ],
                    [
                        4.955990818904571,
                        52.86108278184467,
                        0.0
                    ],
                    [
                        4.955690028029449,
                        52.86109740334554,
                        0.0
                    ],
                    [
                        4.955689612116907,
                        52.86109741981506,
                        0.0
                    ],
                    [
                        4.955889072454299,
                        52.86125200975272,
                        0.0
                    ],
                    [
                        4.956114890389753,
                        52.86131168797486,
                        0.0
                    ],
                    [
                        4.95613429204156,
                        52.86138749730597,
                        0.0
                    ],
                    [
                        4.956107368242267,
                        52.86160773406886,
                        0.0
                    ],
                    [
                        4.956127345645442,
                        52.86174262352598,
                        0.0
                    ],
                    [
                        4.956188256450748,
                        52.86189448375669,
                        0.0
                    ],
                    [
                        4.956280776089468,
                        52.86201362096214,
                        0.0
                    ],
                    [
                        4.956329586017491,
                        52.86211427658552,
                        0.0
                    ],
                    [
                        4.956600525425874,
                        52.8624446589405,
                        0.0
                    ],
                    [
                        4.956699893861711,
                        52.86265866528539,
                        0.0
                    ],
                    [
                        4.956755565303067,
                        52.86287849005208,
                        0.0
                    ],
                    [
                        4.956751991200037,
                        52.86309519844988,
                        0.0
                    ],
                    [
                        4.956764376339534,
                        52.86331677223019,
                        0.0
                    ],
                    [
                        4.956845016132157,
                        52.86345303053536,
                        0.0
                    ],
                    [
                        4.956945021014694,
                        52.86352577827434,
                        0.0
                    ],
                    [
                        4.957194856998789,
                        52.86358909067248,
                        0.0
                    ],
                    [
                        4.95734369911272,
                        52.86360921763638,
                        0.0
                    ],
                    [
                        4.957492172165275,
                        52.86364122339214,
                        0.0
                    ],
                    [
                        4.957623937186996,
                        52.86368411452828,
                        0.0
                    ],
                    [
                        4.959313725001106,
                        52.86663424315329,
                        0.0
                    ],
                    [
                        4.961046423524809,
                        52.86949589917533,
                        0.0
                    ],
                    [
                        4.961126714626632,
                        52.8695851441438,
                        0.0
                    ],
                    [
                        4.961239927199971,
                        52.86964734903451,
                        0.0
                    ],
                    [
                        4.961407963451059,
                        52.86969198287925,
                        0.0
                    ],
                    [
                        4.961474591591912,
                        52.86953737243097,
                        0.0
                    ],
                    [
                        4.961313705917611,
                        52.86941432015882,
                        0.0
                    ],
                    [
                        4.959593311100864,
                        52.86657317457333,
                        0.0
                    ],
                    [
                        4.958115186231346,
                        52.86406268136541,
                        0.0
                    ],
                    [
                        4.95789401860338,
                        52.86368651514262,
                        0.0
                    ],
                    [
                        4.957835861587347,
                        52.86358754303618,
                        0.0
                    ],
                    [
                        4.957678350016417,
                        52.86357018032631,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:23.242767Z",
    "created": "2020-03-11T16:28:23.242812Z",
    "image_url": "",
    "timeseries": [],
    "name": "Wieringermeer afd. 1",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -2.4
}