![]() |
Index of Web Scripts Family '/WCM/Sandbox' |
Alfresco Community v3.2.0 (2039) |
3 Web Scripts |
Back to Web Scripts Home |
Up to family /WCM |
DELETE /alfresco/service/api/wcm/webprojects/{webprojectref}/sandboxes/{sandboxRef} |
--- |
Deletes a WCM sandbox and all its contents. |
--- |
Authentication: | user |
Transaction: | required |
Format Style: | argument |
Default Format: | json |
Lifecycle: | draft_public_api |
Id: | org/alfresco/repository/wcm/sandbox/sandbox.delete |
Descriptor: | classpath:alfresco/templates/webscripts/org/alfresco/repository/wcm/sandbox/sandbox.delete.desc.xml |
GET /alfresco/service/api/wcm/webprojects/{webprojectref}/sandboxes/{sandboxref} |
--- |
Get details of single sandbox of a web project. Return data: sandboxref name creator createdDate.iso8601 storeNames" : [ ] isAuthorSandbox isStagingSandbox urlReturns STATUS_OK, 200 |
--- |
Authentication: | user |
Transaction: | required |
Format Style: | argument |
Default Format: | json |
Lifecycle: | draft_public_api |
Id: | org/alfresco/repository/wcm/sandbox/sandbox.get |
Descriptor: | classpath:alfresco/templates/webscripts/org/alfresco/repository/wcm/sandbox/sandbox.get.desc.xml |
POST /alfresco/service/api/wcm/webprojects/{webprojectref}/sandboxes |
--- |
Create (POST) a new author sandbox for a user. The following fields are required in the body of the request:
Returns STATUS_CREATED,201 on success. |
--- |
Authentication: | user |
Transaction: | required |
Format Style: | argument |
Default Format: | json |
Lifecycle: | draft_public_api |
Id: | org/alfresco/repository/wcm/sandbox/sandbox.post |
Descriptor: | classpath:alfresco/templates/webscripts/org/alfresco/repository/wcm/sandbox/sandbox.post.desc.xml |