Skip to main content

Retrieve answers for a question

Retrieve answers for a question

Path Parameters
  • id number required
Responses

Returns an array of answers.


Schema
  • Array [
  • id number
  • questionId number
  • answerText string
  • correct number
  • ]
GET /api/v1/answer/question/:id

Authorization

name: Authorizationtype: apiKeyin: headerdescription: The API-Key value needs to prefixed with "Api-Key" and a space. Example: "Api-Key 1234567890"

Request

Base URL
https://app.quizolai.de
API-Key
id — path required
curl / cURL
curl -L -X GET 'https://app.quizolai.de/api/v1/answer/question/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'