Function workspaceApplicationControllerlistActivities
- workspaceApplicationControllerlistActivities(
__namedParameters: {
$type?: (
| "DRIFT"
| "DEPLOY"
| "DESTROY"
| "ROLLBACK"
| "ACTION"
| "CUSTOMER_WORKFLOW"
| "WORKFLOW"
| "IAC"
| "DEPLOY_SELF_HOSTED"
| "DESTROY_SELF_HOSTED"
| "ROLLBACK_SELF_HOSTED"
| "IAC_SELF_HOSTED"
)[];
applicationId: string;
environmentId: string;
page: number;
size: number;
workspaceId: string;
},
opts?: RequestOpts,
): Promise<PaginatedActivityResponse> Parameters
- __namedParameters: {
$type?: (
| "DRIFT"
| "DEPLOY"
| "DESTROY"
| "ROLLBACK"
| "ACTION"
| "CUSTOMER_WORKFLOW"
| "WORKFLOW"
| "IAC"
| "DEPLOY_SELF_HOSTED"
| "DESTROY_SELF_HOSTED"
| "ROLLBACK_SELF_HOSTED"
| "IAC_SELF_HOSTED"
)[];
applicationId: string;
environmentId: string;
page: number;
size: number;
workspaceId: string;
} Optionalopts: RequestOpts
List application's activities.