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 放在后端存储,而非分享或者放在客户端存储,以免 API-Key 泄露,导致财产损失。

Query Parameters

page
integer
default:1

(可选)分页页码,默认:1。

limit
integer
default:20

(可选)每页记录数,默认:20。

Response

200 - application/json

成功获取应用反馈列表。

The response is of type object.