Create webscript with alfresco remote api

cancel
Showing results for 
Search instead for 
Did you mean: 
Skyor
Active Member

Create webscript with alfresco remote api

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
angelborroy
Alfresco Employee

Re: Create webscript with alfresco remote api

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