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=47
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=48",
    "previous": "https://demo.lizard.net/api/v4/overflows/?format=api&page=46",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/overflows/6262/?format=api",
            "id": 6262,
            "code": "WN_WNG052c1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.346470772562257,
                    52.06298946927627,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:26:13.379773Z",
            "created": "2015-12-04T14:19:27.753472Z",
            "image_url": "",
            "timeseries": [],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": 3.0,
            "crest_level": -0.3,
            "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/6263/?format=api",
            "id": 6263,
            "code": "TL_TLG082c1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.408999977126833,
                    52.092634465059774,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:26:13.379773Z",
            "created": "2015-12-04T14:19:27.761778Z",
            "image_url": "",
            "timeseries": [],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": 0.9,
            "crest_level": -0.8,
            "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/7969/?format=api",
            "id": 7969,
            "code": "MLH_Rozenstraat",
            "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": [
                    5.072578905979696,
                    52.499071830471486,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:17.829905Z",
            "created": "2016-07-01T12:01:10.363903Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fb01aab9-6c21-4b9f-9b2b-2ee22142ba16/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.3,
            "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/7970/?format=api",
            "id": 7970,
            "code": "MLH_vanBeekstraat",
            "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.921322321632515,
                    52.42942437917534,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:36:09.391567Z",
            "created": "2016-07-01T12:01:10.395797Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/935cd42b-ef87-4aa6-9d86-3deaaa1abd22/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.35,
            "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/7971/?format=api",
            "id": 7971,
            "code": "MLH_VanBeekstraat",
            "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.922904081232073,
                    52.42935562995475,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:35:42.805538Z",
            "created": "2016-07-01T12:01:10.420169Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/769b2519-c3cf-40a9-a041-32a0e533c17c/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.35,
            "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/7972/?format=api",
            "id": 7972,
            "code": "MLH_DeGouweB",
            "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.925219966406411,
                    52.43352898581964,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:49.160606Z",
            "created": "2016-07-01T12:01:10.428043Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/072f3032-d1c7-4147-832a-2c5e81103065/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.25,
            "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/7973/?format=api",
            "id": 7973,
            "code": "MLH_DeGouwe",
            "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.924011470724891,
                    52.430626133984276,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:43.419506Z",
            "created": "2016-07-01T12:01:10.441031Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a2cc89fa-2581-4411-9c01-5fc388431143/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.25,
            "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/7974/?format=api",
            "id": 7974,
            "code": "MLH_Draaide",
            "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": [
                    5.001421879978128,
                    52.43319933377411,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:41.567532Z",
            "created": "2016-07-01T12:01:10.495625Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1a1da9bd-fad2-4718-b99b-6686a5202562/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.37,
            "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/7975/?format=api",
            "id": 7975,
            "code": "MLH_HageWeer",
            "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": [
                    5.000222653469837,
                    52.430768788361284,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:36:44.908602Z",
            "created": "2016-07-01T12:01:10.503890Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ba19c006-3b8c-4a20-9bac-abf69bf9ab6b/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.4,
            "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/7976/?format=api",
            "id": 7976,
            "code": "MLH_Parallelweg",
            "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.999962496666583,
                    52.43529765882623,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:30.838522Z",
            "created": "2016-07-01T12:01:10.519601Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/475c5e99-51d8-46bf-85f4-8e28569e1c65/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -1.28,
            "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
        }
    ]
}