The GetFormAnswerComments() command returns comments saved directly against the form answer specified.
Table 1. Parameters| 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.
|
Table 2. Returns| Field | Type | Description |
|---|
|
CommentInformation
|
CommentInformation
|
comment information structure.
|
<CommentResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<CommentInformation>
<Comment></Comment>
<CreatedByUser></CreatedByUser>
<CreatedByOrganisation></CreatedByOrganisation>
</CommentInformation>
</CommentResponse>