This API allows a customer to retrieve all issue types for a message center.
All authenticated customers can access this API.
OK
No content to return
Bad Request
Unauthorized
Not Found
Not Acceptable
Internal server error
{- "issueType": [
- {
- "name": "Screen Issue",
- "allowUserCreatedSubject": true,
- "id": "1000"
}, - {
- "name": "Battery Issue",
- "allowUserCreatedSubject": true,
- "id": "1001"
}
]
}