Get reasons for incidents
GET/company/issues/motives
Returns the list of predefined reasons for classifying incidents. These reasons help categorize and prioritize support tickets.
Use Cases:
- Display selection dropdown when creating/modifying incidents
- Filter incidents by reason
- Generate statistical reports by problem type
Related Logic: cInfo.getReasons() in routes.js
Responses
- 200
- 401
List of available reasons. Array of strings where each element is a valid reason.
Unauthorized. The JWT token is invalid or has expired. Include a valid token in the Authorization header.