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/26813/?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/26813/?format=api",
    "id": 26813,
    "code": "P2000",
    "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.71403424,
            52.83843337,
            0.0
        ]
    },
    "last_modified": "2023-12-23T06:05:11.710475Z",
    "created": "2020-07-07T19:44:52.472761Z",
    "image_url": "",
    "timeseries": [
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ca4b45aa-041b-4c34-95b6-e6b7c91f27c1/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7a625da-2819-4028-a697-2b38c77197f5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3aaeb60a-9d54-4b86-b216-733e18f5e081/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4e39a8c0-9f2e-4e1f-a90a-4fe614641ea9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a58854fd-8178-4de3-9e45-ede1f2ed9bc2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/e7b98695-282f-4224-a0f8-3b7c38557dde/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/7b3f2a85-252b-4b96-8a10-0f48e1286178/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/5041de36-da0a-4e78-930e-a9d7b478704e/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ced026ca-794b-4904-9db6-7a83a6ebaed7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/8b8364c8-e2eb-435c-96e6-425d2611488c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6b81b8d9-3f85-4743-9321-bcb8a7248328/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/34538352-06cf-480a-ab24-2afaabeae2b2/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b4b37bf3-e514-4bba-9f99-67fd71c6d55f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a895c51e-6952-41b5-bfb5-4f3d2641d585/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1b0c011e-01a7-4c73-9d37-85a77e9a5cb7/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ff6623f7-0b7f-410a-b8bd-cdc6276afc5c/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ec6d0366-58f2-4cef-ba21-077edc4eeda4/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/183eb2a3-edd0-47fd-a41b-4abd5d281698/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/9b586e9b-10f8-4303-814a-ff160131dd4d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/ace7489c-229d-4c03-a3c1-f3bbf5708826/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/2ded4918-f2de-4234-8c87-3b6af6a53ee5/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/3c0648dc-643a-4759-87a5-5f366982bbfe/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/b822c9be-5fbf-439b-ae4e-3b3f4ff6ee45/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/455a565a-ede6-48da-bbad-c5fc1d31c156/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c249b8c0-251b-4de1-aed5-aea21111c250/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/c673e005-b2c0-4b59-800e-ffd3f8e96b77/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/f7645571-29f1-445a-9512-a353c3f952c3/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/d2f5f3d2-0ced-499b-bd82-41b163b77ee9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6eb51be3-5d28-42f8-989d-0d9e2afb8660/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/1fd99124-c956-4664-8fe9-3cffb3003bbc/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a99e31a1-aaa7-4458-a90d-819f83bf0ee9/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/6142d938-613e-4147-9750-fc33c6be3927/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/24e20e54-8fa4-4053-b541-72d0ce38c57f/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/a120f6af-5a88-4243-806c-4169173ea02d/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/4770f242-1b51-461b-83bf-6a9f79833a10/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/0c273760-d520-4e04-a593-cc881ee4dc28/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/98992380-d7bd-4716-966e-158881f5c439/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/cb53ad34-b456-416b-9f5c-26ec0f0ba805/?format=api",
        "https://zuiderzeeland.lizard.net/api/v4/timeseries/08148c8f-90e1-4e43-9ce1-dc8df0592848/?format=api"
    ],
    "pumps": [],
    "type": "under",
    "name": "Opvoerpomp Buma",
    "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
}