- Previous: POST Candidate Score
- Up: Candidate Score APIs
- Next: Engagement APIs
GET Candidate Score Submission Results
Description: Retrieve Candidate Score Submission Results
Sample CURL:
curl -X POST "https://uat.vmsapi.vectorvms.com/candidatescoreresults?Client_Org_Id=1234&Vendor_Org_Id=1234&batchid={entered batchid}" -H "accept: application/json" -H "x-api-key: {your_api_key}" -H "x-signature: {your_api_signature}"
Parameter | Description |
---|---|
Client_Org_Id |
VMS Org ID for Client |
Vendor_Org_Id |
VMS Org ID for Vendor |
batchid |
Batch Id from POST Candidate Submission results |
x-api-key |
Your API key (found in My Account) |
x-signature |
Signature (Key+Secret+Timestamp Hash) - refer to Authentication section of Documentation for more information |
Response Code 200 - Schema
Response Field | Description |
---|---|
requirementid
|
The VMS Requisition ID to which the Candidate receiving the score is submitted. |
candidateid | The VMS Candidate ID of the Candidate receiving the score |
candidatesore | Candidate score updated into Candidate Ranking |
errormessages | Any error messages that prevented update |
Status | Status of Candidate Score Update |
IsValid | Is Candidate Score Update valid? |
- Previous: POST Candidate Score
- Up: Candidate Score APIs
- Next: Engagement APIs