AssessmentOrder
Example:
{
"id": "511a3942300469a9c33819d1",
"status": "NEW",
"createDate": "2013-03-07T13:34:40.137+0000",
"lastUpdateDate": "2013-03-07T13:34:40.137+0000",
"requestor": {
"firstName": "Rob",
"lastName": "Kaman",
"email": "[email protected]",
"phone": "(415) 111-2222"
},
"candidate": {
"id": "e63dfcab355260b259ab585126ede56627db4ef8",
"uuid": "44a63681-e70a-49d7-b4c5-90aff5f70eac",
"firstName": "Mark",
"lastName": "Hunt",
"email": "[email protected]",
"phone": "(415) 111-2222",
"addressLine": "409 North Magnolia Avenue, Orlando, FL 32801, United States"
},
"job": {
"id": "e63dfcab300260b4681f585126ede56627db4ef8",
"name": "Senior Ruby Developer",
"industry": {
"id": "computer_software",
"label": "Computer Software"
},
"function": {
"id": "engineering",
"label": "Engineering"
},
"experienceLevel": {
"id": "mid_senior_level",
"label": "senior"
},
"location": {
"country": "US",
"region": "FL",
"city": "Orlando"
}
},
"company": {
"id": "e63dfcab345260b2591f585126ede56627db4ef2",
"name": "Orlando Magic Inc."
},
"offer": {
"catalogId": "bbb-444-111",
"name": "Senior Ruby Developer Skill Test"
}
}
Fields description
Name | Type | Description |
---|---|---|
id | string | unique id of the assessment request |
status | string | assessment request status. Legal values are: NEW, IN_PROGRESS, REJECTED, COMPLETED |
createDate | date | assessment request create date |
lastUpdateDate | date | date of last update made to assessment request |
requestor | object | employee of customer company that makes an order. Please check ContactPerson object |
candidate | object | candidate being assessed. Please check Candidate object |
job | object | job for which a candidate applied. Please check Job object |
company | object | company requesting an assessment. Please check Company object |
offer | object | offer describing purchased test. Only catalogId and name from Offer object |
Updated 9 months ago