# Retrieve an area by Id Retrieve the details of a specific area within the Property Management System (PMS) using its unique identifier. This endpoint allows you to fetch comprehensive information about a particular geographical area, including its hierarchical structure within cities and regions. Areas are essential for organizing and managing properties effectively within the PMS. Endpoint: GET /api/v3/areas/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) ID of the area ## Response 200 fields (application/json): - `id` (integer) ID of the area - `name` (string) Name of the area - `city` (object) City which the area is part of - `city.id` (integer) ID of the city - `city.name` (string) Name of the city