GET
/projects/{projectId}/qnas/{qnaId}

Path Parameters

projectIdstring

The project ID that owns the Q&A

Formatuuid
qnaIdstring

The Q&A identifier

Formatuuid

Response Body

curl -X GET "https://api.siteassist.io/v2/projects/123e4567-e89b-12d3-a456-426614174000/qnas/e2c6b2ad-9b1f-4f3c-8f5a-9f2a7b1c2d3e"

{
  "object": "qna",
  "id": "e2c6b2ad-9b1f-4f3c-8f5a-9f2a7b1c2d3e",
  "createdAt": "2024-01-15T10:30:00.000Z",
  "updatedAt": "2024-01-15T10:30:00.000Z",
  "question": "How do I reset my password?",
  "answer": "Click on 'Forgot password' at login and follow instructions.",
  "createdBy": {
    "name": "Taylor",
    "image": null
  }
}
Empty
Empty
Empty
Empty
Empty