Recruitment Interview Feedback API
Summary
Two native method/route pairs submit feedback by interview identity or public token.
Audience
Developers, QA and support engineers, implementation partners, architects, and security reviewers.
Reference Content
| Method | Relative route | Input |
|---|---|---|
| POST | /recruitment/interviews/{id}/feedback | SubmitFeedbackInput |
| POST | /recruitment/public/interviews/{token}/feedback | SubmitFeedbackInput |
Input carries submitter evidence, rating, recommendation, and feedback text. Command behavior normalizes or validates supported values, handles already-submitted feedback, and may update candidate stage. Token expiry/revocation, interviewer authorization, replacement, and multi-review consensus are Not implemented.
Response and Errors
Successful Result-based operations return their DTO directly. Confirmed failures map to 400 validation, 404 missing resource, or 409 conflict with a message object. Authorization-specific outcomes are not defined by these endpoints.
Requires confirmation
Endpoint authorization, production exposure, privacy controls, ownership, operational limits, and compatibility parity require confirmation.
Source References
microservices/src/recruitment-service/Api/RecruitmentEndpoints.csmicroservices/src/recruitment-service/Api/RecruitmentPublicEndpoints.csmicroservices/src/recruitment-service/Application/Dtos.csmicroservices/src/recruitment-service/Application/Commands/InterviewCommands.cs
Related Articles
See Also
Keywords
- Recruitment API
- Source-backed endpoint reference
Revision Information
- Status: Draft
- Last reviewed: 2026-07-16
- Review cycle: Quarterly