This is a reference to the URLs available to manage the lifecycle of a Web Intelligence document.
In the table 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 |
---|---|---|---|
Updating the State of a Document | PUT | /documents/{documentId} | 4.0 SP5 | 4.1 |
Creating a Document Snapshot | POST | /documents/{documentId}/snapshots | 4.0 SP6 | 4.1 |
Getting the List of Snapshots | GET | /documents/{documentId}/snapshots | 4.0 SP6 | 4.1 |
Restoring a Document to a Snapshot | PUT | /documents/{documentId}?snapshotId={token} | 4.0 SP6 | 4.1 |