ContentManagement.Entry.delete webhook 不包含条目字段。
例如:
{
"sys": {
"type": "DeletedEntry",
"id": "{ID HERE}",
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "{SPACE ID HERE}"
}
},
"revision": 1,
"createdAt": "2017-08-18T09:57:26.226Z",
"updatedAt": "2017-08-18T09:57:26.226Z",
"deletedAt": "2017-08-18T09:57:26.226Z",
"contentType": {
"sys": {
"type": "Link",
"linkType": "ContentType",
"id": "page"
}
}
}
}
有没有办法在条目被删除后检索与条目关联的字段?- 或者 - 有没有一种方法可以查询已删除的条目,以便我们可以获取相关的字段数据?
谢谢,