QueryMessageApp を呼び出して、指定された条件に基づいてインタラクティブなメッセージアプリケーションをクエリします。
操作説明
QPS limits
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 call the API properly to avoid this issue. For more information, see QPS limits.
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
live:QueryMessageApp |
get |
*Domain
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| AppId |
string |
任意 |
インタラクティブなメッセージアプリケーション ID。 |
VKL3*** |
| AppName |
string |
任意 |
インタラクティブなメッセージアプリケーション名。 |
testApp |
| SortType |
integer |
任意 |
ソートメソッド。有効な値:
|
1 |
| PageNum |
integer |
任意 |
ページ番号。デフォルト値: 1。有効な値: 1 ~ 100000。 |
10 |
| PageSize |
integer |
任意 |
ページごとに表示されるアプリケーションの数。デフォルト値: 20。有効な値: 1 ~ 50。 |
20 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
array<object> |
Return result. |
|
|
array<object> |
|||
| AppList |
array<object> |
Interactive Messages application list. |
|
|
array<object> |
|||
| AppConfig |
object |
The configurations of the application. |
|
|
string |
The configuration. |
dawd |
|
| AppId |
string |
The ID of the interactive messaging application. |
VKL3*** |
| AppName |
string |
The name of the interactive messaging application. |
test |
| CreateTime |
integer |
The time when the interactive messaging application was created. The time is displayed in UTC. |
502280113 |
| Extension |
object |
The extended field. |
|
|
string |
The extended field. |
test001 |
|
| Status |
integer |
The status of the interactive message application. A value of 1 indicates that the application is normal. |
1 |
| HasMore |
boolean |
Indicates whether there is a next page. Valid values:
|
false |
| TotalCount |
integer |
Total number of query results. |
4 |
例
成功レスポンス
JSONJSON
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": [
{
"AppList": [
{
"AppConfig": {
"key": "dawd"
},
"AppId": "VKL3***",
"AppName": "test",
"CreateTime": 502280113,
"Extension": {
"key": "test001"
},
"Status": 1
}
],
"HasMore": false,
"TotalCount": 4
}
]
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。