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/18126/?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/18126/?format=api",
    "id": 18126,
    "code": "2774 A",
    "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.799470720935992,
                        52.84335454284277,
                        0.0
                    ],
                    [
                        4.799055317313814,
                        52.84361914197748,
                        0.0
                    ],
                    [
                        4.798536871803791,
                        52.84404695213905,
                        0.0
                    ],
                    [
                        4.799470720935992,
                        52.84335454284277,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.775452909620485,
                        52.84448958764253,
                        0.0
                    ],
                    [
                        4.775323178039209,
                        52.84443006165214,
                        0.0
                    ],
                    [
                        4.775322440606871,
                        52.84442972535923,
                        0.0
                    ],
                    [
                        4.775452909620485,
                        52.84448958764253,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.776230405445181,
                        52.84484632440379,
                        0.0
                    ],
                    [
                        4.776197348525838,
                        52.84483115528244,
                        0.0
                    ],
                    [
                        4.77599364926526,
                        52.8447376945687,
                        0.0
                    ],
                    [
                        4.776230405445181,
                        52.84484632440379,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.77229702264768,
                        52.8455228245705,
                        0.0
                    ],
                    [
                        4.772227853587389,
                        52.84548905521067,
                        0.0
                    ],
                    [
                        4.77223176019041,
                        52.84549096257101,
                        0.0
                    ],
                    [
                        4.77229702264768,
                        52.8455228245705,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.777719209964161,
                        52.84552940249143,
                        0.0
                    ],
                    [
                        4.777164893893215,
                        52.84527507455845,
                        0.0
                    ],
                    [
                        4.777048431292669,
                        52.84522164754828,
                        0.0
                    ],
                    [
                        4.777719209964161,
                        52.84552940249143,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.781708680225874,
                        52.85014918778652,
                        0.0
                    ],
                    [
                        4.781639811776664,
                        52.8501001659864,
                        0.0
                    ],
                    [
                        4.781708650538588,
                        52.85014918763583,
                        0.0
                    ],
                    [
                        4.781737936732331,
                        52.85016222326486,
                        0.0
                    ],
                    [
                        4.781708680225874,
                        52.85014918778652,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.793150148864965,
                        52.84748195280263,
                        0.0
                    ],
                    [
                        4.793471332307165,
                        52.84739709892505,
                        0.0
                    ],
                    [
                        4.793323150139699,
                        52.84743624466728,
                        0.0
                    ],
                    [
                        4.793150148864965,
                        52.84748195280263,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.787877755845352,
                        52.84932599942421,
                        0.0
                    ],
                    [
                        4.79053110447946,
                        52.84841842482076,
                        0.0
                    ],
                    [
                        4.79255856677557,
                        52.84770457349347,
                        0.0
                    ],
                    [
                        4.793150148864965,
                        52.84748195280263,
                        0.0
                    ],
                    [
                        4.792558536967724,
                        52.84770458233164,
                        0.0
                    ],
                    [
                        4.790531059827681,
                        52.84841843358424,
                        0.0
                    ],
                    [
                        4.787877755845352,
                        52.84932599942421,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.782571673309473,
                        52.85112632676213,
                        0.0
                    ],
                    [
                        4.782633987509011,
                        52.85113958344578,
                        0.0
                    ],
                    [
                        4.782615989172376,
                        52.85113573578494,
                        0.0
                    ],
                    [
                        4.782571673309473,
                        52.85112632676213,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.7954359047204,
                        52.84619005196322,
                        0.0
                    ],
                    [
                        4.794253449291122,
                        52.84693284120865,
                        0.0
                    ],
                    [
                        4.794251739815244,
                        52.84693411781943,
                        0.0
                    ],
                    [
                        4.793948177071597,
                        52.84716257994735,
                        0.0
                    ],
                    [
                        4.794253508295888,
                        52.84693286846218,
                        0.0
                    ],
                    [
                        4.7954359047204,
                        52.84619005196322,
                        0.0
                    ]
                ]
            ],
            [
                [
                    [
                        4.793471332307165,
                        52.84739709892505,
                        0.0
                    ],
                    [
                        4.793709400628004,
                        52.84730050745744,
                        0.0
                    ],
                    [
                        4.793948177071597,
                        52.84716257994735,
                        0.0
                    ],
                    [
                        4.793709490537839,
                        52.84730044499736,
                        0.0
                    ],
                    [
                        4.793537215403322,
                        52.84737036763184,
                        0.0
                    ],
                    [
                        4.793471332307165,
                        52.84739709892505,
                        0.0
                    ]
                ]
            ]
        ]
    },
    "last_modified": "2020-03-11T16:28:29.220612Z",
    "created": "2020-03-11T16:28:29.220658Z",
    "image_url": "",
    "timeseries": [],
    "name": "Mosselwiel",
    "type": "default",
    "water_level_summer": null,
    "water_level_winter": null,
    "water_level_fixed": -0.5
}