This is a reference to the URLs available for managing reports in Web Intelligence documents.
In the tables below are indicated the 4.0 and/or 4.1 releases from which each call is supported. The URL must be used with the default base URL value: <webiURL>.
Action | Method | URL | Release |
---|---|---|---|
Creating a Report | POST | /documents/{documentId}/reports | 4.0 SP6 | 4.1 |
Getting the List of Reports | GET | /documents/{documentId}/reports | 4.0 SP5 | 4.1 |
Getting the Details of a Report | GET | /documents/{documentId}/reports/{reportId} | 4.0 SP5 | 4.1 |
Copying a Report | POST | /documents/{documentId}/reports | 4.0 SP6 | 4.1 |
Moving a Report | POST | /documents/{documentId}/reports?fromId={fromId}&toId={toId} | 4.0 SP6 | 4.1 |
Updating the Properties of a Report | PUT | /documents/{documentId}/reports/{reportId} | 4.0 SP6 | 4.1 |
Deleting a Report | DELETE | /documents/{documentId}/reports/{reportId} | 4.0 SP6 | 4.1 |
Exporting a Report in Listing Mode | GET | /documents/{documentId}/reports/{reportId} | 4.0 SP5 | 4.1 |
Exporting a Report as a Series of Pages | GET | /documents/{documentId}/reports/{reportId}/pages | 4.0 SP6 | 4.1 |
Exporting a Page of a Report | GET | /documents/{documentId}/reports/{reportId}/pages/{pageIndex} | 4.0 SP6 | 4.1 |
Getting the Map of a Report | GET | /documents/{documentId}/reports/{reportId}/map | 4.0 SP6 | 4.1 |
Getting the Structure of a Report | GET | /documents/{documentId}/reports/{reportId}/specification | 4.0 SP6 | 4.1 |
Updating the Structure of a Report | PUT | /documents/{documentId}/reports/{reportId}/specification | 4.0 SP6 | 4.1 |
Action | Method | URL | Release |
---|---|---|---|
Creating a Data Filter | POST | /documents/{documentId}/reports/{reportId}/datafilter | 4.1 SP2 |
Getting the Details of a Data Filter | GET | /documents/{documentId}/reports/{reportId}/datafilter | 4.1 SP2 |
Updating a Data Filter | PUT | /documents/{documentId}/reports/{reportId}/datafilter | 4.1 SP2 |
Deleting a Data Filter | DELETE | /documents/{documentId}/reports/{reportId}/datafilter | 4.1 SP2 |
Action | Method | URL | Release |
---|---|---|---|
Getting the Input Controls of a Report | GET | /documents/{documentId}/reports/{reportId}/inputcontrols | 4.1 SP3 |
Getting the Definition of an Input Control | GET | /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId} | 4.1 SP3 |
Updating the Definition of an Input Control | PUT | /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId} | 4.1 SP3 |
Adding an Input Control | POST | /documents/{documentId}/reports/{reportId}/inputcontrols | 4.1 SP3 |
Deleting an Input Control | DELETE | /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId} | 4.1 SP3 |
Getting the Selections of an Input Control | GET | /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection | 4.1 SP3 |
Setting the Selection of an Input Control | PUT | /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection | 4.1 SP3 |
Removing the Selection of an Input Control | DELETE | /documents/{documentId}/reports/{reportId}/inputcontrols/{inputControlId}/selection | 4.1 SP3 |