Retrieve answers for a question
Retrieve answers for a question
Path Parameters
- id number required
Responses
- 200
Returns an array of answers.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id number
- questionId number
- answerText string
- correct number
- ]
[
{
"id": 0,
"questionId": 0,
"answerText": "string",
"correct": 0
}
]
Loading...