List assets of type Overflow

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/overflows/?format=api&page=49
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 550,
    "next": "https://demo.lizard.net/api/v4/overflows/?format=api&page=50",
    "previous": "https://demo.lizard.net/api/v4/overflows/?format=api&page=48",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7987/?format=api",
            "id": 7987,
            "code": "MLH_Eikenlaan",
            "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": "Point",
                "coordinates": [
                    4.76642007492543,
                    52.50197227436589,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:45.807244Z",
            "created": "2016-07-01T12:01:10.864873Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/184c7c20-9ed7-4bb2-9796-97efec148c7f/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.08,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7988/?format=api",
            "id": 7988,
            "code": "MLH_NeptunuslaanB",
            "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": "Point",
                "coordinates": [
                    4.752293806425335,
                    52.50112458902042,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:46.531108Z",
            "created": "2016-07-01T12:01:10.912130Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f3fab122-dc41-47ef-af46-56f1504e6da8/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.08,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7989/?format=api",
            "id": 7989,
            "code": "MLH_RosariumlaanA",
            "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": "Point",
                "coordinates": [
                    4.758310569257992,
                    52.5036641625281,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:16.223374Z",
            "created": "2016-07-01T12:01:10.920413Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9569a7dd-4bca-4b60-bf04-c6401add0c4e/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.36,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7990/?format=api",
            "id": 7990,
            "code": "MLH_RosariumlaanB",
            "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": "Point",
                "coordinates": [
                    4.758420692783415,
                    52.503170430939754,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:20.901255Z",
            "created": "2016-07-01T12:01:10.928822Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/04a194dd-4356-43f0-8fad-a92586b0c4db/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.36,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7991/?format=api",
            "id": 7991,
            "code": "MLH_Militaireweg",
            "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": "Point",
                "coordinates": [
                    4.748996810053106,
                    52.505070412203395,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:16.683853Z",
            "created": "2016-07-01T12:01:10.936588Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/86f92f5c-aa43-4552-b600-8305b405202d/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.24,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7992/?format=api",
            "id": 7992,
            "code": "MLH_GlennstraatA",
            "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": "Point",
                "coordinates": [
                    4.756614174447916,
                    52.50797816845224,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:35:41.066048Z",
            "created": "2016-07-01T12:01:10.944503Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8b103191-510f-48d7-8fab-316e02232671/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.05,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7993/?format=api",
            "id": 7993,
            "code": "MLH_Spoetnikstraat",
            "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": "Point",
                "coordinates": [
                    4.755697964936541,
                    52.510247143514256,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:36:56.230857Z",
            "created": "2016-07-01T12:01:10.963607Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/619bfb6a-8270-42d6-bd99-539b2b2d0499/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.19,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7994/?format=api",
            "id": 7994,
            "code": "MLH_Allenstraatvan",
            "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": "Point",
                "coordinates": [
                    4.752504278599181,
                    52.50595203190956,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:59.836206Z",
            "created": "2016-07-01T12:01:10.979885Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7b8388f1-eec8-425b-82e5-148e88e78dac/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.82,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7995/?format=api",
            "id": 7995,
            "code": "MLH_VisserspadA",
            "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": "Point",
                "coordinates": [
                    4.772432044513456,
                    52.503863999815024,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:35:55.470906Z",
            "created": "2016-07-01T12:01:10.988178Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c2c10715-7c32-4c48-9abc-152e90586905/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.05,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/overflows/7996/?format=api",
            "id": 7996,
            "code": "MLH_Uitweg",
            "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": "Point",
                "coordinates": [
                    4.770492330688102,
                    52.50882404027842,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:16.383698Z",
            "created": "2016-07-01T12:01:10.999683Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bb486345-f263-42f3-8476-7916a1e4a539/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.1,
            "sensor_level": null,
            "surface_level": null,
            "open_water_level_average": null,
            "open_water_level_summer": null,
            "open_water_level_winter": null,
            "allowed_flow_direction": null
        }
    ]
}