【发布时间】:2012-11-27 12:03:55
【问题描述】:
我想使用 restful 在露天目录文件夹中检索 sample.html 的内容。
从 alfresco 文档中,我得到了以下 url 来检索文档的内容。但我不知道究竟什么是财产,stor_type、store_id、id 和attach。
GET /alfresco/service/api/node/content{property}/{store_type}/{store_id}/{id}?a={attach?}
如果有人向我解释上述其余 url 属性并提供一个示例,我将不胜感激。
【问题讨论】:
-
为什么投反对票?尽管这个问题非常本地化,但问题非常普遍(Alfresco REST API 的文档非常少,并且没有很多(任何?)示例)。例如,relevant page on the wiki 没有此特定 API 的示例(尽管它确实解释了
attach的含义)。
标签: alfresco