Description
Getting details of a comment in a particular assessment order.
Request
GET https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}/comments/{commentId}
Path Parameters
name | type | description |
---|---|---|
assessmentOrderId | string | unique id of an assessment order |
commentId | string | unique id of an assessment comment |
Query Parameters
n/a
Request Body
n/a
Response Body
Instance of AssessmentComment
Example request
curl -i -H "X-SmartToken: abc123" -X GET https://api.smartrecruiters.com/v1/assessments/511a3942300469a9c33819d8/comments/511a3942300469a9c33111a1
Example response
{ "id": "511a3942300469a9c33111a1", "createDate": "2013-03-08T09:22:01.605+0000", "message": "Since candidate was not responding for 3 days we will have a slight delay", "author": { "firstName": "John", "lastName": "Mnemonic", "email": "john.mnemonic@smartrecruiters.com", "phone": "(123) 321 32 1231" } } |