Share via


GrooveTools.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 returns all tools that expose Web services in a workspace.

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

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

Element

Data type

Description

ReadResult

Array of Tool

Contains the information about the tools. The ReadResult array can contain zero or more Tool elements.

See Also

Reference

GrooveTools Web Service

GrooveTools.ReadAvailableTools Operation

GrooveTools.ReadTool Operation

Tool Complex Type

Concepts

Accessing Tools in a Workspace