Skip to main content
POST
/
v1
/
questionnaire
/
answer-single
cURL
curl --request POST \
  --url http://localhost:3333/v1/questionnaire/answer-single \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "data": {
    "questionIndex": 123,
    "question": "<string>",
    "answer": "<string>",
    "sources": [
      {}
    ],
    "error": "<string>"
  }
}

Body

application/json

The body is of type object.

Response

200 - application/json

Generated single answer result

success
boolean
data
object