Version: 2.x

Get talent scan expectation report

Try it

See Expectation properties and Talent scan properties for a detailed description of the json elements below.

Request parameters

NameDescriptionDefault value
idThe talent scan id./
contextIdTo specify the context for the expectations, eg work place or learning place. Use the call Get contexts to get the context ids.1

Response

Returns an expectation report containing the talent scan's top 2 team role expectations and work value expectations.

{
"name": "string",
"teamRoles": [
{
"id": "guid",
"name": {
"en": "string",
"nl": "string",
"fr": "string"
},
"jobScanDescription": {
"en": "string",
"nl": "string",
"fr": "string"
},
"talentScanDescription": {
"en": "string",
"nl": "string",
"fr": "string"
},
"expectationTypeId": number,
"iconUrl": "string"
}
],
"workValues": [
{
"id": "guid",
"name": {
"en": "string",
"nl": "string",
"fr": "string"
},
"jobScanDescription": {
"en": "string",
"nl": "string",
"fr": "string"
},
"talentScanDescription": {
"en": "string",
"nl": "string",
"fr": "string"
},
"expectationTypeId": number,
"iconUrl": "string"
}
],
"clusters": [
{
"id": "guid",
"name": {
"en": "string",
"nl": "string",
"fr": "string"
}
}
]
}

Permission scopes

  • read:talentscans
  • read:expectations