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=25
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=26",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=24",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6165/?format=api",
            "id": 6165,
            "code": "KGM-Q-29222",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.740803338938086,
                    52.64228500105941,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:20.803628Z",
            "created": "2014-10-22T09:02:56.611286Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/39c8ca9e-178a-4509-9554-b8a5e8e6a879/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ca6ad808-1ad3-4017-a679-69ef8e7b6b02/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3ec806bf-14bb-4e10-84f3-2dac5529d2a6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/03a3ad2f-53cc-44cc-9fc3-3d2e96564cba/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/594181c3-c96b-486c-9a39-938e9ec3ef46/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Eendrachtspolder Noord",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 33.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6166/?format=api",
            "id": 6166,
            "code": "KGM-Q-29224",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.726461990996351,
                    52.63307874169095,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:18:21.355140Z",
            "created": "2014-10-22T09:02:56.623235Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/215394f2-99c3-4610-81e6-2895f98a24f1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/39682d87-9784-4d83-95a2-531ec489dd17/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6a122bd1-d1ec-4186-a6c9-299568d5d96c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/017549f6-80a8-4785-a5ee-da642a57770f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cbc4d154-ff82-4497-9dcc-d3062fb452c3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/36a3fdf0-3914-47d2-b76f-2b5c2d450815/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c42985b8-dec4-4a9b-8bb6-0dfe2bcf933a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/13b5c607-fdd4-4126-9aa3-a85d3c932e1c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Geestmolenpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 621.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6167/?format=api",
            "id": 6167,
            "code": "KGM-Q-29226",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.69111425281157,
                    52.49811364901767,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:27:14.860810Z",
            "created": "2014-10-22T09:02:56.633145Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7a726c25-2edb-462e-821f-8ea64abaa249/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a02afffe-46b0-4a48-abe6-61b6fa4bf2f0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a9bc2112-d468-4030-a664-b5194b84944a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/7a014fae-7a77-4b19-9c15-3a417763edee/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/467deb2a-f873-4374-94a0-617330c6c0cb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4f03c51d-09f7-49bf-b4ec-346e434e1659/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f117a469-4121-4ce0-9eb6-836e01568562/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/aa940965-3970-46b2-8507-278f988a02fa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c250bd3c-1121-4f20-a263-6ff77c3ee773/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/535196d3-f397-4598-9d3c-c707e8e21d20/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e6be8077-1b76-4401-8f5d-d84c2af5fb9b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d30c5331-e6b5-41ba-b850-26ce501eb70e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e5eab99a-7b2c-452b-bf4f-91995dc1a675/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/69412690-fbfe-42bb-98ed-94113232f63d/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "De Wadden",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 583.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6168/?format=api",
            "id": 6168,
            "code": "KGM-Q-29227",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.696127590382119,
                    52.55184434493228,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:24.259371Z",
            "created": "2014-10-22T09:02:56.642978Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/5e420c0c-c662-45c1-bac3-c9b4107b0f97/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6bf29e63-606c-4dd4-9c2f-74aa3f9b6dd3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/de1b779d-5bb6-4369-becf-d1bbbd65011c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/396ed7e1-536b-4b10-9b37-474a1c6cf789/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f434e51c-937e-4911-9f47-85714ed12b9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/94439fc4-425a-442a-84e7-fbb9eee10af2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e8ae217b-bf83-4f83-af39-a76cb4f9669c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/40a55948-41ca-441f-bf03-04bfc506fd19/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Nessepolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 50.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6169/?format=api",
            "id": 6169,
            "code": "KGM-Q-29228",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.739270304916635,
                    52.57685274605954,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:22:49.181319Z",
            "created": "2014-10-22T09:02:56.653017Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/960c9d61-c6b3-48fd-bd7e-9f6fd257f05f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c4055d4c-0d8a-4452-817a-e6d88c927de4/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Mientsloot",
            "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/6170/?format=api",
            "id": 6170,
            "code": "KGM-Q-29229",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.725630466346311,
                    52.60388707458617,
                    0.0
                ]
            },
            "last_modified": "2023-03-21T07:10:35.516812Z",
            "created": "2014-10-22T09:02:56.663002Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9c936bf1-1b06-42ac-bfb8-ecf78c1b7532/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d6b2ceb5-0dfc-4ea0-a65f-e829d4707cd2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/dab22c7a-d767-4fb3-b4b2-1f248aa9e62d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53264ff8-638a-44bf-a436-87bb5577d305/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/65a48925-841f-4939-a198-68c9158c22a1/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Heiloo Oost",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 17.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6171/?format=api",
            "id": 6171,
            "code": "KGM-Q-29230",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.764078892122275,
                    52.60711223602712,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:20:56.671393Z",
            "created": "2014-10-22T09:02:56.672843Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/ae593046-4503-48ec-a585-2d70bba80dae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2305f157-6d1e-423f-9994-db4326479968/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8d16093c-59a8-4d38-850c-4356d6a1a180/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Boekel Boekelermeerpolder",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 633.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6174/?format=api",
            "id": 6174,
            "code": "KGM-Q-29234",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.788512565242571,
                    52.94641485198505,
                    0.0
                ]
            },
            "last_modified": "2024-06-21T07:54:59.601596Z",
            "created": "2014-10-22T09:02:56.702575Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/7ae77d5b-9c60-4891-a627-da43b75b1494/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/cf01eee5-fc07-4296-96d6-88e1a866ee11/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/621551d4-8c2f-42fd-bc93-2e3da3532c44/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9909eabd-129f-49c5-8d27-49d2b1f121e0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6fba68de-6274-472a-8bc9-4e32ef7d335f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8af0333d-66e3-482a-a798-648d75089581/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0f1a90c2-45d8-4595-9ec2-149fd4514547/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/194f2415-3858-4ad4-b722-73481b55b46a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c8eb1d8b-6829-488d-a899-d5420aef77f1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fb7ba309-d4f5-410e-9284-5d75bbf9a075/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/27c2ad05-25a9-4d50-ba14-aec38d87a76b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e094d25c-661c-4ba2-b81f-223e0e6e83eb/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1ebf6feb-6166-4b8f-91e3-b22a0744f396/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f6f0c365-ee37-44ab-81aa-aa695bd66a23/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/af5b81e4-3337-413f-a811-c7eb77598ffc/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/91f68cce-21a0-4c5d-849f-3e1a576b3d5d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b75cba0e-d21b-4b03-bca1-49c65419ad15/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c29becf9-0fec-4200-ad51-6396cf7808aa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a25b81eb-23b7-4e6d-9896-bcc407a95120/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/50a93c51-fb84-4c4b-992b-d9fd86c2fc4b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/85165d35-c3c3-4391-99dd-7d000ed1d20e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/655cbae5-f216-4664-ac4c-19a6ae2b65b1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/06956a38-900d-4e7c-9be3-29b7b3ed245b/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Helsdeur",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 60000.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6175/?format=api",
            "id": 6175,
            "code": "KGM-Q-29235",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.792823702358548,
                    52.93266175299063,
                    0.0
                ]
            },
            "last_modified": "2024-08-20T07:10:19.867131Z",
            "created": "2014-10-22T09:02:56.712599Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/aecae9c9-1e18-4367-830d-bda93586f9f9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3f05aa02-3578-4c21-9124-0f106a521fae/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4b062062-c461-4670-b1e5-40fe41044ea7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/19e15b2e-6e18-44b9-8b11-e4b97afbe82c/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Oostoever",
            "start_point": null,
            "end_point": null,
            "connection_serial": null,
            "allowed_flow_direction": null,
            "capacity": 1380.0,
            "start_level": null,
            "stop_level": null,
            "start_level_delivery_side": null,
            "stop_level_delivery_side": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/6178/?format=api",
            "id": 6178,
            "code": "KGM-Q-29240",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    4.701999167238666,
                    52.64198042368498,
                    0.0
                ]
            },
            "last_modified": "2023-07-13T13:29:18.650594Z",
            "created": "2014-10-22T09:02:56.745565Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/2f589c5d-ee86-440d-b76a-b803e39b3b78/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f51945db-59ba-44c3-bedd-b5a206b8da6d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/930fea9e-7f40-49af-a42c-d547f1fd9066/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/690f008a-7abe-4ae8-9834-9bf557e0c6d9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/010e7a7e-0557-41e7-bde5-2df7d9314ac3/?format=api"
            ],
            "pumps": [],
            "type": "polder",
            "name": "Defensiegemaal",
            "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
        }
    ]
}