SiteAssist

Get Q&A

Get Q&A by Id

GET
/qnas/{qnaId}
x-siteassist-key<token>

In: header

Path Parameters

qnaIdstring
Formatuuid

Response Body

curl -X GET "https://loading/qnas/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "title": "string",
  "content": "string",
  "createdAt": "string",
  "updatedAt": "string",
  "createdBy": {
    "name": "string",
    "avatar": "http://example.com"
  }
}
Empty
Empty
Empty
Empty
Empty