GET
/
v1
/
answers
/
{question_id}
{
  "data": "<any>",
  "errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ]
}

Headers

authorization
string

Path Parameters

question_id
string
required

Response

200
application/json
Successful Response

The response is of type object.