Queries the tags of DirectMail.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:ListDmTag |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
No |
The number of entries to return on each page. |
10 |
| PageIndex |
integer |
No |
The page number. |
1 |
| Keyword |
string |
No |
The search keyword. |
a |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
| Message |
string |
The error message. |
OK |
| RequestId |
string |
The request ID. |
hgfh77-gfh55*** |
| Total |
integer |
The total number of records. |
42 |
| Data |
array<object> |
The returned data object. |
|
|
object |
The returned data. |
||
| TagName |
string |
The tag name. |
xx |
| TagDescription |
string |
The tag description. |
xx |
| TagId |
string |
The tag ID. |
xx |
| Code |
string |
The response status code.
|
OK |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "OK",
"RequestId": "hgfh77-gfh55***",
"Total": 42,
"Data": [
{
"TagName": "xx",
"TagDescription": "xx",
"TagId": "xx"
}
],
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.