This is a reference to the URLs available for refreshing and scheduling 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 | Request | Release |
---|---|---|---|
Getting the Refresh Parameters of a Document | GET | /documents/{documentId}/parameters | 4.0 SP5 | 4.1 |
Refreshing a Document | PUT | /documents/{documentId}/parameters | 4.0 SP5 | 4.1 |
Cancelling the Refresh of a Document | PUT | /documents/{documentId}/parameters/execution?cancel=<mode> | 4.0 SP6 | 4.1 |
Action | Method | URL | Release |
---|---|---|---|
Adding a Schedule | POST | /documents/{documentId}/schedules | 4.0 SP5 | 4.1 |
Getting the List of Schedules | GET | /documents/{documentId}/schedules | 4.0 SP5 | 4.1 |
Getting the Details of a Schedule | GET | /documents/{documentId}/schedules/{scheduleId} | 4.0 SP5 | 4.1 |
Deleting a Schedule | DELETE | /documents/{documentId}/schedules/{scheduleId} | 4.0 SP5 | 4.1 |