Push API and Webhooks
...
Application
Answers
application answers can be created as part of the application payload or later pushing answers after the application is created can be useful when the information is not available at the time of submission, or when the answers include file uploads and the partner prefers to use multipart/form data, which, due to the nature of the nested object, does not support file answers create post /applications/\<application id>/answers query string parameters none request payload answers object application/json \[ { "question id" 1, "text" \[ "https //www w3 org/wai/er/tests/xhtml/testfiles/resources/pdf/dummy pdf" ], } ] question id id of the question text list of answers to the question some questions support multiple choices if the answer is a file, a url must be provided in text list jobylon will download the file answers object multipart/form data \ form question id=1 \\ \ form 'text=stockholm;gothenburg' \ form question id=2 \\ \ form 'file=@/home/jobylon/document pdf' question id id of the question text answers to the question some questions support multiple choices a semicolon separated list of answers is expected in that case cannot be used together with file file answer for questions that require a file as the answer cannot be used together with text response name type description question id integer question id text string question answer exceptions status description 400 bad request, such as api credentails doesn't have access to an applicant answer already exists for this question invalid choice 403 permission denied 405 method not supported