v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBTalent
Get a List of Talent Assessments
Retrieves assessment results for the specified talent.
get/v1/talent/{talentId}/assessments
Path parameters
talentIdstring required
The identifier for the talent whose assessments are being retrieved.
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Response
A list of talent assessment results for the specified talent.
Example response
[
{
"applicantAssessmentId": 42280,
"sessionStatus": "Completed",
"talentId": 189482,
"providerAssessmentId": "EDDD9D28-DE39-4563-88DC-1930D6C6F748",
"providerAssessmentName": "Basic Spelling",
"providerType": "SHL",
"totalQuestions": 25,
"questionsCorrect": 24,
"displayScore": "87 %tile",
"overallEvaluationText": "Pass",
"overallScoreType": "Percentile",
"overallNumericScore": 87,
"rawScore": 87,
"tscore": 49.993,
"zscore": 0.584
}
]