Create webscript with alfresco remote api

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2020 06:57 AM
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?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2020 10:07 AM
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
