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

{
    "count": 40,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/sluices/?page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/sluices/62/",
            "id": 62,
            "code": "KSL-Q-34180",
            "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.787232582141819,
                    52.946927458587,
                    0.0
                ]
            },
            "last_modified": "2022-01-18T07:25:30.984565Z",
            "created": "2020-12-11T07:10:12.645480Z",
            "image_url": "",
            "timeseries": [],
            "name": "Koopvaarderschutsluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/63/",
            "id": 63,
            "code": "KSL-J-149",
            "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.293362339901151,
                    52.7000848603374,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:00.093256Z",
            "created": "2020-12-11T07:10:12.721493Z",
            "image_url": "",
            "timeseries": [],
            "name": "Sassluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/64/",
            "id": 64,
            "code": "KSL-Q-34166",
            "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.01731550337133,
                    52.5947533999094,
                    0.0
                ]
            },
            "last_modified": "2025-01-20T07:10:00.392600Z",
            "created": "2020-12-11T07:10:12.797192Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5b8d2953-e2ea-4cc1-a724-90524210ae85/",
                "https://demo.lizard.net/api/v4/timeseries/f20afd98-7b94-4d98-a3ef-070e30a941a1/",
                "https://demo.lizard.net/api/v4/timeseries/bc32bc73-b1e3-4dbb-8a3f-63e1c5a02f5a/",
                "https://demo.lizard.net/api/v4/timeseries/459d54d8-9bf5-40f5-8c82-2e19e576e65b/"
            ],
            "name": "Zuidersluis te Schardam"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/65/",
            "id": 65,
            "code": "SL2970",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.758071098814415,
                    52.579070789290135,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:04.435396Z",
            "created": "2021-12-21T10:34:08.371973Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ffe215d7-d9e6-45cf-90e3-194b8decf381/",
                "https://demo.lizard.net/api/v4/timeseries/034e0837-198e-4fa7-a5fa-2f23e105ba22/"
            ],
            "name": "Ketelsluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/66/",
            "id": 66,
            "code": "SL2950",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.222567439329502,
                    52.417543324457434,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:17.200685Z",
            "created": "2021-12-21T10:36:58.172323Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f8f30e1d-dda0-409b-9df5-8cb6ba9dcd4b/",
                "https://demo.lizard.net/api/v4/timeseries/c2c73081-d840-4039-9954-52b1a08a068e/",
                "https://demo.lizard.net/api/v4/timeseries/ac9d7b49-c994-4f51-a475-40fb9e420f64/",
                "https://demo.lizard.net/api/v4/timeseries/a1fff30f-9bdf-4483-a34d-266fb075f84c/"
            ],
            "name": "Zuidersluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/67/",
            "id": 67,
            "code": "SL2920",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.419466878496609,
                    52.50290393169764,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:18.407878Z",
            "created": "2021-12-21T10:37:12.399995Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5d245ee3-b588-4a13-902b-bd1ddf4e0e57/",
                "https://demo.lizard.net/api/v4/timeseries/6634efbf-989e-43ec-b64a-e9e92c327863/",
                "https://demo.lizard.net/api/v4/timeseries/665a46f5-bc4c-43ed-8489-98cd89acebeb/"
            ],
            "name": "Noordersluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/68/",
            "id": 68,
            "code": "SL2980",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.930512065132151,
                    52.66857134284525,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:45.458726Z",
            "created": "2021-12-21T10:44:37.679061Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/095776fc-6e02-4063-8fd4-c5ebdbc4ece6/",
                "https://demo.lizard.net/api/v4/timeseries/9f2fa93f-a733-4867-995b-d6cc5f6ead3a/",
                "https://demo.lizard.net/api/v4/timeseries/1701c395-5cf3-41bb-9f7d-d3a99ae7855c/"
            ],
            "name": "Voorstersluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/69/",
            "id": 69,
            "code": "SL2940",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.713639028884858,
                    52.83779494534336,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:22:53.180291Z",
            "created": "2021-12-21T10:55:38.110832Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/0ecac56a-bb8c-40f8-8783-85d687993088/",
                "https://demo.lizard.net/api/v4/timeseries/d9f5b16a-689c-4d09-8943-a25c206af352/",
                "https://demo.lizard.net/api/v4/timeseries/a7f8cc5c-e50b-4186-9f30-4b3afff19e19/"
            ],
            "name": "Friesesluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/70/",
            "id": 70,
            "code": "SL2910",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.603264845556975,
                    52.657833637219866,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:23:09.314630Z",
            "created": "2021-12-21T11:00:15.923051Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/330df9a3-1fb4-402a-a87e-9889b093db2f/",
                "https://demo.lizard.net/api/v4/timeseries/3b2559fc-42ee-42bd-a635-feb8f051115d/",
                "https://demo.lizard.net/api/v4/timeseries/7933919d-1e78-475e-90d6-4ee32a1b17a7/"
            ],
            "name": "Urkersluis"
        },
        {
            "url": "https://demo.lizard.net/api/v4/sluices/71/",
            "id": 71,
            "code": "SL2960",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.614401611188958,
                    52.37068155576928,
                    0.0
                ]
            },
            "last_modified": "2021-12-21T14:23:21.687958Z",
            "created": "2021-12-21T11:02:45.253731Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4aa92e20-b158-4cf1-a584-af1cc2888d74/",
                "https://demo.lizard.net/api/v4/timeseries/311d0f43-6583-4ad5-a5e5-bc8357a45136/",
                "https://demo.lizard.net/api/v4/timeseries/666f664c-cf64-4090-8e85-3d8ca2d9b37e/"
            ],
            "name": "de Blauwe Dromer"
        }
    ]
}