Function workspaceApplicationV2ControllergetApplications
- workspaceApplicationV2ControllergetApplications(
__namedParameters: {
getApplicationsRequestBody?: GetApplicationsRequestBody;
page?: number;
size?: number;
sortBy?: "NAME" | "STACK" | "CREATED_AT" | "STACK_VERSION";
sortDir?: "ASC" | "DESC";
workspaceId: string;
},
opts?: RequestOpts,
): Promise<WorkspaceApplicationPageResponse> Parameters
- __namedParameters: {
getApplicationsRequestBody?: GetApplicationsRequestBody;
page?: number;
size?: number;
sortBy?: "NAME" | "STACK" | "CREATED_AT" | "STACK_VERSION";
sortDir?: "ASC" | "DESC";
workspaceId: string;
} Optionalopts: RequestOpts
Get applications from a workspace with pagination.