Overview
The Feedback Management APIs provide comprehensive functionality for collecting user feedback, managing feedback items, tracking responses, and analyzing feedback trends across all TalentG platform features.Base URL
Authentication
Feedback APIs require authentication. Access levels vary based on operation type and user roles.Feedback Collection
Submit Feedback
Get User Feedback
Admin Feedback Management
List All Feedback
Respond to Feedback
Update Feedback Status
Feedback Analytics
Feedback Summary
Feedback Categories
The system supports the following feedback categories:| Category | Description | Response SLA |
|---|---|---|
assessment | Feedback about assessments and results | 24 hours |
support | Customer support experience | 12 hours |
platform | Platform usability and performance | 48 hours |
feature_request | Suggestions for new features | 72 hours |
bug_report | Bug reports and technical issues | 24 hours |
Priority Levels
Feedback items are automatically prioritized based on:- Urgent: Critical bugs, security issues, complete service outages
- High: Major functionality issues, payment problems
- Medium: UI/UX issues, feature requests, minor bugs
- Low: General feedback, suggestions, minor improvements
Response Templates
Common Response Templates
Bug Acknowledgment:Error Handling
Common Error Codes
| Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | User not authenticated |
FORBIDDEN | 403 | Insufficient permissions |
NOT_FOUND | 404 | Feedback item not found |
VALIDATION_ERROR | 400 | Invalid feedback data |
RATE_LIMITED | 429 | Too many feedback submissions |
Error Response Format
Rate Limiting
- Submit feedback: 10 requests per hour per user
- View own feedback: 100 requests per hour per user
- Admin operations: 500 requests per hour per user
- Analytics requests: 200 requests per hour per user
SDK Examples
Best Practices
For Users
- Provide specific, actionable feedback
- Include relevant context (browser, device, steps to reproduce)
- Rate honestly and provide detailed comments
- Use appropriate categories for faster resolution
For Admins
- Respond promptly according to SLA guidelines
- Categorize and prioritize feedback appropriately
- Track action items and follow up on commitments
- Use feedback insights to drive product improvements
Data Collection
- Respect user privacy preferences
- Anonymize sensitive information in analytics
- Implement proper data retention policies
- Regularly review and act on feedback trends
All feedback responses include automatic email notifications to users. Response times are tracked and reported in analytics.
Feedback containing sensitive personal information should be handled according to your organization’s data protection policies.