You can call the GetMessageApp operation to retrieve the details of a specified interactive message application.
Operation description
QPS limits
The queries per second (QPS) limit for a single user is 100. If you exceed this limit, API calls are throttled, which may affect your business. For more information, see QPS limits.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:GetMessageApp |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the interactive message application. |
VKL3*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
16A96B9A-****-CB92E68F4CD8 |
| Result |
object |
The result of the request. |
|
| AppConfig |
object |
The application configuration. |
|
|
string |
The configuration of the application. |
"appAlias":"localApp" |
|
| AppId |
string |
The ID of the interactive message application. |
VKL3*** |
| AppName |
string |
The name of the interactive message application. |
testApp |
| CreateTime |
integer |
The UTC timestamp when the application was created. |
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 in a normal state. |
1 |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-****-CB92E68F4CD8",
"Result": {
"AppConfig": {
"key": "\"appAlias\":\"localApp\""
},
"AppId": "VKL3***",
"AppName": "testApp",
"CreateTime": 502280113,
"Extension": {
"key": "test001"
},
"Status": 1
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | NoAuth | %s. | No permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.