function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kminevkminev 

Run report via SOAP API in java and get the data

Hi,

 

I am trying to query an existing report via a SOAP call in java can anyone provide a sample code if possible.

 

Here is what I've got so far:

 

QueryResult qr = connection.query("Select Name From Report Where Name = 'My_Report_Name'");

 

In the result I do see the name comming back, but I don't seem to be able to find a way to get the records/data from the report.

 

Any help will be appreciated.

 

Thank you.

dkadordkador

Currently, there is no programmatic access to a report's results.