Queries a list of marketing campaigns.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:ListMarketingFlow |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ActivityStatus |
string |
No |
The campaign status. |
sucess |
| RelatedGroupId |
integer |
No |
The ID of the associated group. |
68 |
| RelatedFlowCode |
string |
No |
The ID of the associated flow. |
asdfsdfdsfs |
| ActivityName |
string |
No |
The name of the node task instance. |
werewew |
| ActivityCode |
string |
No |
The campaign code. You can use the system code or modify it to use a custom code. |
rewrwerw |
| PageIndex |
string |
No |
The current page number. |
1 |
| PageSize |
string |
No |
The number of entries per page. |
1 |
|
No |
The business tenant code. Default value: ALICOM_OPAAS. |
|||
|
No |
The business extension information. Default value: "{}". |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| TotalCount |
integer |
The total number of entries in the list. |
15 |
| Message |
string |
The message returned for the request. |
NULL |
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each request. You can use this ID to troubleshoot issues. |
CB6122C9-09B5-5926-**476A96CB0 |
| Data |
array<object> |
The returned data object. |
|
|
array<object> |
The returned data object. |
||
| RelatedFlowName |
string |
The name of the associated flow. |
aaa |
| ActivityStatus |
string |
The campaign status. |
active |
| ActivityName |
string |
The campaign name. |
aaa |
| ActivityCode |
string |
The campaign code. |
3243243*** |
| ExecutionType |
string |
The execution method. |
1(默认corn) |
| RelatedGroupId |
string |
The ID of the associated group. |
54354** |
| SpecificTime |
string |
The specific time. This parameter is valid when the execution method is set to 2. |
特定时间(执行方式为2时) |
| Params |
object |
The custom user parameters. |
|
| BizExtend |
object |
The business extension information. Default value: "{}". |
|
| RelatedGroupName |
string |
The name of the associated group. |
AAA |
| EndDate |
string |
The end time. |
2025-01-01 XX1:11:11 |
| StartDate |
string |
The start time. |
2025-01-XX 11:11:11 |
| GmtCreate |
string |
The creation time. |
2025-XX-01 11:11:11 |
| TenantCode |
string |
The tenant. |
1111 |
| ActivityDesc |
string |
The campaign description. |
aaa |
| RelatedFlowCode |
string |
The associated flow code. |
dsafdsf*** |
| GmtModifier |
string |
The modification time (deprecated). |
N/A |
| Id |
integer |
The operational activity ID. |
99 |
| CronExpression |
string |
The upgrade start time. The upgrade start time is specified as a cron expression. For example, |
0 0 4 1/1 * ? |
| ParamFlag |
string |
Indicates whether custom parameters are enabled. |
Y |
| BizCode |
string |
The business tenant code. Default value: ALICOM_OPAAS. |
示例值示例值 |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"TotalCount": 15,
"Message": "NULL",
"RequestId": "CB6122C9-09B5-5926-**476A96CB0",
"Data": [
{
"RelatedFlowName": "aaa",
"ActivityStatus": "active",
"ActivityName": "aaa",
"ActivityCode": "3243243***",
"ExecutionType": "1(默认corn)",
"RelatedGroupId": "54354**",
"SpecificTime": "特定时间(执行方式为2时)\n\n",
"Params": {
"test": "test",
"test2": 1
},
"BizExtend": {
"test": "test",
"test2": 1
},
"RelatedGroupName": "AAA",
"EndDate": "2025-01-01 XX1:11:11",
"StartDate": "2025-01-XX 11:11:11",
"GmtCreate": "2025-XX-01 11:11:11",
"TenantCode": "1111",
"ActivityDesc": "aaa",
"RelatedFlowCode": "dsafdsf***",
"GmtModifier": "N/A",
"Id": 99,
"CronExpression": "0 0 4 1/1 * ?",
"ParamFlag": "Y",
"BizCode": "示例值示例值"
}
],
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.