GET
/
app
/
feedbacks
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "conversation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "rating": "like",
      "content": "<string>",
      "from_source": "<string>",
      "from_end_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "from_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API-Key 鉴权。所有 API 请求都应在 Authorization HTTP Header 中包含您的 API-Key,格式为:Bearer {API_KEY}。强烈建议开发者把 API-Key 放在后端存储,而非客户端,以免泄露。

Query Parameters

page
integer
default:1

页码,(选填)默认值:1。

limit
integer
default:20

每页数量,(选填)默认值:20。

Response

200 - application/json

成功获取应用的反馈列表。

The response is of type object.