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/17944/?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/17944/?format=api",
    "id": 17944,
    "code": "GPG-Q-142154",
    "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.825806464507798,
                        52.53422477540064,
                        0.0
                    ],
                    [
                        4.825883136962508,
                        52.53417461058976,
                        0.0
                    ],
                    [
                        4.825900526629766,
                        52.53418747295642,
                        0.0
                    ],
                    [
                        4.825915006201653,
                        52.53419854204765,
                        0.0
                    ],
                    [
                        4.825843253755082,
                        52.53424427237508,
                        0.0
                    ],
                    [
                        4.826117089268747,
                        52.53439625041305,
                        0.0
                    ],
                    [
                        4.826236451687088,
                        52.53446027483842,
                        0.0
                    ],
                    [
                        4.826265289034239,
                        52.53445375141568,
                        0.0
                    ],
                    [
                        4.826290223448736,
                        52.53444353368165,
                        0.0
                    ],
                    [
                        4.826321681954359,
                        52.53443254688587,
                        0.0
                    ],
                    [
                        4.826391289149252,
                        52.53439788764951,
                        0.0
                    ],
                    [
                        4.826520069256012,
                        52.53432851078432,
                        0.0
                    ],
                    [
                        4.826557241290801,
                        52.53429933337299,
                        0.0
                    ],
                    [
                        4.826646211556244,
                        52.5342602357661,
                        0.0
                    ],
                    [
                        4.826747664094373,
                        52.53420727548229,
                        0.0
                    ],
                    [
                        4.826869482961764,
                        52.53413818892024,
                        0.0
                    ],
                    [
                        4.826968839907237,
                        52.53408772605147,
                        0.0
                    ],
                    [
                        4.8271342977044,
                        52.53400935442524,
                        0.0
                    ],
                    [
                        4.827145633636578,
                        52.53400452772858,
                        0.0
                    ],
                    [
                        4.827205469970401,
                        52.53397901606734,
                        0.0
                    ],
                    [
                        4.827336243292916,
                        52.53391032177906,
                        0.0
                    ],
                    [
                        4.827588921563372,
                        52.53379461360522,
                        0.0
                    ],
                    [
                        4.827670282187417,
                        52.53375225286774,
                        0.0
                    ],
                    [
                        4.827699939712367,
                        52.53374026860029,
                        0.0
                    ],
                    [
                        4.827751457718578,
                        52.53371634418396,
                        0.0
                    ],
                    [
                        4.827948872142637,
                        52.53361412556404,
                        0.0
                    ],
                    [
                        4.827978091091145,
                        52.53360068319576,
                        0.0
                    ],
                    [
                        4.828142330532112,
                        52.53351000062268,
                        0.0
                    ],
                    [
                        4.828208268376613,
                        52.53347740812771,
                        0.0
                    ],
                    [
                        4.828274314127463,
                        52.53345025350531,
                        0.0
                    ],
                    [
                        4.828346707244043,
                        52.53341415027669,
                        0.0
                    ],
                    [
                        4.828482998667356,
                        52.53333421944355,
                        0.0
                    ],
                    [
                        4.828572413535761,
                        52.53329463716697,
                        0.0
                    ],
                    [
                        4.828606153697414,
                        52.53327676713832,
                        0.0
                    ],
                    [
                        4.828648077138415,
                        52.53326325856418,
                        0.0
                    ],
                    [
                        4.828662721586216,
                        52.53325666777753,
                        0.0
                    ],
                    [
                        4.82866941083107,
                        52.53325098323997,
                        0.0
                    ],
                    [
                        4.828668764872649,
                        52.53323680700773,
                        0.0
                    ],
                    [
                        4.828664604657289,
                        52.5332208257397,
                        0.0
                    ],
                    [
                        4.828656426356654,
                        52.53320442113044,
                        0.0
                    ],
                    [
                        4.828602056012903,
                        52.53312307161752,
                        0.0
                    ],
                    [
                        4.828571910153733,
                        52.53308635087284,
                        0.0
                    ],
                    [
                        4.82851778326196,
                        52.5330079143945,
                        0.0
                    ],
                    [
                        4.828508448454935,
                        52.53299905378102,
                        0.0
                    ],
                    [
                        4.828478323708729,
                        52.53295485555971,
                        0.0
                    ],
                    [
                        4.828427134872839,
                        52.53289233164836,
                        0.0
                    ],
                    [
                        4.828399925896484,
                        52.53287161333904,
                        0.0
                    ],
                    [
                        4.828401962548437,
                        52.53285858214971,
                        0.0
                    ],
                    [
                        4.828399248767799,
                        52.53285175689446,
                        0.0
                    ],
                    [
                        4.828384517784209,
                        52.53283608535025,
                        0.0
                    ],
                    [
                        4.82834379782092,
                        52.53279879349325,
                        0.0
                    ],
                    [
                        4.828325032366426,
                        52.53277585008225,
                        0.0
                    ],
                    [
                        4.82828308956951,
                        52.53273387897679,
                        0.0
                    ],
                    [
                        4.828268938062717,
                        52.53271318616633,
                        0.0
                    ],
                    [
                        4.828242116350435,
                        52.53268634020782,
                        0.0
                    ],
                    [
                        4.828188727653434,
                        52.53261835943935,
                        0.0
                    ],
                    [
                        4.828122370231464,
                        52.53252010178618,
                        0.0
                    ],
                    [
                        4.828084281378191,
                        52.53248339742412,
                        0.0
                    ],
                    [
                        4.828068098336719,
                        52.53247068485498,
                        0.0
                    ],
                    [
                        4.828061381170614,
                        52.53246694140143,
                        0.0
                    ],
                    [
                        4.828057723098365,
                        52.53246602542635,
                        0.0
                    ],
                    [
                        4.828050904756007,
                        52.53246561583659,
                        0.0
                    ],
                    [
                        4.828032338075378,
                        52.5324665619337,
                        0.0
                    ],
                    [
                        4.828021266707044,
                        52.53247032045585,
                        0.0
                    ],
                    [
                        4.827991709512931,
                        52.53248492960966,
                        0.0
                    ],
                    [
                        4.82790330167659,
                        52.53253352161389,
                        0.0
                    ],
                    [
                        4.827662493362443,
                        52.53268077841172,
                        0.0
                    ],
                    [
                        4.827506891379344,
                        52.53277153700652,
                        0.0
                    ],
                    [
                        4.827446298588321,
                        52.53280222202,
                        0.0
                    ],
                    [
                        4.827403052447854,
                        52.53282706608451,
                        0.0
                    ],
                    [
                        4.827195847434773,
                        52.53293796442517,
                        0.0
                    ],
                    [
                        4.827153498204757,
                        52.53296062868185,
                        0.0
                    ],
                    [
                        4.826873442313738,
                        52.53312613194781,
                        0.0
                    ],
                    [
                        4.826790130371498,
                        52.53316666746836,
                        0.0
                    ],
                    [
                        4.826739309554619,
                        52.5331960501386,
                        0.0
                    ],
                    [
                        4.826686838775098,
                        52.53322305231168,
                        0.0
                    ],
                    [
                        4.826649459055153,
                        52.53324661163587,
                        0.0
                    ],
                    [
                        4.826589499207881,
                        52.53328074139163,
                        0.0
                    ],
                    [
                        4.826567906660229,
                        52.53329594502718,
                        0.0
                    ],
                    [
                        4.826559802341691,
                        52.5332981446241,
                        0.0
                    ],
                    [
                        4.826434378437695,
                        52.53337272314671,
                        0.0
                    ],
                    [
                        4.826358824189895,
                        52.53341391514552,
                        0.0
                    ],
                    [
                        4.826243935142082,
                        52.533484022557,
                        0.0
                    ],
                    [
                        4.826186718864113,
                        52.5335237193131,
                        0.0
                    ],
                    [
                        4.826112462480822,
                        52.53356595983224,
                        0.0
                    ],
                    [
                        4.826072975777855,
                        52.53358363122949,
                        0.0
                    ],
                    [
                        4.826067244632118,
                        52.53358579707371,
                        0.0
                    ],
                    [
                        4.826031616168255,
                        52.53360487076122,
                        0.0
                    ],
                    [
                        4.82600846730357,
                        52.53361726285611,
                        0.0
                    ],
                    [
                        4.825988553404427,
                        52.53362791768966,
                        0.0
                    ],
                    [
                        4.825860465287162,
                        52.53370787547524,
                        0.0
                    ],
                    [
                        4.825847000046572,
                        52.53371440858163,
                        0.0
                    ],
                    [
                        4.825774673353933,
                        52.53375783536983,
                        0.0
                    ],
                    [
                        4.825704544859764,
                        52.53380339354773,
                        0.0
                    ],
                    [
                        4.825627672561493,
                        52.5338438149147,
                        0.0
                    ],
                    [
                        4.825517137009684,
                        52.53390865760338,
                        0.0
                    ],
                    [
                        4.825423673945665,
                        52.53395912918076,
                        0.0
                    ],
                    [
                        4.825407141103872,
                        52.53396928763348,
                        0.0
                    ],
                    [
                        4.825384039692214,
                        52.53398487037276,
                        0.0
                    ],
                    [
                        4.825384053743199,
                        52.53398492436392,
                        0.0
                    ],
                    [
                        4.825384373273626,
                        52.53398529436127,
                        0.0
                    ],
                    [
                        4.825385541046172,
                        52.53398618065725,
                        0.0
                    ],
                    [
                        4.825806464507798,
                        52.53422477540064,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:25.653591Z",
    "created": "2020-03-11T16:28:25.653629Z",
    "image_url": "",
    "timeseries": [],
    "name": "Wormer, Jisp en Nek",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -2.05
}