# Retrieve list of areas Retrieve a list of areas within the Property Management System (PMS). This endpoint allows you to fetch details about various geographical areas, including their hierarchical structure within cities and regions. Areas are used to define the location of properties and are essential for organizing and managing properties effectively within the PMS. Endpoint: GET /api/v3/areas Version: 3.0.4 Security: OAuth2 ## Query parameters: - `areaName` (string) Name of the area - `cityId` (integer) ID of the city - `cityName` (string) Name of the city ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) ID of the area - `content.areaName` (string) Name of the area - `content.cityName` (string) - `content.cityId` (integer) - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)