GET QNA Thread

GET QNA Thread

GET https://api.cakes.com/qna/thread/:id

This endpoint allows you to get QNA thread list.

Path Parameters

NameTypeDescription

id

string

question id for the thread

{    "data": {
       "QNA Thread List" : [{
          "thread_id": "thread_id",
          "user_id": "user_id",
          "question_id": "question_id",
          "text": "thread text",
          "created_at": "date of QNA post created",
          "updated_at": "date of QNA post updated"
       }]
             }
}

Last updated