Hi Sabir,
Have you resolved your issue? I am running into a similar issue.
When I call the SDK with http://localhost:6405/biprws/raylight/v1/documents/12345 I am getting the document properties not the actual content of the report.
I received the below XML:
<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>
<document>
<id>113151</id>
<cuid>AXbL2TTp.4BDkM1BPicBs5o</cuid>
<name>Test Report</name>
<folderId>36567</folderId>
<path>Public Folders/Packages/Reports</path>
<updated>2016-03-23T21:07:41.851-04:00</updated>
<scheduled>false</scheduled>
<state>Unused</state>
<createdBy>Administrator</createdBy>
<lastAuthor>Administrator</lastAuthor>
<size>46429</size>
<refreshOnOpen>true</refreshOnOpen>
</document>
Not sure what I am doing wrong. Hope you have resolved your issue. I have tried with reports that have "Refresh on Open" checked and unchecked and I got the similar response.
I am looking for a byte stream of the report (id 12345) so that I can create a PDF report and save it to my folder.
Any help is greatly appreciated.
Thanks,
Sher