Click or drag to resize

WorkspaceAPI Methods

The WorkspaceAPI type exposes the following members.

Methods
  NameDescription
Public methodAddAdmins
Add admins for the specified workspace.
Public methodAddDefault
Adds a specified workspace as default.
Public methodAddFavorite
Adds a specified workspace as favorite.
Public methodAddGroupMembers
Add users to the specified group.
Public methodCopy
Copy the specified workspace from one organization to another or within the organization.
Public methodCopyViews
Copy the specified views from one workspace to another workspace.
Public methodCreateFolder
Create a folder in the specified workspace.
Public methodCreateGroup
Create a group in the specified workspace.
Public methodCreateSlideshow
Create a slideshow in the specified workspace.
Public methodCreateTable
Create a table in the specified workspace.
Public methodCreateVariable
Create a variable in the workspace.
Public methodDelete
Delete a specified workspace in the organization.
Public methodDeleteFolder
Delete a specified folder in the workspace.
Public methodDeleteGroup
Delete a specified group.
Public methodDeleteSlideshow
Delete a specified slideshow in the workspace.
Public methodDeleteVariable
Delete a specified variable in the workspace.
Public methodDisableDomainAccess
Disable workspace from the specified white label domain.
Public methodEnableDomainAccess
Enable workspace to the specified white label domain.
Public methodGetAdmins
Returns list of admins for the specified workspace.
Public methodGetDatasources
Returns list of datasources for the specified workspace.
Public methodGetFolders
Returns list of all accessible folders for the specified workspace.
Public methodGetGroupDetails
Returns details of the specified group.
Public methodGetGroups
Returns list of groups for the specified workspace.
Public methodGetSecretKey
Returns the secret key of the specified workspace.
Public methodGetShareInfo
Returns shared details of the specified workspace.
Public methodGetSlideshowDetails
Returns details of the specified slideshow.
Public methodGetSlideshows
Returns list of slideshows for the specified workspace.
Public methodGetSlideshowURL
Returns slide URL to access the specified slideshow.
Public methodGetVariableDetails
Returns details of the specified variable.
Public methodGetVariables
Returns list of variables for the specified workspace.
Public methodGetViews
Returns list of all accessible views for the specified workspace.
Public methodMakeDefaultFolder
Make the specified folder as default.
Public methodRemoveAdmins
Remove admins from the specified workspace.
Public methodRemoveDefault
Remove a specified workspace from default.
Public methodRemoveFavorite
Remove a specified workspace from favorite.
Public methodRemoveGroupMembers
Remove users from the specified group.
Public methodRemoveShare
Remove shared views for the specified users.
Public methodRename
Rename a specified workspace in the organization.
Public methodRenameFolder
Rename a specified folder in the workspace.
Public methodRenameGroup
Rename a specified group.
Public methodShareViews
Share views to the specified users.
Public methodSyncData
Initiate data sync for the specified datasource.
Public methodUpdateDatasourceConnection
Update connection details for the specified datasource.
Public methodUpdateSlideshow
Update details of the specified slideshow.
Public methodUpdateVariable
Update details of the specified variable in the workspace.
Top
See Also