如何在Confluence REST API中使用注释导出空间?

时间:2017-01-26 10:50:02

标签: confluence

我使用此REST URL导出整个空间:

/rest/api/content?spaceKey=TD&limit=50&expand=title,version,body.storage.value,body.view.value&os_authType=basic

但是我找不到在回复中包含页面注释的方法。

编辑:我已经找到了如何获得评论但无法获得评论正文:

/rest/api/content?spaceKey=TD&limit=50&expand=title,version,body.storage.value,body.storage.content.children.comment,container,metadata.labels&os_authType=basic

现在问题在于试图扩展评论主体。此网址:

/rest/api/content?spaceKey=TD&limit=50&expand=title,version,body.storage.value,body.view.value,body.storage.content.children.comment.body,body.storage.content.children.comment.version,container,metadata.labels&os_authType=basic

给出了这个错误:

{
    statusCode: 500,
    message: "java.lang.IllegalArgumentException: Cannot recursively expand : body"
}

1 个答案:

答案 0 :(得分:0)

经过广泛的研究,我得出结论,这是不可能的。