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

{
    "count": 40,
    "next": "https://demo.lizard.net/api/v4/sluices/?page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/sluices/1/",
            "id": 1,
            "code": "KSL-Q-34173",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.876792617096533,
                    52.63446980395479,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:35.784492Z",
            "created": "2016-06-14T14:47:04.440865Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/13a6d610-b447-49d2-bc19-42257dae626d/",
                "https://demo.lizard.net/api/v4/timeseries/5a99dd1a-282a-40a3-a13a-322fc1f8f477/",
                "https://demo.lizard.net/api/v4/timeseries/79d1ffe5-662c-45c8-826f-c79a470399c9/"
            ],
            "name": "Schutsluis Rustenburg"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/2/",
            "id": 2,
            "code": "KSL-Q-34164",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.019311244850572,
                    52.60183340311195,
                    0.0
                ]
            },
            "last_modified": "2024-12-05T07:10:00.223911Z",
            "created": "2016-06-14T14:47:04.503972Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/54507e84-ac0a-473e-bff2-ca3f07ae432e/",
                "https://demo.lizard.net/api/v4/timeseries/b32fc9e6-286c-4e17-82b1-f4da68aa2256/",
                "https://demo.lizard.net/api/v4/timeseries/f4ad3711-423d-49f3-98ff-a4f7ec09377a/",
                "https://demo.lizard.net/api/v4/timeseries/74a2f530-b486-47c5-80b6-c04c6158a293/",
                "https://demo.lizard.net/api/v4/timeseries/c00ad997-5554-4a24-8dd7-d4cb2cd6a15f/",
                "https://demo.lizard.net/api/v4/timeseries/2a6fc5cb-3db3-41b8-846d-860850c5b7f6/",
                "https://demo.lizard.net/api/v4/timeseries/d4db865d-043f-4ccf-8e45-54708782d76c/",
                "https://demo.lizard.net/api/v4/timeseries/3e585625-512f-4162-a14e-d46ea0d1dd82/"
            ],
            "name": "Hornsluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/4/",
            "id": 4,
            "code": "KSL-Q-34167",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.069779090671187,
                    52.51602756442558,
                    0.0
                ]
            },
            "last_modified": "2024-12-05T07:10:00.401848Z",
            "created": "2016-06-14T14:47:04.546063Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/678129d8-0e87-455f-9da3-700b64b967c5/",
                "https://demo.lizard.net/api/v4/timeseries/4e7f6d78-01e5-458d-aed5-5b596de44169/",
                "https://demo.lizard.net/api/v4/timeseries/fda291f0-ed9c-4561-9744-c2a406741378/",
                "https://demo.lizard.net/api/v4/timeseries/14864956-42b4-45a4-9cb7-877d62137c26/"
            ],
            "name": "Zeesluis Edam"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/5/",
            "id": 5,
            "code": "KSL-Q-34181",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "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/",
                "https://demo.lizard.net/api/v4/timeseries/d2e78b91-7b04-4777-9c44-ac5d3e4c82f5/"
            ],
            "name": "Oostoever spuisluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/6/",
            "id": 6,
            "code": "KSL-Q-34165",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.017339118861199,
                    52.59503274185718,
                    0.0
                ]
            },
            "last_modified": "2024-12-05T07:10:00.297968Z",
            "created": "2016-06-14T14:47:04.612543Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/80dfbc89-faea-42b6-a9e1-90defc089672/",
                "https://demo.lizard.net/api/v4/timeseries/425d7377-b0e1-4282-8846-971de4071782/",
                "https://demo.lizard.net/api/v4/timeseries/8ad3009a-fdba-4ec8-8815-938ccf7ac5ef/",
                "https://demo.lizard.net/api/v4/timeseries/bddc5269-07da-486b-93f1-38d5c3bae794/",
                "https://demo.lizard.net/api/v4/timeseries/a62d469d-ca9e-433d-a8c2-5c3a29e917a6/",
                "https://demo.lizard.net/api/v4/timeseries/c706bcbc-ab33-41f2-bcd7-ed4ef4ef0f5a/",
                "https://demo.lizard.net/api/v4/timeseries/ffa28686-b382-43bc-b4c7-31d01fb227f6/",
                "https://demo.lizard.net/api/v4/timeseries/b60077b1-b04c-462e-8bcc-a3e4c5a90925/",
                "https://demo.lizard.net/api/v4/timeseries/88abb28d-ffeb-426a-a517-7b167eb6ed9d/",
                "https://demo.lizard.net/api/v4/timeseries/00dcba5c-2f5e-4d04-8fd6-20c5ab6b3ebd/",
                "https://demo.lizard.net/api/v4/timeseries/c8a8ec14-61bc-418d-87a3-024be17f8f64/"
            ],
            "name": "Noordersluis te Schardam"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/8/",
            "id": 8,
            "code": "KDU-B-848",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "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/",
                "https://demo.lizard.net/api/v4/timeseries/eb9519a3-5951-4c9f-abcc-0cd649530566/"
            ],
            "name": "Monnickendam"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/9/",
            "id": 9,
            "code": "KSL-Q-34187",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.754510030895358,
                    52.44009139121615,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:55:17.731308Z",
            "created": "2016-06-14T14:47:04.690060Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/d25f509a-4646-4372-b4e4-5cc401b711e9/",
                "https://demo.lizard.net/api/v4/timeseries/ac406212-9b4e-4377-b204-89741642e1b1/"
            ],
            "name": "Spuisluis Nauerna"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/10/",
            "id": 10,
            "code": "KSL-Q-8161",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.899738189335651,
                    52.43349790130868,
                    0.0
                ]
            },
            "last_modified": "2024-12-05T07:10:00.605855Z",
            "created": "2016-06-14T14:47:04.712066Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7f93c170-768a-48aa-886a-2004d3b4c25a/",
                "https://demo.lizard.net/api/v4/timeseries/1c381f4b-238d-4a69-9cd2-60da7df72581/",
                "https://demo.lizard.net/api/v4/timeseries/0ea69901-1fae-465e-8efe-debb760a4f38/",
                "https://demo.lizard.net/api/v4/timeseries/b126ab72-b636-48b4-9d54-31e48907374b/",
                "https://demo.lizard.net/api/v4/timeseries/98704973-5ebc-4acb-b804-b982e79d2173/"
            ],
            "name": "Luyendijksluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/11/",
            "id": 11,
            "code": "KSL-Q-34158",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.881922374498843,
                    52.79735494256759,
                    0.0
                ]
            },
            "last_modified": "2024-12-05T07:10:00.113489Z",
            "created": "2016-06-14T15:23:38.091704Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4a9b82a6-7487-4217-9734-6e0fe3219912/",
                "https://demo.lizard.net/api/v4/timeseries/06a04495-4d39-4322-82e4-c7280638488a/",
                "https://demo.lizard.net/api/v4/timeseries/303243d9-be8d-4ed5-ae79-aec3262aff02/"
            ],
            "name": "Molenkolksluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/32/",
            "id": 32,
            "code": "KST-N-1103",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/",
                "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]"
        }
    ]
}