HI All,
I am posting this question out of curiosity.
As we know Appian is coded in Java.
I am just thinking is there a way to fetch the Appian Reports in my Java Application ?
Like if there is any Java Class/package that appian provides or something ?
I have found something here: https://docs.appian.com/suite/help/22.4/api/com/appiancorp/suiteapi/process/analytics2/ReportData.html
But just want to check is this something feasible ?
Thanks
Discussion posts and replies are publicly visible
Probably way easier to just expose the data via an web API and consume it in your Java app.
is there a way to expose Appian Reports vai web API ? Any reference would be helpful.
As a starter: https://docs.appian.com/suite/help/23.3/Web_API_Tutorial.html
Then, instead of using a!queryRecordType, use queryProcessAnalytics.