# Retrieve a list of all issue priorities Fetch a list of all available issue priorities within the Property Management System (PMS). Issue priorities help classify and manage the urgency of property-related concerns, maintenance requests, or guest service issues. Priorities can include different levels, such as 'Low', 'Medium', 'High', or custom-defined priority levels, ensuring that critical issues are addressed promptly. This endpoint provides structured priority data to facilitate efficient issue management, resource allocation, and response time tracking. The response includes a list of issue priorities along with relevant metadata. If an unexpected system error occurs, a will be triggered. Endpoint: GET /api/v3/issues/issuePriorities Version: 3.0.4 Security: OAuth2 ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the issue priority - `content.name` (string, required) Name of the issue priority - `content.responseHours` (integer, required) Response hours for the issue priority - `content.slaHours` (integer, required) SLA hours for the issue priority - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)