Clarity

  • 1.  Calling REST API in Gel script

    Posted Apr 18, 2018 11:05 AM

    Can some one share any samples or tips on how to call a third party REST API from GEL Script to work with a JSON response from the REST API and update data in clarity application.

     

    Thanks in Advance!!



  • 2.  Re: Calling REST API in Gel script

    Posted Apr 18, 2018 11:10 AM


  • 3.  Re: Calling REST API in Gel script

    Posted Apr 18, 2018 04:38 PM

    Near the bottom of this idea post:

     

    Use RESTful APIs in Integrations via Process Manager (and/or GEL) 

     

    There is an example of loading the response json payload into a gson LinkedTreeMap which make working with more complex json easier -- or least I think so.

     

    V/r,

    Gene



  • 4.  Re: Calling REST API in Gel script

    Posted Apr 25, 2018 09:56 AM

    Thank you Eugene and David for your replies. It helped me to start off. But is there a way to do the REST API which requires NTLM authentication and I am not able to figure out in GEL script. Any help in this regards is much appreciated!

     

    Vani