cURL
curl --request GET \ --url https://api.example.com/api/Interviews/{interviewId}
{ "id": 123, "typeId": 123, "typeName": "<string>", "externalReferencePrimary": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "externalReferenceSecondary": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sequenceID": 123, "date": "2023-11-07T05:31:56Z", "dateInLocalTimeZone": "2023-11-07T05:31:56Z", "duration": 123, "location": "<string>", "locationTypeID": 123, "subject": "<string>", "messageCandidate": "<string>", "messageClient": "<string>", "organizerID": 123, "organizerName": "<string>", "numberOfAttendees": 123, "attendeesData": [ { "entityId": 123, "playerId": 123, "name": "<string>" } ], "clientsData": [ { "entityId": 123, "playerId": 123, "name": "<string>" } ], "agencyID": 123, "createdByID": 123, "dateCreated": "2023-11-07T05:31:56Z", "dateUpdated": "2023-11-07T05:31:56Z", "updatedByID": 123, "statusID": 123, "statusName": "<string>", "jobID": 123, "timeZoneName": "<string>", "clientEmailBody": "<string>", "candidateEmailBody": "<string>", "distributionModeCandidate": 123, "distributionModeClient": 123, "byPassTeamsLobby": true, "webConferenceUrl": "<string>", "webConferenceExternalID": "<string>", "clientConsultantFeedbackActivityID": 123, "candidateFeedbackActivityID": 123, "clientConsultantFeedback": "<string>", "candidateFeedback": "<string>", "candidateId": 123, "candidateName": "<string>", "jobTitle": "<string>", "statisticsCounts": [ { "type": "<string>", "value": 123 } ], "statisticsDates": [ { "type": "<string>", "value": "2023-11-07T05:31:56Z" } ] }
Returns a single Interview based on the id passed.
OK
Show child attributes
Was this page helpful?