I am working with SAP BusinessObjects RESTful Web Service SDK, and my goal is to export a report without the associated data. I would like to extract only the structure of the report in HTML format, as shown in the image
I have reviewed the official documentation but couldn't find specific information on how to export just the structure of the report without including the business data.
Question
Is there a way to export a report (without data) in HTML format using SAP BusinessObjects RESTful Web Service SDK? If yes, which endpoints and parameters should I use?
If anyone has suggestions on how to address this issue or knows alternative approaches, I would greatly appreciate your input!