Revert
Revert takes a Workspace and moves it back to its previous version. Version 5 of a Workspace, when reverted, will go back to version 4, losing all the changes made in version 5. A Checkpointed Workspace with only a single version moves back to 'Created' State and so on.
Note: It is possible to lose your configuration if you move from Edit-In-Progress (where you
have made Repository changes) and move it back to Created which is the state prior to
any changes or you revert from one checkpointed version to a previous version.
- If you perform the revert process on a Workspace with the status set to Edit-In-Progress or Checkpointed, then all changes that you made in the latest version are lost and the Workspace reverts to the last checkpointed version.
- If you perform the revert process on the first version of the Workspace, then all changes that you made in the first version are lost and the status of the Workspace reverts to Created.
- URI: Single Workspace: http://ServerName:port/siebel/v1.0/wsoperation/{wsname}/Revert
- HTTP Method: POST
- Content-Type: application/json
- Authorization: Basic
- Request Body: None
Response details
- HTTP Code: 200
- Content-Type: application/json
- Response Body:
{ "Name": "dev_sadmin_feature_mno", "Status": "Created", "Id": "88-3Z6A3X", "Version": "0" }