GetFormComments()
The GetFormComments() command returns comments saved directly against the form specified.
|
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. |
Field | Type | Description |
---|---|---|
CommentInformation | CommentInformation | comment information structure. |
<CommentResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<CommentInformation>
<Comment></Comment>
<CreatedByUser></CreatedByUser>
<CreatedByOrganisation></CreatedByOrganisation>
<Date></Date>
<LastModified></LastModified>
<OwnerId></OwnerId>
<LasModifiedOnServer></LasModifiedOnServer>
<CommentType<>/CommentType>
</CommentInformation>
</CommentResponse>