# Retrieve list of regions Fetch a paginated list of regions within the Property Management System (PMS). Regions help in organizing properties, defining operational zones, and generating location-based insights. The response includes a list of regions with relevant metadata. If an unexpected system error occurs, a will be triggered. Endpoint: GET /api/v3/regions Version: 3.0.4 Security: OAuth2 ## Query parameters: - `regionName` (string) Name of the region to filter by - `countryId` (integer) ID of the country to filter by - `countryName` (string) Name of the country to filter by ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the region - `content.regionName` (string) Name of the region - `content.countryId` (integer) Unique identifier of the country - `content.countryName` (string) Name of the country - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)