Skip to main content

Show Location


GET services/api/v1/locations/{location_id}

Returns the requested location.

Parameters

ParameterTypeDescription
location_idstringThe ID of the location.

Response

Requested location.

{
"id": "A96ey16n",
"postal_code": null,
"country": null,
"ancestor_id": null,
"depth": 0,
"subtree_ids": ["A96ey16n"],
"is_sub_business": false,
"has_public_name": false,
"display_name": "",
"name_de": "München",
"name_it": "Monaco",
"street_de": null,
"street_it": null,
"city_de": "Garching",
"city_it": "Garching",
"region_de": null,
"region_it": null,
"public_name_de": "München",
"public_name_it": "Monaco",
"ancestor_ids": []
}