Wiki

Case Status Kiln
Log In

Wiki

 
Save an annotation
  • RSS Feed

Last modified on 2/08/2016 8:14 AM by User.

Tags:

Save an annotation

Context:     
        User wants to save annotations for a file
    URL:    
        https://api.intelligencebank.com/webapp/1.0/annotations

    Method
        POST
       Parameters
        p10: {client api key}
        p20: { useruuid }
        fileuuid: { file uuid }
        annotation: { annotation text }
        OPTIONAL: version: { version number of resource}

    Header:
        _aid: <app id>

       Response
        202 : <response> 1 for success | 0 for failure <response>
        401 : Access denied
        404 : Annotation not found
        500 : Internal server error

       Actions
        Process response

    Notes: