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=294
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=295",
    "previous": "https://demo.lizard.net/api/v4/pumpstations/?format=api&page=293",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pumpstations/26846/?format=api",
            "id": 26846,
            "code": "OP2001",
            "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.72103862,
                    52.7159601,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:08:49.259753Z",
            "created": "2020-07-07T19:44:53.763739Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/964ac700-81a3-4188-91d3-21e33e01aa78/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b5c804cf-9e90-46bc-a7a2-539e5543e76f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/efbf35ac-36a8-4992-b341-5a1280b9b22b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/50924faa-53d8-4214-b391-8c3249b43202/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54dd0e43-0083-4f46-b7d2-254d173f2bc8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/4a4eb7bc-7a95-4c16-8f6a-3c98b0c63a10/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/938b054e-a0ce-4c8d-9e4c-d68537f8146e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/1146a397-a4bd-47ee-ab8e-b8f3941fcc17/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Wijkpark west",
            "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/26847/?format=api",
            "id": 26847,
            "code": "OP3120",
            "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.67549862,
                    52.82509393,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:09:33.308158Z",
            "created": "2020-07-07T19:44:53.801507Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9aa076e3-8c73-4615-a0a4-0c37f5638caa/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a73c2ee7-8fba-4669-8b97-308992d6ba88/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fdaaa98f-ec0b-4f77-9753-9c937df6990e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2dd2eb05-00d1-4b48-8c9e-122cc22fa995/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/be6169c8-fee6-4b1f-be9a-d51a94e14b3a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/063d6b80-d9e3-4d2c-a7ff-27faa68f80a5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/32b03c41-75b3-4b22-8599-7bc9b28e97f8/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Noordermeerweg",
            "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/26848/?format=api",
            "id": 26848,
            "code": "OP2501",
            "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.46986186,
                    52.54377933,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:09:39.877604Z",
            "created": "2020-07-07T19:44:53.839392Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/9a57b97f-25a7-4ee0-9c66-dff595713219/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e79c7ea3-e06d-4686-a30c-d75d15133c40/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5f9abce6-89d2-4ade-b299-9799031bebd1/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/543d2d04-e1f5-430e-a6e9-24c16cbf9047/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6b7be499-f0b5-4bee-b217-609c094ac969/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/596c5b77-f0bd-4a57-9ce2-dbed467ea09a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/98b10259-e4ef-41f9-a640-e0df0f481b6b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/110f6dc1-389e-4508-a34e-255ab15ec613/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2233d7f0-0b41-45d9-9578-cf5ae776f2e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a811dc24-550f-481d-8311-8973a7eb47ea/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Zuigerplas",
            "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/26849/?format=api",
            "id": 26849,
            "code": "OP2601",
            "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.23879979,
                    52.38667772,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:09:13.975856Z",
            "created": "2020-07-07T19:44:53.878384Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/1d68a0c7-04f7-4988-871d-f058657113f3/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e56b9d1-22fd-495f-bcd8-cf615c3f40bd/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6e5797df-9767-4ab3-9b8f-5af1200f04f2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/5e39426a-9c02-4e0b-8c4b-b48d5e8b51f8/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/65fe7989-df3f-4e85-aae0-b36f7f7cfe07/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6c97f617-6dc9-40df-86d4-04f265f2d184/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/231d3764-6b4f-45dc-9ceb-ec55281affd7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/54efcf02-0568-42d7-9adb-dfb79a41f4f6/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Leeghwater",
            "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/26850/?format=api",
            "id": 26850,
            "code": "OP2605",
            "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.26371021,
                    52.36739499,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:09:25.450357Z",
            "created": "2020-07-07T19:44:53.916079Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/bbc50ed3-7c5b-4bec-b373-91e3fb86d35c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ab5f3ad3-4b11-40f1-bff2-db0fc32db973/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/e2d6752e-a3e6-42b4-8f6b-4b75e3014ff2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b7758322-4b06-4953-b88c-6ace1c68c8a9/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/12e6d670-bb05-4a21-9460-35b380fd284e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/080ec955-727a-495d-b616-e953046c1ec0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2da1ca15-0b78-4158-ac05-c20d097db81d/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/9259c85d-f405-4e01-8932-9c86d6103bff/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Constablepad",
            "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/26851/?format=api",
            "id": 26851,
            "code": "OP2607",
            "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.26519062,
                    52.36592842,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:47.457519Z",
            "created": "2020-07-07T19:44:53.956251Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/6555a3bd-9fb8-48cd-ac0c-de0716802e80/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/3355931d-d37c-4441-8a4e-3868fe8a1e78/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe8b463f-5754-462e-891c-fbf95ae79601/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ab05c136-dc47-44dc-819e-a756955a114b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/f1a39b62-b633-43d7-8e7f-8f1fff6e5de6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c2775378-108c-40d4-9188-0a84be964771/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/021e13a2-f859-4995-a63b-6239e445f6de/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/574b7f25-8dd1-4379-ac07-498f210a0caa/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Rondebeltweg",
            "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/26852/?format=api",
            "id": 26852,
            "code": "OP2503",
            "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.52278732,
                    52.49823372,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:11.331049Z",
            "created": "2020-07-07T19:44:53.994609Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/b2d4ee5e-e73f-470d-a31a-f2b218959300/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a36d9921-e8aa-49f4-9efb-17160bef5dd0/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8885b6c8-4f4f-4768-ba8f-873777d36631/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/fe6d63b7-3b54-42b4-a336-aa884bc4f7e6/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/b394475c-10ef-4a0a-b4d1-72591d91f683/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2ac6283a-a331-4d89-bcd3-d5920b648453/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6ee882e6-6288-4d21-89ac-f52ea16a6d9a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/980c00a4-a9d5-4370-89ce-d18893be911d/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Marquette",
            "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/26853/?format=api",
            "id": 26853,
            "code": "OP2603",
            "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.2609438,
                    52.37016525,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:09:37.970327Z",
            "created": "2020-07-07T19:44:54.034756Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/a6f54efd-e6e6-44ab-afb0-e5927b1c3ca5/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/0360268f-17d1-48ca-87a9-51176fda13b7/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/79578aaf-fd3c-4d3f-b077-9a19c59f386f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a901109a-b33a-45d4-ad83-d98402156a8e/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/83dee333-965a-448e-b03e-acc60f7a052a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d6eae575-05c4-4993-9da5-e400b88bb337/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/2865abbc-4575-46c9-8a83-2747a732b423/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/6da8e904-0b37-447d-818e-112a1fd698d7/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Renoirstraat",
            "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/26854/?format=api",
            "id": 26854,
            "code": "OP5240",
            "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.50989141,
                    52.29370259,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:11:17.697444Z",
            "created": "2020-07-07T19:44:54.076778Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/e3adc52f-3007-4bf6-8e94-3e3237140538/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/da02cdcb-9dc1-4a8d-8b19-cf8917c37e3b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a65a24a2-7454-4236-8fc2-50a68647a794/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/53cf51a6-eda5-48db-bff4-3be658aed013/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/c12b54a2-7f71-4620-b09c-41e9f0bc447c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/a983a5ac-f1df-4f67-9041-c4c4c38af25f/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/46820928-8de7-4d8e-baf7-7ee2cf7f2b69/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/479c8611-10ab-499e-8004-caf166814d8d/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Nulderpad",
            "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/26855/?format=api",
            "id": 26855,
            "code": "OP2606",
            "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.19093813,
                    52.35517494,
                    0.0
                ]
            },
            "last_modified": "2023-12-23T06:10:46.013811Z",
            "created": "2020-07-07T19:44:54.113792Z",
            "image_url": "",
            "timeseries": [
                "https://demo.lizard.net/api/v4/timeseries/fdb419bf-d0ee-4324-96c7-0a2dd82e696c/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/8310876a-6566-4b6d-8807-6f005b9516ba/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ed81bb69-a77a-4290-a31d-719d9031427a/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/edbbd639-a328-48d4-90e1-afbbf3742609/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/d28dd678-18b5-41c6-85da-b53a3124ee4b/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/532955e8-64d8-40fb-8aa8-d6d8b585a1d2/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/794249ff-4f8e-4225-9c6a-e036338aba81/?format=api",
                "https://demo.lizard.net/api/v4/timeseries/ac630628-47fa-4568-86bb-638a0598e561/?format=api"
            ],
            "pumps": [],
            "type": "under",
            "name": "Opvoerpomp Kabelstraat",
            "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
        }
    ]
}