Skip to main content
Known Participant
September 1, 2023
Question

Fetch Data using Java Application

  • September 1, 2023
  • 3 replies
  • 3 views

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

3 replies

mathieud0001
Brainy
September 1, 2023

Probably way easier to just expose the data via an web API and consume it in your Java app.

Known Participant
September 1, 2023

is there a way to expose Appian Reports vai web API ? 
Any reference would be helpful. 

stefanhelzle0001
Brainy
September 2, 2023

As a starter: https://docs.appian.com/suite/help/23.3/Web_API_Tutorial.html

Then, instead of using a!queryRecordType, use queryProcessAnalytics.