business objects sdk - How to obtain the report data from BO with the use of RESTful Web Services? -
I appreciate the sample code (URL string) that gives data. So far I am able to get information about the report but I am not able to get the data.
From:
Get the list of data providers:
< Previous> Get get & lt; WebiURL & gt; / Documents / {documentId} / dataproviders
As a result, you will get a DP ID which looks like:
Then get the number of "flow" in the DP:
get & lt; WebiURL & gt; / Documents / {documentId} / dataproviders / dp / get flow data then flow: get & lt; WebiURL & gt; / Documents / {documentId} / dataprider / DP0 / flow <0 /
code>
Comments
Post a Comment