You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Form Class > Form Methods > GetFormFieldData Method > GetFormFieldData
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Form.GetFormFieldData Method (long, string, string)

Retrieves the submitted data for all fields from a specified form. All the data may be retrieved or just data submitted within a given date range. 

This method can be accessed through the Form.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/Form.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetFormFieldData By FormId, StartDate and EndDate", Description = "")]
public FormSubmittedData[] GetFormFieldData(long FormId, string StartDate, string EndDate);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetFormFieldData By FormId, StartDate and EndDate", Description = "")>
Public Function GetFormFieldData(FormId As long, StartDate As string, EndDate As string) As FormSubmittedData()
Parameters 
Description 
FormId 
Specifies the form. Value Type: Int32 (System.Int32)  
StartDate 
Optionally limit the data returned to include only those submitted on or after the given date. Value Type: String (System.String)  
EndDate 
Optionally limit the data returned to include only those submitted on or before the given date. Value Type: String (System.String)  

Returns an array of submitted data. Cms.FormSubmittedData (Ektron.Cms.FormSubmittedData)

Does not require authentication.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!