01-27-2023 01:54 PM
We have a requirement to extract a CSV file of newly onboarded users form Saviynt. Is there a way to schedule Analytical report to generate the output in CSV on one of the FileDirectory folders? We then plan to use FTP Job to share the generated output CSV file to another app.
01-27-2023 02:32 PM
Create analytics report and place is datafiles using saviynt rest apis
https://documenter.getpostman.com/view/1797923/2s83mbojGM#3bf94384-0191-4697-8f23-a5698794ceff
01-27-2023 02:47 PM
1. Is there any other option other than using REST APIs?
2. Which REST API endpoint gives an option to select the "datafiles" folder. It is not clear from the link you shared.
01-27-2023 03:09 PM
I don’t see any other option other than APi as downloads folder you can’t access (there is no api available)
use below apis
01-27-2023 03:31 PM
After running the API "runAnalyticsControls", to which directory does the output file is generated?
I can then specify that directory name in uploadSchemaFile to move it to 'DataFiles'
01-28-2023 05:33 PM
runAnalyticsControls will Run analytics. fetch will give data from analytics. You need to write in excel and upload file using upload API