Function applicationControllergetApplications
- applicationControllergetApplications(
__namedParameters: {
name?: string;
page?: number;
size?: number;
sortBy?: "NAME" | "STACK" | "CREATED_AT" | "STACK_VERSION";
sortDir?: "ASC" | "DESC";
stackId?: string;
stackVersionId?: string;
workspaceId: string;
},
opts?: RequestOpts,
): Promise<ApplicationPageResponse> Parameters
- __namedParameters: {
name?: string;
page?: number;
size?: number;
sortBy?: "NAME" | "STACK" | "CREATED_AT" | "STACK_VERSION";
sortDir?: "ASC" | "DESC";
stackId?: string;
stackVersionId?: string;
workspaceId: string;
} Optionalopts: RequestOpts