IBM Connections API 中的 "td:uuid" 是什么?
What is the "td:uuid" in IBM Connections API?
正在尝试从我在 Connections API 上的帐户下载文件。 The doc 说:
URI 是:/files/basic/api/collection/{collection-id}/entry
加上这个注释:
{collection-id} is the value of the <td:uuid>
element in the
collection's Atom entry document.
我在哪里可以得到这个 td:uuid
?
如果您尝试访问社区中的文件,请使用以下 URI 接收包含 td:uuid 标签的 XML 文档。
/files/basic/api/communitycollection/{community-id}/feed
如果您尝试访问“我的文件”,则以下 URI 应该return信息
/files/basic/api/myuserlibrary/feed
正在尝试从我在 Connections API 上的帐户下载文件。 The doc 说:
URI 是:/files/basic/api/collection/{collection-id}/entry
加上这个注释:
{collection-id} is the value of the
<td:uuid>
element in the collection's Atom entry document.
我在哪里可以得到这个 td:uuid
?
如果您尝试访问社区中的文件,请使用以下 URI 接收包含 td:uuid 标签的 XML 文档。
/files/basic/api/communitycollection/{community-id}/feed
如果您尝试访问“我的文件”,则以下 URI 应该return信息
/files/basic/api/myuserlibrary/feed