Share via


GrooveForms2.ReadViews Operation

The ReadViews operation returns information about the Views defined in the Forms tool and the columns defined within each view.

HTTP Post URL

The 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

<ReadViewsResult>
  <!-- Array of -->  <FormsView />
</ReadViewsResult>
Element Data type Description

ReadViewsResult

Array of FormsView

Describes a view and the view columns. FormsView contains the following elements: ID, Name, RecordsLastModifiedTimeDate, DefaultSortPrimaryKeyFieldName, URI, and ViewColumnList.

See Also

Reference

GrooveForms2 Web Service
FormsView Complex Type
ViewColumn Complex Type

Concepts

Accessing Forms Tool Design Information
Getting Information About Views