List assets of type PumpStation

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

{
    "url": "https://zuiderzeeland.lizard.net/api/v4/pumpstations/26824/?format=api",
    "id": 26824,
    "code": "OP3160",
    "organisation": {
        "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
        "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
        "name": "Zuiderzeeland"
    },
    "geometry": {
        "type": "Point",
        "coordinates": [
            5.67891109,
            52.68452995,
            0.0
        ]
    },
    "last_modified": "2023-12-23T06:05:59.089283Z",
    "created": "2020-07-07T19:44:52.895757Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a216dcc2-00f0-4804-a7db-7e0adf22af68/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb20061e-d7c3-405c-840f-87c3abcf6ea3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/442ae976-1690-4e98-b231-db97c68f8939/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/76770235-cd0b-4634-9b94-8a8f9e13e289/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/966edbad-d709-4327-843a-ccddcfc1c5c9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/11567965-f43a-4f75-bb87-34758b042469/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1f17cd68-5be2-4e85-b390-d0a6948c12b7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/01838a75-84fe-418e-9c53-f39ca67bc3ab/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/160b2623-f1a2-490e-82bb-89630410ef29/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f7aaedf6-e2c9-44f3-81dd-63ff0d8b8f7d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5a392fe0-9e71-4aad-b2b2-5e33d177d862/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/dccf89b1-0940-4379-8318-c52573994ae4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3334c9ca-408e-427d-9725-ae4edd7c414f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a3c89042-adc5-47d4-b885-2efef0d8b420/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b92cac6-adae-43f3-9be8-a8c78e6f30d9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d19a4b82-fbf5-4a1f-b0bf-fa4f09e52dab/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c4ab6913-33a6-40a9-ba56-a458f5a9eeba/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f5320a69-668f-4737-8960-5d63814738fd/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/37f6ca39-8155-497a-a16b-ac671d54c3af/?format=api"
    ],
    "pumps": [],
    "type": "under",
    "name": "Opvoerpomp IJsvogel",
    "start_point": null,
    "end_point": null,
    "connection_serial": null,
    "allowed_flow_direction": null,
    "capacity": null,
    "start_level": null,
    "stop_level": null,
    "start_level_delivery_side": null,
    "stop_level_delivery_side": null
}