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

{
    "count": 3136,
    "next": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=302",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=300",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29074/?format=api",
            "id": 29074,
            "code": "RG184",
            "organisation": {
                "url": "https://demo.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.519463332251878,
                    52.325874277779505,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:26.665953Z",
            "created": "2021-12-21T10:24:37.734342Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1ed02bdd-e709-46e7-8753-1510dce85fe8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7752f1af-9f6e-40f7-a73e-d23261ef63a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eefc9f18-46f5-4d19-a60f-aebcec08c59b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7b18216a-2ee4-4fe6-9496-9637480dd6bf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d28d8480-a74a-4bab-bf76-6d278888aa37/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/22c506e5-f8f4-4ee1-9ea9-31f01ad984ad/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ea7ab3a7-604b-4a11-8e82-debe057ca02e/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Korfbal",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29075/?format=api",
            "id": 29075,
            "code": "RG169",
            "organisation": {
                "url": "https://demo.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.498085154447265,
                    52.35638770337075,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:23.575701Z",
            "created": "2021-12-21T10:24:43.930720Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/f8b0fdb9-1751-46a4-bf97-b6995989dc65/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e0b50f32-a3c1-407a-bc3d-af4697388882/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c37764a0-8a66-4c36-aef5-b19abbcdd841/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fc3dc301-5c3b-4637-b7dd-8011d886d74a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e7cfa3cf-f2ae-465d-9469-c7dfccdb7359/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8daac920-dfed-4acc-84c0-50c053c1590e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32032724-d44b-46c7-8ee3-73c42af0d2db/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1258f36a-5684-4821-9142-50cdf9a57d1d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1f661a05-ba61-4d97-9b9e-3836e4d1c0ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8f898fcd-295d-4252-aeb7-379171997861/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/409fee99-01f7-467d-afb5-306dce62076c/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Trekkersveld - 1",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29076/?format=api",
            "id": 29076,
            "code": "RG180",
            "organisation": {
                "url": "https://demo.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.530413383675789,
                    52.32218915271473,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:25.540046Z",
            "created": "2021-12-21T10:24:53.414064Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/20268e66-84f1-4439-ad51-6e715ffa4947/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/35cf16df-bebc-42bf-af35-9b815e0fa15c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0680e1e4-642f-4a17-886d-637c0f77f37c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8caa6b14-2470-469a-9eed-cda2d788d694/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b1d3356c-6119-43ed-83fe-a5462f6ca1a1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b086a3c8-7bf9-4039-9a57-4a5d65714b07/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0f70cecd-a38f-442f-856d-82fb6c450e5b/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Manege",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29077/?format=api",
            "id": 29077,
            "code": "RG197",
            "organisation": {
                "url": "https://demo.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.520176679397005,
                    52.3465693131014,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:28.619786Z",
            "created": "2021-12-21T10:25:00.225717Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/453c2f14-7ab5-4d48-a27d-e99a21fded47/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/52d24dc5-5820-4f30-bcbd-29c493aa4fda/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c48b75ec-360f-474a-839f-f75ff7031af2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6dbe680d-fda7-4df4-9189-0019853a58df/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0823dee4-f646-49d7-9e4a-cae21dd7c355/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/386af29d-6ffd-4d7c-a0de-fb401dfbdcd9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8a1e983f-6158-4e8a-88a9-c6b3538367a2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/12d5fcc4-1a84-4f19-8c99-cc0d46b0b6ba/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Noordcluster",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29078/?format=api",
            "id": 29078,
            "code": "RG181",
            "organisation": {
                "url": "https://demo.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.548455476091513,
                    52.32529810707336,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:25.792437Z",
            "created": "2021-12-21T10:25:08.082918Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/901c46ab-8f6c-432a-88bb-10ff19b84441/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ccaeaa5d-19f0-434c-b782-23d065a7a2f6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4813b19f-2a0d-4cd4-86a5-7f0949aa01b3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/44dfe8cc-3267-48be-af0d-88e33f84d99d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6ed36801-d2a4-4e22-b6fd-f53e6dfadba9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/60f0df61-5b7f-4216-8ae9-b412199f3c1b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f85b2877-8dbd-43e9-86c2-680cded23f8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/949b5c93-af43-48e5-8d06-aeb4cf744f60/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Surfclub",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29079/?format=api",
            "id": 29079,
            "code": "RG190",
            "organisation": {
                "url": "https://demo.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.524021728670832,
                    52.340879351694454,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:28.061192Z",
            "created": "2021-12-21T10:25:15.923510Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9ffb1b66-86df-4a9a-bdc1-170bbea71059/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9bdcf223-778f-42b4-b057-9585daf29819/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0723f2fb-44a8-42b5-992e-6318d8469d92/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1cfed713-b7e1-41a6-9cb9-e21091c2124c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/34619ade-1eb3-4d0a-b9de-a52bbdf0d5b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/36e51ac0-93ad-4afb-94eb-0cdceae2e8c6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/deaee4e1-1680-49f9-97e2-7cdb7a0ef5a7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/26d01357-951c-4a9e-9500-fc4b6137f196/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1f4d780e-a390-4d2a-9642-215585fb232d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/360200dd-7b82-4601-8fd2-386826f7910c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/100f107d-138b-4407-99cd-be6a66ea500d/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Horsterveld",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29080/?format=api",
            "id": 29080,
            "code": "RG187",
            "organisation": {
                "url": "https://demo.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.528908701254229,
                    52.30664228294815,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:27.820498Z",
            "created": "2021-12-21T10:25:25.003762Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4e2eed2c-8fb7-4c4c-9bc7-cadc18d7b1c0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f999819a-5c7a-4d33-b436-0ca3fe5ebbc2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d23de47a-4145-443e-b81c-cf5faed02715/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/86ae3d8c-9525-4432-a685-db5bae07a257/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1bdecbc7-4fba-4816-b783-e959c8f4f0ee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3cdfe02a-2712-4fa0-8cd8-8a0b73a119ea/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1e73e7cf-9c4f-4cf0-8f26-ac177a795ead/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal De Bosschuur",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29081/?format=api",
            "id": 29081,
            "code": "RG196",
            "organisation": {
                "url": "https://demo.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.516181350286001,
                    52.36399980713888,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:12:28.833473Z",
            "created": "2021-12-21T10:25:31.072625Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/4a851db9-36ef-4a94-a0f2-023b099ee3f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0d505aca-729b-436f-8f95-85f01712d28c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/949d3448-0f1e-47ea-9661-ee8edf72ba40/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0e2bf010-8ecc-4b64-9e49-5aa61ac549ec/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/eb0eeb5c-be08-4a45-847e-e2dfe4cdcbcf/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9147b12a-7620-45c3-9022-2d6718795669/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe0ddcce-40fc-4992-882d-75221ce33588/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/93200c8c-7a6e-40b7-aa26-1555e93a237f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54accaf2-b99d-4730-9a1d-6c70514a5f24/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal RWA Trekkersveld - 3",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29082/?format=api",
            "id": 29082,
            "code": "RG151",
            "organisation": {
                "url": "https://demo.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.520345677968033,
                    52.3490883522187,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:22.124173Z",
            "created": "2021-12-21T10:25:37.552001Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/18bab838-b924-440d-8193-5fc1da79d984/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c09274ae-3edc-4bfe-942b-5ea9781cb24b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46a716ea-2392-44bb-87c5-72b9ae8b6b39/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/47f75495-572c-4116-a634-838dba22103b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe28427d-d133-4dcb-ae93-f3f68daf24fe/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/70c246c1-0f77-4a66-9362-6fd57ccb397e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c19024f3-84ab-4e5a-ab18-82391a132594/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f9254982-3109-44f5-a442-f9a64c128156/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c157c9b2-17c9-4c94-b5f4-a0308866410b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/58d1b4a5-2a8a-4dfc-8931-f0bb5b7ef86f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9c616cb9-91c8-43d3-ba0f-bd76bd047af1/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Vestingsveld",
            "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
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/29083/?format=api",
            "id": 29083,
            "code": "RG183",
            "organisation": {
                "url": "https://demo.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.610735027000684,
                    52.36600600207412,
                    0.0
                ]
            },
            "last_modified": "2023-12-20T11:33:26.359870Z",
            "created": "2021-12-21T10:25:49.282536Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2b8b1497-c5c0-4019-b739-c062ed81da9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a58addee-b266-430f-bbe9-b01624c9cfc6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/545a6d45-9230-42c2-9718-e5d3e6cb6813/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/37285680-5552-4a34-a118-4e4e3c507e64/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6f8ebe70-f2be-4116-a98b-88cb07a83409/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cfe772ff-b40e-4124-866f-ca9cd7835cda/?format=api"
            ],
            "pumps": [],
            "type": "other",
            "name": "Rioolgemaal Harderhaven",
            "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
        }
    ]
}