Share via


GrooveTools.ReadAvailableTools 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 ReadAvailableTools operation returns all tool templates that can be used in adding a tool to the workspace associated with the targeted GrooveTools service. You can only add tools to workspaces compatible with Groove 2007.

HTTP Post URL

The HTTP Post URL targets the GrooveTools service for a workspace. This URI is provided by the GrooveSpaces.Read operation.

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

None.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<ReadAvailableToolsResult>
  <!-- Array of --> <Template />
</ReadAvailableToolsResult>

Element

Data type

Description

ReadAvailableToolsResult

Array of Template

Describes a template that is used to create a specific kind of tool. There can be zero or more Template elements in the ReadAvailableToolsResult array.

Remarks

For workspaces compatible with Groove 2007, this operation returns the templates for all tools that are available for 2007. For all workspaces compatible with previous versions of Groove or with SharePoint Workspace, the operation returns an empty list.

See Also

Reference

GrooveTools Web Service

GrooveTools.Read Operation

Template Complex Type

Concepts

Accessing Tools in a Workspace