Gets the details of the report specified by the given identifier.
GET <webiURL>/{documentId}/reports/{reportId}
Response type: application/xml or application/json
Response body: the details of the report, that is, the id, name, reference, and showDataChanges.
GET <webiURL>/documents/7858/reports/3
Response:
<report> <id>1</id> <name>Cross Tab View</name> <reference>1.RS</reference> <showDataChanges>false</showDataChanges> <element> <name>2004</name> <reference>1.K.0</reference> </element> <element> <name>2005</name> <reference>1.K.1</reference> </element> <element> <name>2006</name> <reference>1.K.2</reference> </element> </report>