我正在努力将多个应用商品中的数据迁移到一个应用商品中。我能够移动所有数据,但我也需要移动注释和文件。
我知道API允许您从应用程序创建评论(我正在做)但我希望能够创建评论并传递原始信息(消息,创建者,created_on)。
API文档并未显示所有"可能的"用于创建评论的属性。
感谢。
答案 0 :(得分:0)
有关如何创建新评论的所有详细信息,请访问:https://developers.podio.com/doc/comments/add-comment-to-object-22340
{
"value": The comment to be made,
"external_id": The external id of the comment, if any,
"file_ids": Temporary files that have been uploaded and should be attached to this comment,
[
{file_id},
.... (more file ids)
],
"embed_id": [OPTIONAL] The id of an embedded link that has been created with the Add an mebed operation in the Embed area,
"embed_url": The url to be attached
}
请注意,您无法设置评论的某些属性(例如:creator
,created_on
)。