GrooveForms2.ReadFormFields 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 ReadFormFields operation returns information about the fields that are defined in the targeted form.

HTTP Post URL

The HTTP Post URL targets the form whose fields you are reading. This URI is provided by the ReadForms operation in the URI 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

<ReadFormFieldsResult>
  <!-- Array of -->  <FormsField />
</ReadFormFieldsResult>

Element

Data type

Description

ReadFormFieldsResult

Array of FormsField

Describes the field in the form. FormsField includes the following elements: ID, Name, DataType, Label, IsRTFLabel, ValidationType, ValidationParameter, and URI.

See Also

Reference

GrooveForms2 Web Service

FormsField Complex Type

Concepts

Accessing Forms Tool Design Information

Getting Information About Forms