Skip to main content

Post Questions

Future

This section provides API specification for the optional Questions to be attached to an existing job listing, sometimes known as screening or pre-screening questions — a short series of questions presented to your applicants during the application process.

HTTP Request [POST]
https://parceiros.empregos.com.br/api/questions/{externalJobPostingId}

curl -X 'POST' \
'https://parceiros.empregos.com.br/api/job' \
-H 'accept: */*' \
-H 'Authorization: bearer any' \
-H 'Content-Type: application/json' \
-d '{
"id": "string",
"type": 0,
"question": "string",
"required": true
}'

Parameters [Request]

FieldDescriptionTypeRequired
idA unique identifier for this question. This can just be the ordinal number of the question (i.e. 1, 2, 3...) if you don’t already have an identifier for your questions.StringYes
typeThe question type, which determines the appearance of the question to your applicants, as well what other fields are required and optional for the question here. The following types are valid: text, date, select, multiselect and upload.EnumYes
questionThe question text shown to applicants. Simple HTML formatting, like paragraphs and emphasis, is permitted.StringNo
requiredBoolean, Optional. If present and true, this question cannot be skipped by applicants, and is required in order for the application to be considered complete and delivered to you.BooleanNo