Create test assessment
Returns a single assessment
Authorizations
Path parameters
organizationstringRequired
Name of the organization | can be found in the URL
teststringRequired
id of the test to return
Body
emailstringOptional
Email of the candidate
firstnamestringOptional
Firstname of the candidate
lastnamestringOptional
Lastname of the candidate
notifybooleanOptional
Should we notify users for the assessment that will be taken
Responses
200
successful operation
application/json
400
Invalid Assessment
404
Assessment not found
post
/{organization}/tests/{test}/assessmentsLast updated