You can define as many mandatory prescreening questions as you wish in the jobposting wizard that have to be answered by the applicant during the application process. This endpoint provides you these questions. For doing so the jobDbId of the job is required which you can take from the JobDTO. The possible question types are TEXT, TEXTAREA, YESNO and CATALOG. Depending on the type you should design the UI of your application form to get the answer to each type from the applicant and submit it back to the API.

The types YESNO and CATALOG additionally contain a list of possible answers that are used to provide the response.

HTTP-Method

GET

Path

/api/rest/v3/frontend/jobs/{jobDbId}/questions

Authentification

Client Token or Basic Authorization

Path Parameter

jobDbId

Query Parameter

-none-

Responses

Action Response Description
success see example call
authorization error 401 / 403 See here and here for details.

Example call with curl and basic authorization

Repsonse:

Comments

Comments are closed.