# Retrieve a list of all issue statuses Fetch a list of all possible issue statuses within the Property Management System (PMS). Issue statuses indicate the current progress of property-related concerns, maintenance requests, or guest service issues. Common statuses include , , , and , ensuring clear tracking of an issue's lifecycle. This endpoint provides structured status data to help streamline issue management, prioritisation, and resolution workflows. The response includes a list of predefined issue statuses. If an unexpected system error occurs, a will be triggered. Endpoint: GET /api/v3/issues/issueStatuses Version: 3.0.4 Security: OAuth2 ## Response 200 fields (application/json): - `content` (array) Enum: "OPEN", "STARTED", "RESOLVED", "CLOSED" - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)