ExportSynchronous operation
     This operation waits for the export to finish and returns the exported report book.
      Use this operation to export small report books, large exports can run into time-out
      issues.
  
    Request
| Method | URL | 
|---|---|
GET | 
              /BI/api/rest/IonApi/BookExport/v1/ExportSynchronous | 
            
| Parameter | Status | Type | Value | 
|---|---|---|---|
appName | 
              Required | String | A unique name of the application with the report book to export. | 
bookName | 
              Required | String | A unique name of the report book to export. | 
outputFormat | 
              Required | Enum | 
                 
 
 
 
 
 Export output format.  | 
            
usePageLayout | 
              Optional | Boolean | The default is TRUE. Use only for pptx or image
                export. | 
            
imageFormat | 
              Optional | Enum | 
 
 png. Use only for
                image export. | 
            
string exportProfile | 
              Optional | String | An export profile name. To export in the default way, leave empty. | 
Result
You receive a piece of binary data, that represents an exported report book in chosen format.
When export fails, you receive a JSON string with an error
        message.