This is a reference to the URLs available for refreshing and scheduling Web Intelligence documents.
The URL must be used with the default base URL value: <webiURL>.
Action | Method | Request |
---|---|---|
Cancel the refresh of a document | PUT | /documents/{documentId}/parameters/execution?cancel=<mode> |
Fill the refresh parameter (if needed) and run (refresh) the query of a document | GET | /documents |
Get the refresh parameters to be filled before running a query | GET | /documents/{documentId}/parameters |
Action | Method | URL |
---|---|---|
Add a new schedule for a document | POST | /documents/{documentId}/schedules |
Delete a schedule | DELETE | /documents/{documentId}/schedules/{scheduleId} |
Get the details of a schedule | GET | /documents/{documentId}/schedules/{scheduleId} |
Get the list of existing schedules for a document | GET | /documents/{documentId}/schedules |