Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

/ activity / workspaceCreate

Description

Invoke this operation to create a new workspace. A workspace is essentially an extended activity stream with group management behavior.

API Details

  • Status:
  • The required privilege level to invoke this method is user
  • The supported database role for this method is none
System Rights Database Rights Mail Rights Calendar Rights
sys.e.createWorkspace
--- --- ---

Request Parameters

The workspaceCreate method takes the following input parameters. It is important to note that the parameters must be passed to the method in the same order as they appear here in order to satisfy the requirement of the input validation checks.

Name Type Attributes Description
displayName xs:string Required The workspaces display name/title.
title xs:string Optional Set the title/short description of this workspace, this is displayed at the top of a workspace and in lists and should contain information to assist users in understanding the purpose of the workspace.
about xs:string Optional This should contain information about the workspace and will be displayed in the home page of the workspace.
config workspaceConfigType Optional Workspace configuration
visibility workspaceVisibilityType Optional
Default=closed
Limits the visibility to the specified visibility group. This will limit the visibility of the existence of the stream, as well as set a guide for all activities registered within it. All activities registered within the stream must be at least as restrictive as this visibility group.
icon xs:anyURI Optional The relative or absolute URI to the image file on WebDAV, or if prefixed with http:// or https:// a reference to an image reachable via the web/intranet.

Response Parameters

Name Type Attributes Description
activityStreamID xs:anyURI Required The activity stream Id that represents this workspace.
In This Document