# Get access Codes for a building Retrieve all access codes associated with a specific building record in the property module of the PMS. Endpoint: GET /api/v3/buildings/{id}/accessCodes Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) Unique identifier of the building to retrieve access codes for ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) - `content.name` (string) - `content.code` (string) - `content.type` (string) Enum: "GUEST", "OPERATIONS" - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)