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=51
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=52",
    "previous": "https://demo.lizard.net/api/v4/overflows/?format=api&page=50",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/overflows/8007/?format=api",
            "id": 8007,
            "code": "MLH_Wilgenkade",
            "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.780393428047678,
                    52.49254472894218,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:35:55.978093Z",
            "created": "2016-07-01T12:01:11.187180Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/492ecf35-8bd8-49fd-8d1f-6c54e5fa7da2/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.9,
            "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/8008/?format=api",
            "id": 8008,
            "code": "MLH_Tulpstraat",
            "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.791660288090501,
                    52.49562164238243,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:27.947522Z",
            "created": "2016-07-01T12:01:11.220366Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/c7d1a20d-e0ef-4a56-8003-cb30e1cc27d7/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.87,
            "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/8009/?format=api",
            "id": 8009,
            "code": "MLH_Begoniastraat",
            "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.786801312047977,
                    52.496675655609394,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:13.408870Z",
            "created": "2016-07-01T12:01:11.228952Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2ce964bc-11c9-4fa8-88da-a5f910834452/?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/8010/?format=api",
            "id": 8010,
            "code": "MLH_WilgenkadeA",
            "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.78637893165706,
                    52.49199999247403,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:35:57.207065Z",
            "created": "2016-07-01T12:01:11.239738Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2d860319-6759-4447-885b-655d0fe86c9f/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.9,
            "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/8011/?format=api",
            "id": 8011,
            "code": "MLH_WilgenkadeB",
            "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.782542914733479,
                    52.49256469237377,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:07.904612Z",
            "created": "2016-07-01T12:01:11.247556Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8b13d69f-e80d-43a0-a368-41c3f9df71f6/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.92,
            "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/8012/?format=api",
            "id": 8012,
            "code": "MLH_KrommenieerwegA",
            "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.783149594660808,
                    52.495578612589085,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:12.568084Z",
            "created": "2016-07-01T12:01:11.258317Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/72a1a08b-4fe3-403e-a146-a56f95f1ac97/?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/8013/?format=api",
            "id": 8013,
            "code": "MLH_Westerstraat",
            "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.784670902239678,
                    52.49740183309479,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:24.473327Z",
            "created": "2016-07-01T12:01:11.265815Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d5eb4df0-bd3c-4f19-994e-bdb954288797/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.819,
            "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/8015/?format=api",
            "id": 8015,
            "code": "MLH_IndustriewegA",
            "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.776861086573983,
                    52.49776635052408,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:38:08.464322Z",
            "created": "2016-07-01T12:01:11.299012Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9eadb28b-f28b-478c-8cff-94ef41e3c12d/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.889,
            "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/8016/?format=api",
            "id": 8016,
            "code": "MLH_WestknollendamA",
            "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.786171595348631,
                    52.51807175618545,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:39:29.460527Z",
            "created": "2016-07-01T12:01:11.307227Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/619a7dbe-d1ec-4c07-9731-6340d9a06b7d/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.38,
            "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/8017/?format=api",
            "id": 8017,
            "code": "MLH_HavenstraatB",
            "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.830051244193288,
                    52.43004604178626,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:37:42.663313Z",
            "created": "2016-07-01T12:01:11.325010Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/834662be-ef1a-4551-aaca-19b03ff6932a/?format=api"
            ],
            "name": "",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "angle": null,
            "crest_width": null,
            "crest_level": -0.02,
            "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
        }
    ]
}