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/17866/?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/17866/?format=api",
    "id": 17866,
    "code": "GPG-JL-576",
    "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.872989113824024,
                        53.06799240764138,
                        0.0
                    ],
                    [
                        4.873176436757108,
                        53.06831266872858,
                        0.0
                    ],
                    [
                        4.873336501378104,
                        53.06850332242371,
                        0.0
                    ],
                    [
                        4.873546247670577,
                        53.06874451130829,
                        0.0
                    ],
                    [
                        4.873768116974131,
                        53.06897002605674,
                        0.0
                    ],
                    [
                        4.874084666093072,
                        53.06927646176791,
                        0.0
                    ],
                    [
                        4.874349745533408,
                        53.06948194174068,
                        0.0
                    ],
                    [
                        4.87469070186034,
                        53.06973096910949,
                        0.0
                    ],
                    [
                        4.874946612863536,
                        53.0699046874641,
                        0.0
                    ],
                    [
                        4.875233756260624,
                        53.07007431530382,
                        0.0
                    ],
                    [
                        4.875670523575675,
                        53.0703092817116,
                        0.0
                    ],
                    [
                        4.876116876611464,
                        53.07054150170647,
                        0.0
                    ],
                    [
                        4.876430493347375,
                        53.07068095636922,
                        0.0
                    ],
                    [
                        4.876768097160535,
                        53.07082347785796,
                        0.0
                    ],
                    [
                        4.877055747169863,
                        53.07093837793775,
                        0.0
                    ],
                    [
                        4.877503128295466,
                        53.07108415060431,
                        0.0
                    ],
                    [
                        4.8778031389023,
                        53.07116315700507,
                        0.0
                    ],
                    [
                        4.878184258865372,
                        53.07125976076393,
                        0.0
                    ],
                    [
                        4.879344973433997,
                        53.07149789625615,
                        0.0
                    ],
                    [
                        4.879440204461553,
                        53.07151742251205,
                        0.0
                    ],
                    [
                        4.879840906386987,
                        53.07156037600721,
                        0.0
                    ],
                    [
                        4.880059959072549,
                        53.07158385896932,
                        0.0
                    ],
                    [
                        4.880083631134533,
                        53.07133260858117,
                        0.0
                    ],
                    [
                        4.880031545537165,
                        53.07079708506416,
                        0.0
                    ],
                    [
                        4.879628896572842,
                        53.07032118174289,
                        0.0
                    ],
                    [
                        4.879558413890877,
                        53.07021152192586,
                        0.0
                    ],
                    [
                        4.879516326769842,
                        53.07007223838819,
                        0.0
                    ],
                    [
                        4.879516680129334,
                        53.06962068735496,
                        0.0
                    ],
                    [
                        4.879576158068299,
                        53.06952290090959,
                        0.0
                    ],
                    [
                        4.879811974568613,
                        53.06931092919801,
                        0.0
                    ],
                    [
                        4.879856780773174,
                        53.06921739378205,
                        0.0
                    ],
                    [
                        4.879805262065966,
                        53.06905533545722,
                        0.0
                    ],
                    [
                        4.879694351042698,
                        53.06898387511468,
                        0.0
                    ],
                    [
                        4.879191201557703,
                        53.06878575442349,
                        0.0
                    ],
                    [
                        4.87890835830395,
                        53.06865605267089,
                        0.0
                    ],
                    [
                        4.878788085081804,
                        53.06855615558264,
                        0.0
                    ],
                    [
                        4.878755266753712,
                        53.06845384401596,
                        0.0
                    ],
                    [
                        4.878771034166993,
                        53.06834311204494,
                        0.0
                    ],
                    [
                        4.879027073185628,
                        53.06765199758152,
                        0.0
                    ],
                    [
                        4.879038164617303,
                        53.06753279874898,
                        0.0
                    ],
                    [
                        4.878957744848958,
                        53.06734213129226,
                        0.0
                    ],
                    [
                        4.878722993490164,
                        53.06705573531962,
                        0.0
                    ],
                    [
                        4.878549601270011,
                        53.06691876923762,
                        0.0
                    ],
                    [
                        4.877731904766325,
                        53.06676551239089,
                        0.0
                    ],
                    [
                        4.877588594752844,
                        53.06673265138107,
                        0.0
                    ],
                    [
                        4.876725995380535,
                        53.06578495726918,
                        0.0
                    ],
                    [
                        4.876544487583196,
                        53.0657175062711,
                        0.0
                    ],
                    [
                        4.875656663925881,
                        53.06559438105194,
                        0.0
                    ],
                    [
                        4.875486940014519,
                        53.06556525971014,
                        0.0
                    ],
                    [
                        4.874681578443044,
                        53.06529384891172,
                        0.0
                    ],
                    [
                        4.874470670159293,
                        53.06525313745089,
                        0.0
                    ],
                    [
                        4.874010439736864,
                        53.06524128120476,
                        0.0
                    ],
                    [
                        4.873195567762364,
                        53.06558214390956,
                        0.0
                    ],
                    [
                        4.872856909470681,
                        53.06584817107782,
                        0.0
                    ],
                    [
                        4.872627983959884,
                        53.0660136197794,
                        0.0
                    ],
                    [
                        4.872480902458252,
                        53.06593571588459,
                        0.0
                    ],
                    [
                        4.872450826659453,
                        53.06624301126168,
                        0.0
                    ],
                    [
                        4.872544540029733,
                        53.0668075635247,
                        0.0
                    ],
                    [
                        4.872594204794188,
                        53.06704806614268,
                        0.0
                    ],
                    [
                        4.872690396663092,
                        53.06739103080744,
                        0.0
                    ],
                    [
                        4.872783397472181,
                        53.06761302833356,
                        0.0
                    ],
                    [
                        4.872989113824024,
                        53.06799240764138,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:23.682012Z",
    "created": "2020-03-11T16:28:23.682055Z",
    "image_url": "",
    "timeseries": [],
    "name": "nieuwe peilafwijking",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -1.06
}