Skip to main content
Module

x/windmill/windmill-api/types/ObjectParamAPI.ts>ObjectWorkspaceApi#listWorkspacesAsSuperAdmin

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method ObjectWorkspaceApi.prototype.listWorkspacesAsSuperAdmin
import { ObjectWorkspaceApi } from "https://deno.land/x/windmill@v1.28.1/windmill-api/types/ObjectParamAPI.ts";

list all workspaces as super admin (require to be super admin)

Parameters

optional
param: WorkspaceApiListWorkspacesAsSuperAdminRequest = [UNSUPPORTED]

the request object

optional
options: Configuration

Returns

Promise<Array<Workspace>>