メッセージグループの詳細を取得します。
操作説明
Usage notes
The QPS limit for this API is 100 queries per second per user. If the limit is exceeded, API calls will be throttled, which may affect your business. You can make API calls at a reasonable rate. For more information, see QPS limits.
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
live:GetMessageGroup |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| GroupId |
string |
必須 |
メッセージグループの ID。 |
AE35-****-T95F |
| AppId |
string |
必須 |
インタラクティブなメッセージアプリケーションの ID。 |
VKL3*** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
Return result. |
|
| CreateTime |
integer |
UTC timestamp when the message group was created. |
1502280113 |
| CreatorId |
string |
Creator ID. |
as****hs |
| Extension |
object |
Extension field. |
1 |
| GroupId |
string |
Message group ID. |
AE35-****-T95F |
| IsMuteAll |
boolean |
Indicates whether all members in this message group are muted.
|
true |
| Status |
integer |
Message group status. The default value is 1, which indicates that the message group status is normal. |
1 |
例
成功レスポンス
JSONJSON
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"CreateTime": 1502280113,
"CreatorId": "as****hs",
"Extension": 1,
"GroupId": "AE35-****-T95F",
"IsMuteAll": true,
"Status": 1
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。