GetFormAnswerComments()
The GetFormAnswerComments() command returns comments saved directly against the form answer specified.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
formAnswerId | string | 20 | Y | The unique ID of the form answer. |
Field | Type | Description |
---|---|---|
CommentInformation | CommentInformation | comment information structure. |
<CommentResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<CommentInformation>
<Comment></Comment>
<CreatedByUser></CreatedByUser>
<CreatedByOrganisation></CreatedByOrganisation>
</CommentInformation>
</CommentResponse>