# Retrieve list of Unit Access Groups Fetch a list of all unit access groups within the Property Management System (PMS). This endpoint is useful for retrieving detailed information about unit access groups, including their associated units and access group names. The response includes a paginated list of unit access groups, which can be used for managing access control and permissions. If no unit access groups are found, an empty list will be returned. In case of an unexpected system error, a will be triggered. Endpoint: GET /api/v3/unitAccessGroups Version: 3.0.4 Security: OAuth2 ## Query parameters: - `unitId` (integer) Unit Id - `accessGroupName` (string) Access Group Name ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) ID of the Unit Access Group - `content.unitName` (string) Name of the Unit - `content.unitId` (integer) ID of the Unit - `content.accessGroupId` (integer) ID of the Access Group - `content.accessGroupName` (string) Name of the Access Group - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)