# Retrieve an issue priority by ID Fetch detailed information about a specific issue priority within the Property Management System (PMS) using its unique ID. Issue priorities define the urgency of property-related concerns, maintenance requests, or guest service issues, ensuring efficient task management and resolution. The response includes key details such as the priority level and its associated metadata. If the specified priority ID does not exist, a error will be returned. In case of an unexpected system error, a will be triggered. Endpoint: GET /api/v3/issues/issuePriorities/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `id` (integer) Unique identifier of the issue priority - `name` (string, required) Name of the issue priority - `responseHours` (integer, required) Response hours for the issue priority - `slaHours` (integer, required) SLA hours for the issue priority