Report URLs

This is a reference to the URLs available for managing reports in Web Intelligence documents.

The URL must be used with the default base URL value: <webiURL>.

Action Method URL
Copy a report in a document POST /documents/{documentId}/reports
Create a report in a document POST /documents/{documentId}/reports
Data filters: create a data filter POST /documents/{documentId}/reports/{reportId}/datafilter
Data filters: delete a data filter DELETE /documents/{documentId}/reports/{reportId}/datafilter
Data filters: get the details of a data filter GET /documents/{documentId}/reports/{reportId}/datafilter
Data filters: update a data filter PUT /documents/{documentId}/reports/{reportId}/datafilter
Delete a report DELETE /documents/{documentId}/reports/{reportId}
Export the report in the stated format GET /documents/{documentId}/reports/{reportId}
Export the report as pages to various formats GET /documents/{documentId}/reports/{reportId}/pages
Export a report page to various formats GET /documents/{documentId}/reports/{reportId}/pages/{pageIndex}
Get all the reports of a document GET /documents/{documentId}/reports
Get the details of a report GET /documents/{documentId}/reports/{reportId}
Input controls: get the list of input controls GET /documents/{documentId}/reports/{reportId}/inputcontrols
Input controls: get the definition of an input control GET /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}
input controls: update the definition of an input control PUT /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}
Input controls: add an input control POST /documents/{documentId}/reports/{reportId}/inputcontrols
Input controls: delete an input control DELETE /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}
Input controls: set the selection of an input control PUT /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection
Input controls: remove the selection of an input control DELETE /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection
Map: get the report map GET /documents/{documentId}/reports/{reportId}/map
Move a report within a document POST /documents/{documentId}/reports?fromId={fromId}&toId={toId}
Structure: get the report structure of the specified report GET /documents/{documentId}/reports/{reportId}/specification
Structure: update the report structure of the specified report PUT /documents/{documentId}/reports/{reportId}/specification
Update the details of a report PUT /documents/{documentId}/reports/{reportId}