Changes in Alfresco 5 API's

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2015 06:25 AM
Could anyone please let me know regarding which API's have been changed from Alfresco 4.2.f to 5.0.d, and if so, what is actual difference in both versions.
I had look over Alfresco Wiki and forum as well, but couldn't get the required details.
I have verified
Thanks for your help in advance.
I had look over Alfresco Wiki and forum as well, but couldn't get the required details.
I have verified
/alfresco/service/index/uri/
on both versions and it seems like many of web scripts API have been removed in Alfresco 5.Thanks for your help in advance.
Labels:
- Labels:
-
Archive
10 REPLIES 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 10:51 AM
Hi Axel,
Yes, you are right. CMIS is supported with version 1.0 and 1.1. I have investigated a lot to figure out the alternative API for
And, considering documentation, I hope it would be improved in future with list of all supported API's with valid parameters and sample example for each. Well, for now, my query is being resolved.
Thanks a lot for you help on this!
-Manoj
Yes, you are right. CMIS is supported with version 1.0 and 1.1. I have investigated a lot to figure out the alternative API for
/alfresco/service/cmis/query
. And, after trial and error, I figured out the required alternative which is /alfresco/api/-default-/public/cmis/versions/1.1/atom/query?q={SQL statement}
. This API is working for both 4.x and 5.x, CMIS 1.1 is at same location for both alfresco versions.And, considering documentation, I hope it would be improved in future with list of all supported API's with valid parameters and sample example for each. Well, for now, my query is being resolved.
Thanks a lot for you help on this!
-Manoj
