Hello,
I have a need to retrieve the labels and corresponding values for items represented on a report.
The best I can get is 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 other metadata that can be retrieved to get these relationships?
Thanks