GetWorkspaces
Properties
Name | Type | Required | Description |
---|---|---|---|
workspaces | Workspaces[] | ❌ |
Workspaces
Information about the workspace.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The workspace's ID. |
name | string | ❌ | The workspace's name. |
createdBy | number | ❌ | The user who created the workspace. The response only returns workspaces that you have access to. |
type | WorkspacesType | ❌ | The type of workspace. |
visibility | WorkspacesVisibility | ❌ | The workspace's visibility. Visibility determines who can access the workspace: - personal — Only you can access the workspace. - team — All team members can access the workspace. - private — Only invited team members can access the workspace (Professional and Enterprise plans only). - public — Everyone can access the workspace. - partner — Only invited team members and partners can access the workspace (Professional and Enterprise plans only). |
WorkspacesType
The type of workspace.
Properties
Name | Type | Required | Description |
---|---|---|---|
PERSONAL | string | ✅ | "personal" |
TEAM | string | ✅ | "team" |
PRIVATE_ | string | ✅ | "private" |
PUBLIC_ | string | ✅ | "public" |
PARTNER | string | ✅ | "partner" |
WorkspacesVisibility
The workspace's visibility. Visibility determines who can access the workspace: - personal
— Only you can access the workspace. - team
— All team members can access the workspace. - private
— Only invited team members can access the workspace (Professional and Enterprise plans only). - public
— Everyone can access the workspace. - partner
— Only invited team members and partners can access the workspace (Professional and Enterprise plans only).
Properties
Name | Type | Required | Description |
---|---|---|---|
PERSONAL | string | ✅ | "personal" |
TEAM | string | ✅ | "team" |
PRIVATE_ | string | ✅ | "private" |
PUBLIC_ | string | ✅ | "public" |
PARTNER | string | ✅ | "partner" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs