Tag Name & type | # | Description |
|---|
| FormDataResult | | Namespace of this element is http://premconn.premiereconnect.com/FormData/2008/10 |
| | Status StatusType | 1 | Status of processing. See StatusType. |
| | SubmitId xs:string | 0-1 | Echoes the SubmitId in the request, if possible. |
| | NumToRetrieve xs:unsignedInt | 0-1 | The maximum number of responses to be retrieved per the request. |
| | TotalCount xs:unsignedInt | 0-1 | Total number of responses that satisfy the specified filter. |
| | StartSequence xs:unsignedInt | 0-1 | Minimum response number in the result. |
| | EndSequence xs:unsignedInt | 0-1 | Maximum response number in the result. |
| | CampaignName xs:string | 0-1 | Name of the form's Campaign. |
| | FormName xs:string | 0-1 | Name of the form whose responses are being retrieved. |
| | CharacterSet xs:string | 0-1 | Character set of the responses |
| | FormFieldInfo FieldInfoType | 0- | This element contains descriptive information about each field of the form. |
| | FieldName EncodableStringType | 1 | Name of the field |
| | FieldDataType xs:string | 1 | Data type of the field. |
| | AdditionalInfo XoaMapType | 0- | Not used currently. |
| | @name xs:string | 1 | Not used currently. |
| | Response ResponseDataType | 0- | Each Response element contains the data from a response record. |
| | @sequenceNumber xs:unsignedInt | 1 | Sequence number of the response. |
| | @lastModifiedTime xs:dateTime | 1 | Last-modified time of the response. |
| | FormField PropertyType | 1- | This element contains the data of a field. The data may be returned in one of several different formats, based on the registered characteristics of the field and the data actually found. |
| | Name xs:string | 1 | Name of the field. |
| | ExtString EncodableStringType | 1 | Value of the name as a string. |
ExtNumber xs:decimal | 1 | Value of the field as a number. |
ExtDateTime xs:dateTime | 1 | Value of the field as an xs:dateTime value. |
ExtBoolean xs:boolean | 1 | Value of the field as a boolean value. |
ExtBinary xs:string | 1 | Value of the field as a base64-encoded data. |