Share via


GrooveForms2.ReadForms 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 ReadForms operation reads the forms that are defined in the Forms tool.

HTTP Post URL

Targets the Forms tool; this URI is provided by the GrooveTools.Read operation in the ToolData 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

None.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

<ReadFormsResult>
  <!-- Array of -->  <Form />
</ReadFormsResult>

Element

Data type

Description

ReadFormsResult

Array of Form

Describes the form. Form includes the following elements: ID, FormsRecordDataSet_ID, Name, URI, Type, MaintainRecordVersionHistory, IsResponse, and IsDeleted.

See Also

Reference

GrooveForms2 Web Service

Form Complex Type

Concepts

Accessing Forms Tool Design Information

Getting Information About Forms