Skip to main content

GetFormComments()

Modified: 6 Jun 2026 Viewpoint Field View Developer / API Help

The GetFormComments() command returns comments saved directly against the form specified.

  • Quota: 2
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string 20Y Your API security token configured in Field View.
formId string 20Y The unique ID of the form.
Table 2. Returns
FieldTypeDescription
CommentInformationCommentInformation 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>
Submit

Table of Contents