v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Interview Stage

interviewStage.info

Retrieves detailed information about a specific interview stage by its ID.

Requires the interviewsRead permission.

post/interviewStage.info

Request body

interviewStageIdstring uuid required

The id of the interview stage to retrieve

Example request

{
  "interviewStageId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}

Response

Responses from the interviewStage.info endpoint

OR

Example response

{
  "success": true,
  "results": {
    "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
    "title": "Technical Interview",
    "type": "Active",
    "interviewPlanId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "orderInInterviewPlan": 0,
    "interviewStageGroupId": null
  }
}