cancel
Showing results for 
Search instead for 
Did you mean: 

Create webscript with alfresco remote api

Skyor
Champ on-the-rise
Champ on-the-rise

I want to create webscript to get current tasks of all users. I wrote class which extends AbstractWorkflowWebscript(located in alfresco-remote-api project). So, should i import AbstractWorkflowWebscript to my project?

And one more question - where i can register custom webscripts?

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

The Public REST API is not meant to be extensible.

You can create your own REST API endpoints using the Web Scripts approach:

https://docs.alfresco.com/6.2/references/dev-extension-points-webscripts.html

Hyland Developer Evangelist