GetFormAnswerAuditTrail()
The GetFormAnswerAuditTrail() command returns the audit trail for the given form answer.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
formID | string | 20 | Y | The unique ID of the form. |
formTemplateID | integer | Y | The form template ID. | |
formAnswerID | string | 20 | Y | The form answer ID. |
isInTableRow | boolean | Specifies whether the answer is in a table row. | ||
formAnswerLinkId | string | 20 | N | If IsInTableRow is true, this specifies the FormAnswerLinkId of the table row, otherwise it's ignored. |
Field | Type | Description |
---|---|---|
FormAnswerAuditTrailResponse | FormAnswerAuditTrailResponse | Returns the audit trail for the given form answer. |
<FormAnswerAuditTrailResponse>
<Status>
<Code>SUCCESS</Code>
<Message>
Success. [ActivityID]:
</Message>
</Status>
<FormAnswerAuditTrail>
<FormAnswerAuditTrail>
<FormID></FormID>
<FormAnswerID></FormAnswerID>
<FormTemplateID></FormTemplateID>
<Action></Action>
<AnswerText></AnswerText>
<DateChanged></DateChanged>
<Person></Person>
<Device></Device>
</FormAnswerAuditTrail>
</FormAnswerAuditTrail>
</FormAnswerAuditTrailResponse>