Overslaan en naar de inhoud gaan

GetFormComments()

Modified: 10 mei 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>
Indienen

Table of Contents