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ヘッダーに Bearer {API_KEY} の形式でAPIキーを含めてください。APIキーの漏洩を避けるため、サーバーサイドでの保存を強く推奨します。

Query Parameters

page
integer
default:1

(任意)ページ番号。デフォルト値:1。

limit
integer
default:20

(任意)1ページあたりの件数。デフォルト値:20。

Response

200 - application/json

フィードバックリストの取得成功。

The response is of type object.