List assets of type Sluice

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

{
    "count": 40,
    "next": "https://demo.lizard.net/api/v4/sluices/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/sluices/1/?format=api",
            "id": 1,
            "code": "KSL-Q-34173",
            "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.876792617096533,
                    52.63446980395479,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:27:35.357981Z",
            "created": "2016-06-14T14:47:04.440865Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5a99dd1a-282a-40a3-a13a-322fc1f8f477/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/79d1ffe5-662c-45c8-826f-c79a470399c9/?format=api"
            ],
            "name": "Schutsluis Rustenburg"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/2/?format=api",
            "id": 2,
            "code": "KSL-Q-34164",
            "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.019311244850572,
                    52.60183340311195,
                    0.0
                ]
            },
            "last_modified": "2024-05-03T07:10:16.571774Z",
            "created": "2016-06-14T14:47:04.503972Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f4ad3711-423d-49f3-98ff-a4f7ec09377a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/74a2f530-b486-47c5-80b6-c04c6158a293/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c00ad997-5554-4a24-8dd7-d4cb2cd6a15f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2a6fc5cb-3db3-41b8-846d-860850c5b7f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d4db865d-043f-4ccf-8e45-54708782d76c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3e585625-512f-4162-a14e-d46ea0d1dd82/?format=api"
            ],
            "name": "Hornsluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/4/?format=api",
            "id": 4,
            "code": "KSL-Q-34167",
            "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.069779090671187,
                    52.51602756442558,
                    0.0
                ]
            },
            "last_modified": "2024-05-03T07:10:16.770956Z",
            "created": "2016-06-14T14:47:04.546063Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fda291f0-ed9c-4561-9744-c2a406741378/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/14864956-42b4-45a4-9cb7-877d62137c26/?format=api"
            ],
            "name": "Zeesluis Edam"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/5/?format=api",
            "id": 5,
            "code": "KSL-Q-34181",
            "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.792722633386253,
                    52.93265889836772,
                    0.0
                ]
            },
            "last_modified": "2019-06-25T07:27:06.474721Z",
            "created": "2016-06-14T14:47:04.576121Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1648fd7c-9a43-4f14-bcd0-c5f1426c705a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d2e78b91-7b04-4777-9c44-ac5d3e4c82f5/?format=api"
            ],
            "name": "Oostoever spuisluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/6/?format=api",
            "id": 6,
            "code": "KSL-Q-34165",
            "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.017339118861199,
                    52.59503274185718,
                    0.0
                ]
            },
            "last_modified": "2024-05-03T07:10:16.639106Z",
            "created": "2016-06-14T14:47:04.612543Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/8ad3009a-fdba-4ec8-8815-938ccf7ac5ef/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/bddc5269-07da-486b-93f1-38d5c3bae794/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a62d469d-ca9e-433d-a8c2-5c3a29e917a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c706bcbc-ab33-41f2-bcd7-ed4ef4ef0f5a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ffa28686-b382-43bc-b4c7-31d01fb227f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b60077b1-b04c-462e-8bcc-a3e4c5a90925/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/88abb28d-ffeb-426a-a517-7b167eb6ed9d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/00dcba5c-2f5e-4d04-8fd6-20c5ab6b3ebd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8a8ec14-61bc-418d-87a3-024be17f8f64/?format=api"
            ],
            "name": "Noordersluis te Schardam"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/8/?format=api",
            "id": 8,
            "code": "KDU-B-848",
            "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.034322205101024,
                    52.463742489955614,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:24.101513Z",
            "created": "2016-06-14T14:47:04.660470Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/121bed74-a912-4ec1-a776-4cfff7493577/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb9519a3-5951-4c9f-abcc-0cd649530566/?format=api"
            ],
            "name": "Monnickendam"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/9/?format=api",
            "id": 9,
            "code": "KSL-Q-34187",
            "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.754510030895358,
                    52.44009139121615,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:26:30.111502Z",
            "created": "2016-06-14T14:47:04.690060Z",
            "image_url": "",
            "timeseries": [],
            "name": "Spuisluis Nauerna"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/10/?format=api",
            "id": 10,
            "code": "KSL-Q-8161",
            "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.899738189335651,
                    52.43349790130868,
                    0.0
                ]
            },
            "last_modified": "2024-05-03T07:10:16.974348Z",
            "created": "2016-06-14T14:47:04.712066Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7f93c170-768a-48aa-886a-2004d3b4c25a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1c381f4b-238d-4a69-9cd2-60da7df72581/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0ea69901-1fae-465e-8efe-debb760a4f38/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b126ab72-b636-48b4-9d54-31e48907374b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/98704973-5ebc-4acb-b804-b982e79d2173/?format=api"
            ],
            "name": "Luyendijksluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/11/?format=api",
            "id": 11,
            "code": "KSL-Q-34158",
            "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.881922374498843,
                    52.79735494256759,
                    0.0
                ]
            },
            "last_modified": "2024-05-03T07:10:16.466444Z",
            "created": "2016-06-14T15:23:38.091704Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/303243d9-be8d-4ed5-ae79-aec3262aff02/?format=api"
            ],
            "name": "Molenkolksluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/32/?format=api",
            "id": 32,
            "code": "KST-N-1103",
            "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.739318212034101,
                    52.93110893625941,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:25:45.133326Z",
            "created": "2018-06-26T03:43:10.141257Z",
            "image_url": "",
            "timeseries": [],
            "name": "Mariendal [vispassage]"
        }
    ]
}