Tag Name & type | # | Description |
---|
FormDataRequest | | Namespace of this element is http://ws.easylink.com/FormData/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| Domain xs:string | 1 | The EasyLink switch where the form data resides. Possible values are XDDS or MR, or the actual name of a domain. Using an actual domain name is discouraged, since using the generic values allows EasyLink to consider all currently accessible switches. |
| NumToRetrieve xs:unsignedInt | 0-1 | Maximum number of responses to be retrieved. |
| DateRange DateRangeType | 0-1 | The time window for which the responses are to be retrieved. |
| StartDate xs:dateTime | 1 | Retrieve responses newer than this date. |
| EndDate xs:dateTime | 1 | Retrieve responses older than this date. |
| StartSequence xs:unsignedInt | 0-1 | This element specifies the minimum sequence number of the responses to be retrieved.
If this element is present, the DateRange filter (if present) is ignored. |
| EndSequence xs:unsignedInt | 0-1 | This element specifies the maximum sequence number of the responses to be retrieved.
If this element is present, the DateRange filter (if present) is ignored. |
| ResponseFilter | 1 | This element specifies the type of data to be retrieved based on the status of the records.
The retrieval can simultaneously adjust the status. For example, "new" responses can be marked as "deleted", so that they will not be included in the next request for "new" responses.
The above filters (StartSequence, EndSequence, DateRange, NumToRetrieve) will be applied to the responses with the requested status to determine those ultimately returned in the result. |
| New | 1 | If this choice is used, only "new" responses will be retrieved. |
| @markAsDeleted xs:boolean | 1 | If this attribute is true, the status in the form database for the retrieved responses will be changed to "old" (or "deleted"). |
Old | 1 | If this choice is used, only "old" responses will be retrieved. |
| @markAsNew xs:boolean | 1 | If this attribute is true, the status in the form database for the retrieved responses will be changed to "new". |
All | 1 | If this choice is used, all responses will be retrieved. |
| @action FilterActionType | 1 | Legal values and their effect are listed here:
markNew | The status for retrieved responses is set to "new". |
markDeleted | The status for retrieved responses is set to "old" ("deleted"). |
leaveAsItIs | No changes are made to status values. |
|
| CampaignName xs:string | 1 | Name of the Campaign which contains the form whose responses are to be retrieved. |
| FormName xs:string | 1 | Name of form whose responses are to be retrieved. |