cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve object labels and values from a report using JAVA SDK

Former Member
0 Kudos

Hello,

I have a need to retrieve the labels and corresponding values for items represented on a report.

The best I can get using REST is  to get /documents/<docid>/reports/<reportid>/specification .

This returns the layout of the report which contains all the values in <content> tags and some of the labels and others as table elements etc.

However, I have not found a way to retrieve them and link a label to its corresponding value.

Is there any corresponding java SDK that allows to retrieve this data that REST may not allow?  Are these relationships stored anywhere other than the layout?

Accepted Solutions (0)

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

That information is only stored in the report - there is no other location for it.  You might be able to use the ReportEngine SDK to get to this information, but much of that has been deprecated in favor of the RESTful web services.

-Dell