AssessmentComment
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
id | string | unique id of an assessment comment |
createDate | date | date of comment creation |
message | string | body of the comment |
assessmentURL | string | URL for a Candidate to take an assessment; will be surfaced on a Candidate Portal |
messageToCandidate | string | plain 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 |
author | object | author of the comment. Instance of ContactPerson |
Updated 9 months ago