GrooveSpaces.Read Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The Read operation reads the workspaces for the Groove identity. If you specify a workspace type, the operation returns only workspaces of that type. If you do not specify a type, the operation returns information about Groove workspaces. This operation does not return any information about SharePoint workspaces.

HTTP Post URL

The HTTP Post URL targets the service for the identity. This URI is provided by the GrooveAccounts.Read2 operation in the Identity.Spaces element.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

<SpaceType />

Element

Data type

Description

SpaceType

xs:string

URN that specifies the workspace type. If you specify an empty string, the operation reads the generic Groove workspaces.

SpaceType URN values

Description

urn:groove.net:Groove.Core.Tools.System.TelespaceTypes.Generic

Generic Groove workspace; this is the default value.

urn:groove.net:Groove.Core.Tools.System.TelespaceTypes.GFS

Shared folders.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<ReadResult>
  <!-- Array of --> <Space />
</ReadResult>

Element

Data type

Description

ReadResult

Array of Space

Describes the workspace. The ReadResult array can contain zero or more Space elements.

Remarks

Note that if you are getting information about Shared Folders, the return value contains an empty string for the Tools element. You cannot access the GrooveTools service or a GrooveFilesBase64 service in a Shared Folder.

See Also

Reference

GrooveSpaces Web Service

GrooveSpaces.Read2 Operation

GrooveSpaces.ReadSpace Operation

Concepts

Reading Workspaces