Wiki

Case Status Kiln
Log In

Wiki

 
Search in cloud
  • RSS Feed

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

Tags:

Search in cloud

 Context:
            User want to search in cloud for documents with certain criteria
    URL:
            https://api.intelligencebank.com/webapp/1.0/search

    Method
        GET
     Parameters
        p10: {client api key}
        p20: { useruuid }
        searchterm: { word or words to search for }
        OPTIONAL: folderuuid: { uuid of folder to start search from }

    Header:
        _aid: <app id>

    Response
        202 : { result : { numFound : , doc : [ { uuid : , title : , description : , id : , ext : , data : { location : , snippet : } } ] }
        401 : Access denied
        500 : Internal server error

    Actions
        Process response

    Notes:
        1. If folderuuid doesn't exist it will search from root folder.