Comments API

Comments list object - Add / Edit comment

OVERVIEW

 An object representing comments list

<comment>
     <html><![CDATA[<p>{actual content - with formatting}</p>]]> </html>
     <attachments>
          <attachment>
               <id>{attachment/file - id}</id>
          </attachment>
          <attachment>
               <id>{attachment/file - id}</id>
          </attachment>
     </attachments>
</comment>

Note : We can use attachment id as an existing file id or user can add new attachment using 'Add attachment' API.

Comments


0 Comments

Last Updated: Nov 08,2024