Wiki

Case Status Kiln
Log In

Wiki

 
Retrieve comments
  • RSS Feed

Last modified on 4/03/2013 11:35 AM by User.

Tags:

Retrieve comments

Context:     
        User wants to get the comments for a file
    URL:    
        https://api.intelligencebank.com/webapp/1.0/comments

    Method
        GET
       Parameters
        p10: {client api key}
        p20: { useruuid }
        fileuuid: { file uuid }

    Header:
        _aid: <app id>
        _bid: <sessionid>

       Response
        200 :
                <response>
                    <comment>  
                        <commentid>{ comment id number }</commentid>
                        <comment>{ comment text }</commentdata>
                        <createdby>{ original author }</createdby>
                        <createdat>{ created at }</createdat>
                        <updatedby>{ last edited by }</updatedby>
                        <updatedat>{ updated at}</updatedat>
                        <version> { version number} </version>
                        <iconuuid>{ uuid of creator }</iconuuid>
                    </comment>
                </response>
        401 : Access denied
        500 : Internal server error

       Actions
        Process the comment

    Notes: