Submits answers to a questionnaire for an application
cURL
curl --request POST \ --url https://jobaffinity.fr/restapi/v1/application/{appid}/questionnaire \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "questionnaire": "<string>", "answers": [ { "question": "<string>", "text": "<string>", "choices": [ "<string>" ] } ] } '
{ "_status": "OK" }
HTTP Basic Authentication with API credentials
Application ID
URL of the questionnaire
Show child attributes
Questionnaire answers submitted successfully
OK
INVALID