Properties
Name | Type | Required | Description |
---|---|---|---|
Workspaces_ | List<Workspaces> |
❌ |
Information about the workspace.
Properties
Name | Type | Required | Description |
---|---|---|---|
Id | string | ❌ | The workspace's ID. |
Name | string | ❌ | The workspace's name. |
CreatedBy | long | ❌ | 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). |
The type of workspace.
Properties
Name | Type | Required | Description |
---|---|---|---|
Personal | string | ✅ | "personal" |
Team | string | ✅ | "team" |
Private_ | string | ✅ | "private" |
Public_ | string | ✅ | "public" |
Partner | string | ✅ | "partner" |
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" |