Alfresco Index of Web Scripts Lifecycle '/internal'
Alfresco Community v3.2.0 (2039)
8 Web Scripts

Back to Web Scripts Home

Up to lifecycle /

Web Scripts Home
GET /alfresco/service/
GET /alfresco/service/index
---
Web Scripts Home
---
Authentication:none
Transaction:none
Format Style:any
Default Format:html
Lifecycle:internal
Id:org/alfresco/index.get
Descriptor:classpath:alfresco/webscripts/org/alfresco/index.get.desc.xml

Web Script Maintenance
POST /alfresco/service/index?reset={reset?}
POST /alfresco/service/?reset={reset?}
---
Maintain index of Web Scripts
---
Authentication:none
Transaction:none
Format Style:any
Default Format:html
Lifecycle:internal
Id:org/alfresco/index.post
Descriptor:classpath:alfresco/webscripts/org/alfresco/index.post.desc.xml

All Web Scripts Index
GET /alfresco/service/index/all?package={package?}&url={url?}&family={family?}
GET /alfresco/service/index/all.mediawiki?package={package?}&url={url?}&family={family?}
---
Retrieve an index of all Web Scripts
---
Authentication:none
Transaction:none
Format Style:any
Default Format:html
Lifecycle:internal
Id:org/alfresco/indexall.get
Descriptor:classpath:alfresco/webscripts/org/alfresco/indexall.get.desc.xml

Failed Web Scripts Index
GET /alfresco/service/index/failures
---
Retrieve an index of all failed Web Scripts
---
Authentication:none
Transaction:none
Format Style:any
Default Format:html
Lifecycle:internal
Id:org/alfresco/indexfailures.get
Descriptor:classpath:alfresco/webscripts/org/alfresco/indexfailures.get.desc.xml

Web Script Family Index
GET /alfresco/service/index/family/{family}
---
Provide an index of Web Scripts for the specified family
---
Authentication:none
Transaction:none
Format Style:any
Default Format:html
Lifecycle:internal
Id:org/alfresco/indexfamily.get
Descriptor:classpath:alfresco/webscripts/org/alfresco/indexfamily.get.desc.xml

Web Script Lifecycle Index
GET /alfresco/service/index/lifecycle/{lifecycle}
---
Provide an index of Web Scripts in the various lifecycle states
none
This web script is not part of a lifecycle.
sample
This web script is a sample and is not intended for production use.
draft
This method may be incomplete, experimental or still subject to change.
public_api
This method is part of the Alfresco public api and should be stable and well tested.
draft_public_api
This method is intended to eventually become part of the public api but is incomplete or still subject to change.
deprecated
This method should be avoided. It may be removed in future versions of Alfresco.
internal
This script is for Alfresco use only. This script should not be relied upon between versions. It is likely to change.
---
Authentication:none
Transaction:none
Format Style:any
Default Format:html
Lifecycle:internal
Id:org/alfresco/indexlifecycle.get
Descriptor:classpath:alfresco/webscripts/org/alfresco/indexlifecycle.get.desc.xml

Form Persistence
POST /alfresco/service/api/{item_kind}/{item_id}/formprocessor
---
Handles the submission of a form, data can be POSTed as JSON, multipart/form-data or x-www-form-urlencoded
---
Authentication:user
Transaction:required
Format Style:any
Default Format:json
Lifecycle:internal
Id:org/alfresco/repository/forms/form.post
Descriptor:classpath:alfresco/templates/webscripts/org/alfresco/repository/forms/form.post.desc.xml

Form Definitions
POST /alfresco/service/api/formdefinitions
---
Returns a form definition for the requested item.
The body of the post should be in the form
{
   "itemKind" : item kind,
   "itemId" : item id,
   "fields" : [fields],
   "force" : [force]
}
Returns the form model.
---
Authentication:user
Transaction:required
Format Style:any
Default Format:json
Lifecycle:internal
Id:org/alfresco/repository/forms/formdefinition.post
Descriptor:classpath:alfresco/templates/webscripts/org/alfresco/repository/forms/formdefinition.post.desc.xml