虽然Graph API supports webhook updates to Business OneDrive "driveItems"和OneNote notebooks are driveItems,但我们仅从个人OneDrive帐户收到通知。
我们在Business OneDrive帐户上订阅了Webhooks,并获得了以下回复-
stdClass Object
(
[@odata.context] => graph.microsoft.com/v1.0/$metadata#subscriptions/$entity
[id] => fc4e68d1-9c8f-4fe8-89cd-90fb4b08b38f
[resource] => me/drive/root
[applicationId] => 0fb59cce-3499-486e-a05c-4d994644f80a
[changeType] => updated
[clientState] =>
[notificationUrl] => mydomain.com/users/testGraphWebhook
[expirationDateTime] => 2019-04-12T11:00:00.117Z
[creatorId] => 12345678 (altered for privacy)
)
我们已经获得了类似的成功订阅个人OneDrive帐户的响应。
对于个人帐户,我们在OneNote页面上收到有关每次更改的通知,但是尽管订阅成功,但没有通知存储在Business OneDrive上的OneNote页面。
是否可以在企业帐户的OneNote页面上收到有关更改的通知?我们如何才能更改订阅请求或其他代码来完成此任务?
答案 0 :(得分:0)
抱歉,Anupam,Office 365帐户尚不支持webhooks。但这是我们的积压。您可以在https://onenote.uservoice.com/forums/245490-onenote-developer-apis/suggestions/19496185-webhooks-for-office-365-notes
上对此功能进行投票