The Alfresco Connector offers instant Alfresco Document Management connectivity, providing you with an easy way for client applications to remotely communicate with the Alfresco content application server . With this API connectivity , developers can easily customize and integrate OutSystems applications with Alfresco. Using the Alfresco connector allows users to collaborate, and share files securely.
This connector can easily be customized and new endpoints can be added as needed. Most of the heavy lifting in regards to authentication has been handled in the connector.
The APIs are based of https://docs.alfresco.com/5.0/references/RESTful-intro.html
How to:
- Download module
- Replace REST API Base URL with the Alfresco Server URL you wish to connect to.
- Reference the module and actions wherever you need them.
- Further customize to include additional endpoints as needed.