12-21-2013 12:07 PM
12-22-2013 12:09 PM
12-22-2013 12:10 PM
12-23-2013 12:30 AM
12-23-2013 10:13 AM
12-24-2013 02:31 AM
12-24-2013 10:31 PM
GET /alfresco/service/api/node/content{property}/{store_type}/{store_id}/{id}?a={attach?}&streamId={streamId?}
GET /alfresco/service/api/path/content{property}/{store_type}/{store_id}/{nodepath}?a={attach?}&streamId={streamId?}
GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/content{property}?a={attach?}&streamId={streamId?}
GET /alfresco/service/api/path/{store_type}/{store_id}/{nodepath}/content{property}?a={attach?}&streamId={streamId?}
String uid = "fa6237f1-5925-4e69-98ad-9731492c2d3f";
String apiurl = "http://localhost:8080/alfresco/service/api/node/workspace/version2Store/'+uid+'/content";
12-25-2013 12:43 AM
12-25-2013 02:19 AM
GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/versions?filter={filter?}&includeAllowableActions={includeAllowableActions?}
GET /alfresco/service/api/path/{store_type}/{store_id}/{nodepath}/versions?filter={filter?}&includeAllowableActions={includeAllowableActions?}
String uid = "1565a32e-7863-45af-a9fa-b68ad206b5e7";
String apiurl = "http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/'+uid+'/versions";
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.