v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBInterview
interview.info
Fetch interview details by id.
Requires the interviewsRead permission.
post/interview.info
Request body
Example request
{
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}Response
Responses from the interview.info endpoint
Example response
{
"success": true,
"results": {
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"title": "Technical Interview",
"externalTitle": "Technical Interview",
"type": "Interview",
"isArchived": false,
"isDebrief": false,
"isFeedbackRequired": true,
"isFeedbackRequested": true,
"instructionsHtml": "<p>Use the scorecard to evaluate the candidate.</p>",
"instructionsPlain": "Use the scorecard to evaluate the candidate.",
"jobId": "2cb69137-763a-4d6f-8f17-bbc3564ecb2e",
"feedbackFormDefinitionId": "07189c2e-cacd-489d-8946-165acacc386f"
}
}