GrooveForms2.ReadViews 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 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. |