Out-of-the-box actions

cancel
Showing results for 
Search instead for 
Did you mean: 
marcuccio
Member II

Out-of-the-box actions

There is a webscript to call able to show me the list of all available actions in alfresco?.
Furthermore, where can I found the implementation of the out-of-the-box actions?.

3 Replies
afaust
Master

Re: Out-of-the-box actions

Which actions are you talking about? Repository-tier actions or Share client / doclib actions? Depending on this, different web scripts may apply (or a single, unified listing may not even be available), and the way to look for implementations may be different.

marcuccio
Member II

Re: Out-of-the-box actions

Hello Axel.

Repository-tier actions

afaust
Master

Re: Out-of-the-box actions

The endpoint <host>:<port>/alfresco/s/api/actiondefinitions provides a list of Repository-tier actions using the ActionService framework.

There may of course be other actions there implemented by custom ReST endpoints, but since these do not follow any common pattern or adhere to a specific API (apart from web scripts), they are impossible to be listed.