Queries the tags of an app. A maximum of 100 records are returned.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mpush:ListTags |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppKey |
integer |
Yes |
AppKey information. |
23267207 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
6EEF262B-EA7D-41DC-89B9-20F3D1E28194 |
| TagInfos |
object |
||
| TagInfo |
array<object> |
Tag list. |
|
|
object |
|||
| TagName |
string |
Tag name. |
test_tag2 |
Examples
Success response
JSON format
{
"RequestId": "6EEF262B-EA7D-41DC-89B9-20F3D1E28194",
"TagInfos": {
"TagInfo": [
{
"TagName": "test_tag2"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | Timeout | The request processing is timeout. | Request processing timed out. |
| 500 | InternalError | The request processing has failed due to some unknown error. Please try again. If the error still exists, submit a ticket. | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?