Integrate alfresco community with web application

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

Integrate alfresco community with web application

I am using alfresco community version 5.2 and have stored some documents in it ..

I have a web application and i wanted to access the alfresco documents using the web application .. 

Is it possible that using the web application we can access the documents stored in the Alfresco . If so, please suggest how to do.

 

Thanks in Advance

Akash 

4 Replies
angelborroy
Alfresco Employee

Re: Integrate alfresco community with web application

Alfresco provides different APIs in order to integrate web applications.

You can find some of them in this presentation:

http://beecon.orderofthebee.net/2017/assets/files/H04/keensoft%20-%20Alfresco%20Learning%20-%20EN.pd...

Hyland Developer Evangelist
jpotts
Professional

Re: Integrate alfresco community with web application

There's a REST API that you can play with here: https://api-explorer.alfresco.com/api-explorer/

Maybe try some of those calls and then if you are still having trouble, come back here with specifics. Otherwise, with such a general question, you're only going to get general answers.

Good luck!

akash251998
Established Member II

Re: Integrate alfresco community with web application

Thank you so much @jpotts for replying to my question.

I just wanted to know that is it possible that using api we can access the document library and also we can access the files stored in the alfresco . And i wanted only to access the document library files and folders from other application using the API.

If its possible please suggest  me some way to achieve my requirement.

Regards

Akash

abhinavmishra14
Advanced

Re: Integrate alfresco community with web application

I am not sure what else you are expecting here, Jeff has already provided the API explorer link, you can open it and explore all the available REST APIs that can be used to fulfil your use case, if there are any specific APIs required-> you have to develop them. 

Here are some additonal documentation links: 

https://docs.alfresco.com/5.2/concepts/dev-api-by-language-alf-rest.html

https://docs.alfresco.com/5.2/concepts/dev-api-by-language-alf-rest-mng-folders-files.html

example of creating custom api: https://github.com/covolution/quick-api

https://hub.alfresco.com/t5/alfresco-content-services-hub/repository-restful-api-reference/ba-p/2910...

~Abhinav
(ACSCE, AWS SAA, Azure Admin)