Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/02/2024 03:20 AM
Hi , I have created a analytic for extract user who is onboard with condition of start date equal current date. There is result after run the analytics task in Saviynt Portal.
Just I would like to know, how to fetch the analytic result via Saviynt API ? Based on the Saviynt API (https://documenter.getpostman.com/view/23973797/2s9XxwutWR#b821cc21-ee7c-49e3-9433-989ed87b2b03) I have tried to call using api below but not successfully.
{{url}}/ECM/{{path}}/fetchRuntimeControlsDataV2
Example:
Body
Could anyone know how to output analytics via API ? Thanks
Solved! Go to Solution.
05/02/2024 03:25 AM
Query the analyticsconfig es table and validate the type of analytics used?
Validate the analyticsid is correct?
05/02/2024 03:38 AM
Hi Manish,
Yes, have check on the "analyticsconfig es" .
Both ID and type is correct.
ID: 1513
Type: v2
05/02/2024 09:50 PM
It seems your report is not runtime.
How to validate runtime? icon in end of report name
05/02/2024 03:53 AM - edited 05/02/2024 03:56 AM
Hi @weixiangteoh ,
Use URL: {{url}}/ECM/{{path}}/fetchRuntimeControlsData
Refer the documentation for mandatory body parameters for this call.
My postman screenshot:
If you find the above response useful, Kindly Mark it as Accept As Solution and hit Kudos
05/03/2024 12:18 AM
Hi @rushikeshvartak , after create a new analytics with type of "Runtime" , we able to retrieve the result via API.
Thanks all for your input.