APIアクセス
English
アプリのエンドユーザーからのフィードバックや「いいね」を取得します。
A valid request URL is required to generate request examples
{ "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" } ] }
API-Key認証。すべてのAPIリクエストで、Authorization HTTPヘッダーに Bearer {API_KEY} の形式でAPIキーを含めてください。APIキーの漏洩を避けるため、サーバーサイドでの保存を強く推奨します。
Authorization
Bearer {API_KEY}
(任意)ページ番号。デフォルト値:1。
(任意)1ページあたりの件数。デフォルト値:20。
フィードバックリストの取得成功。
このアプリの「いいね」とフィードバックの一覧。
Show child attributes
Was this page helpful?