Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 7.53 KB

File metadata and controls

51 lines (36 loc) · 7.53 KB

GetWorkspaces

Properties

Name Type Required Description
Workspaces_ List<Workspaces>

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).

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"