cURL
curl --request GET \ --url https://api.example.com/api/Jobs/Tracking/{jobTrackingId}/TalentIndex/Feedback
{ "id": 123, "jobTrackingId": 123, "feedbackTypeId": 123, "reason": "<string>", "userId": 123, "createdDate": "2023-11-07T05:31:56Z" }
Returns the user’s existing feedback for Talent Index results, if any.
OK
Was this page helpful?