![]() |
Index of Web Scripts URI '/api/wcm/webprojects' |
Alfresco Community v3.2.0 (2039) |
2 Web Scripts |
Back to Web Scripts Home |
Up to uri /api/wcm |
POST /alfresco/service/api/wcm/webprojects |
Description: | Create (POST) a single WCM web project. The following fields are required in the body of the request:
The following fields are optional:
Returns 201, STATUS_CREATED on success. The body of the return will contain the new Web Project. |
Authentication: | user |
Transaction: | required |
Format Style: | argument |
Lifecycle: | draft_public_api |
Default Format: | json |
Id: | org/alfresco/repository/wcm/webproject.post |
Description: | classpath:alfresco/templates/webscripts/org/alfresco/repository/wcm/webproject.post.desc.xml |
GET /alfresco/service/api/wcm/webprojects?userName={userName?} |
GET /alfresco/service/api/wcm/webprojects |
Description: | Get a list of the WCM Web projects. userName is an optional argument that if specified then only those web projects for the specified user are returned else all web projects are returned. |
Authentication: | user |
Transaction: | required |
Format Style: | argument |
Lifecycle: | draft_public_api |
Default Format: | json |
Id: | org/alfresco/repository/wcm/webprojects.get |
Description: | classpath:alfresco/templates/webscripts/org/alfresco/repository/wcm/webprojects.get.desc.xml |