Version: 2.x

Get job scan expectation report

Try it

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

Request parameters

NameDescriptionDefault value
idThe job 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 job scan's top 2 team role expectations and work value expectations.

{
"contactFirstName": "string",
"contactLastName": "string",
"title": "string",
"employer": "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:jobscans
  • read:expectations