This is a reference to the URLs available to manage the lifecycle of a Web Intelligence document.
The URL must be used with the default base URL value: <webiURL>.
Action | Method | URL |
---|---|---|
Change the state of a document in order to manage memory. | PUT | /documents/{documentId} |
Snapshots: get the list of snapshots of a document | GET | /documents/{documentId}/snapshots |
Snapshots: create a snapshot of a document | POST | /documents/{documentId}/snapshots |
Snapshots: create a snapshot of a document | POST | /documents/{documentId}/snapshots |
Snapshots: restore the document to the state corresponding to the given snapshot | PUT | /documents/{documentId}?snapshotId={token} |