Skip to content

Search interview records​

GET
/interviews

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"InterviewId": 0,
"CompanyId": 0,
"ReplicationId": "string",
"JobId": 0,
"CandidateId": 0,
"Rank": 0,
"CompanyName": "string",
"JobTitle": "string",
"WrittenBy": "string",
"Feedback": "string",
"Guarantee": "string",
"Notes": "string",
"InterviewStatus": "string",
"CurrentInterviewStatus": "string",
"CandidateName": "string",
"VisibleOnWeb": true,
"Deleted": true,
"BillRate": {
"CurrencyCode": null,
"Value": 0
},
"PayRate": {
"CurrencyCode": null,
"Value": 0
},
"CurrentInterviewType": null,
"InterviewType": null,
"AppointmentDate": "string",
"ArrangedDate": "string",
"LastModified": "string",
"Interviewer": [
{
"CandidateId": 0,
"Name": "string"
}
],
"PositionId": "string",
"Integrations": {
"Capacity": 0,
"Count": 0,
"Item": {
"FieldName": "string",
"FieldValue": "string"
}
},
"PluginId": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​