【发布时间】:2015-06-23 05:12:40
【问题描述】:
我想使用 Afresco REST API 下载文档。经过一番研究,我发现了这个 REST API:
/alfresco/s/api/node/content{property}/{store_type}/{store_id}/{id}
但我不知道如何传递参数。
如果我在 Share 中的文档详细信息 URL 是:
http://127.0.0.1:8080/share/page/context/mine/document-details?nodeRef=workspace://SpacesStore/7f77488a-60a0-48c3-9369-77183ccad0d2
{property}、{store_type}、{store_id} 和 {id} 中应该传递什么?
【问题讨论】: