Version: 2.x

Get job scan questions with answer options

Try it

See Question properties for a detailed description of the json elements below.

Request parameters

NameDescriptionDefault value
contextIdTo specify the context for the questions and answers, eg work place or learning place. Use the call Get contexts to get the context ids.1

Response

Returns a list of job scan questions and their answer options.

[
{
"id": "guid",
"expectationTypeId": number,
"title": {
"en": "string",
"nl": "string",
"fr": "string"
},
"description": {
"en": "string",
"nl": "string",
"fr": "string"
},
"descriptionListItemsTitle": {
"en": "string",
"nl": "string",
"fr": "string"
},
"descriptionListItems": [
{
"en": "string",
"nl": "string",
"fr": "string"
}
],
"priority": number,
"answerOptions": [
{
"id": "guid",
"priority": 0,
"description": {
"en": "string",
"nl": "string",
"fr": "string"
}
}
]
}
]

Permission scopes

  • read:questions