Document Refresh and Scheduling URLs

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>.

Table 1: Document Refresh
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
Table 2: Document Scheduling
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