v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Answers

Get

Get a answer for the given id.

get/public/api/answers/{id}

Path parameters

idstring required

The id of the answer

Headers

Acceptstring

e.g. application/json

Response

OK

answer_idstring
question_idstring
user_idstring
textstring
likesnumber
created_datestring
updated_datestring

Example response

{
  "answer_id": "63459c260a1b6d001dc60f8e",
  "question_id": "6343ee166c8a0e001de9bd7f",
  "user_id": "5e272f12e1d5f2003ad7afe6",
  "text": "Comment",
  "likes": 1,
  "created_date": "2022-10-11T16:39:02.900Z",
  "updated_date": "2022-10-11T16:41:28.566Z"
}