AssessmentComment

🛑

Assessment API Sunset

This API has been deprecated since September 4, 2023. The sunset date is May 10, 2024. If you are an assessment provider or looking to build an assessment integration with SmartRecruiters, please consider using the new Assessment API (2021).

Example:

{
    "id": "333a3942300469a9c33819aa",
    "createDate": "2013-03-08T09:22:01.605+0000",
    "message": "Candidate is not responding to emails and is not answering the calls. We can't reach him.",
    "assessmentURL": "https://assessmentvendor.com/start-assessment/sdf32k23ll43",
    "messageToCandidate": "Hi Mark, Orlando Magic Inc. asked us to perform an assessment for you. Please follow steps under the below link: https://assessmentvendor.com/start-assessment/sdf32k23ll43. Wish you luck!",
    "author": {
        "firstName": "John",
        "lastName": "Mnemonic",
        "email": "[email protected]",
        "phone": "(123) 321 32 1231"
    }
}

Fields description

idstringunique id of an assessment comment
createDatedatedate of comment creation
messagestringbody of the comment
assessmentURLstringURL for a Candidate to take an assessment; will be surfaced on a Candidate Portal
messageToCandidatestringplain text message to a Candidate; usually it’s a content of an invitation email that vendor sends to a candidate; will be surfaced on a Candidate Portal
authorobjectauthor of the comment. Instance of ContactPerson