getCity
Retrieve a single city record from the directory by its location ID. Returns the full city data for display or integration.
Instructions
Get a single city - Fetch one city row. Read-only. Note BD schema typo: PK is locaiton_id (sic), not location_id.
Required: locaiton_id (path).
See also: listCities (enumerate + filter).
Returns: { status: "success", message: [{...record}] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locaiton_id | Yes | City primary key (BD schema typo: `locaiton_id`, NOT `location_id`) |