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/27559/?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/27559/?format=api",
    "id": 27559,
    "code": "H4610",
    "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.95360645,
            52.69141179,
            0.0
        ]
    },
    "last_modified": "2023-12-23T06:11:37.739729Z",
    "created": "2021-02-19T04:49:56.244082Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/05a5e70e-5587-4cec-8a10-c057ed651254/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/560d48ed-e785-4d93-a8f3-fa79c3f6f5a9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d55149e1-5e39-42d5-a64e-6552616ddade/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e266b05e-fe08-40fd-916f-c30b9b7372d5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/68efad9c-c325-44cc-9612-3106843cbd3b/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b5913027-34dc-4520-8d3d-c53c3d91debb/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/287d4b43-d98b-40e3-a5d6-c6d0c3ff6531/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e44c7859-702c-43f1-af55-a15ea0bb33e2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/08c6070d-573f-4a7d-bf63-abe73ad987a6/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/55ba3b46-e82b-41cf-b9b0-4f5e3feb7e02/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e8f50111-6b2a-43d8-9fd5-6f6582a56706/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3b94dbf5-c4bf-48c1-b395-c36fadc35388/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7d6877a5-05df-4d91-ad24-3c361a39a74a/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f6987307-b642-4450-adb2-f5bdaf4c426d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/609ff02e-acad-49e7-bfbb-cc301453b2e3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e9802712-b1c3-4aa9-84a6-707e07cf9ec0/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ca7767dd-1fcc-4e80-936b-ccc35a32df49/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/de67336e-1a6b-48d6-9ae9-320a4d16e9a2/?format=api"
    ],
    "pumps": [],
    "type": "other",
    "name": "Hevel  Ettenlandseweg",
    "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
}