cURL
curl --request GET \ --url https://api.example.com/api/ReferenceCheck/GetByActivityId/{activityId}
{ "id": 123, "candidateId": 123, "customerId": 123, "createdDate": "2023-11-07T05:31:56Z", "completedDate": "2023-11-07T05:31:56Z", "templateId": 123, "json": "<string>", "token": "<string>", "refereeIpAddress": "<string>", "refereeUserAgent": "<string>", "isDigital": true, "activityId": 123, "isCompleted": true, "referenceCheckRequestId": 123, "refereeContactId": 123, "userId": 123, "followUpActivityId": 123, "reviewed": true, "candidatePosition": "<string>", "organization": "<string>", "positionStartDate": "<string>", "positionEndDate": "<string>", "jobId": 123, "isCancelled": true }
Returns a single Reference Check based on the Activity ID passed.
OK
Was this page helpful?