Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The eRecuiter application allows recruiters to create questionnaires to create questions for jobs. Questionnaires describes applicant information, that can be provided for that job during the application process. For all possible questions, an API call is available, such that all entered information can be saved.

Getting Questionnaires

Before querying for questionnaires of a certain job, ensure that one exists. This information is provided by the JobResponse at the field HasQuestionnaire, see http://api.erecruiter.net/Help/ResourceModel?modelName=JobResponse. Calling http://api.erecruiter.net/Help/Api/GET-Api-Questionnaire-ByJob-jobId_culture afterwards will provide the certain questionnaire containing all questions and meta-information.

Where Questionnaires appear

When an applicant applies to a job having an associated questionnaire, the questionnaire can appear when the applicant is creating his profile, or, independent from it's profile in a separate step. This information is represented as Questionnaire Location, see http://api.erecruiter.net/Help/ResourceModel?modelName=QuestionnaireLocation.

  • OnFirstPage
    This means, the applicant profile page contains the questionnaire. Both, the applicant profile and job application should be saved at the same time.
  • OnSecondPage
    This means, the applicant profile page does not contain the questionnaire. The questionnaire has to be showed on a separate page. Thus, the applicant profile and job application should be independent.

Questionnaire Items

Basically, an Item Type consist of a title, description, a type and a flag indicating if this information is required, see http://api.erecruiter.net/Help/ResourceModel?modelName=QuestionnaireItemResponse to see all. 

...