简体   繁体   English

Microsoft Graph API Webhook-将多个帖子发送到我的notificationUrl

[英]Microsoft Graph API webhook - getting multiple post to my notificationUrl

I subscribed a Microsoft Graph API Webhook for every change in the groups on my tenant where usually I use it for testing and building PoC, I have only one subscription here. 我为租户中的组中的每个更改订阅了Microsoft Graph API Webhook,通常我将其用于测试和构建PoC,这里我只有一个订阅。 I'm wondering if the behavior is normal considering that I changed the privacy of a group from private to public and now I get a change notification on my app(notification URL) every one minute. 考虑到我已将群组的隐私从私人更改为公共,我想知道行为是否正常,现在每隔一分钟我的应用程序(通知URL)会收到一条更改通知。 nobody else is working on this group, is this behavior intended to work in this way? 没有其他人在这个小组上工作,这种行为是否打算以此方式工作?

在此处输入图片说明

What I expect in this case is to receive one notification for every change and not multiple notifications for the same change. 在这种情况下,我希望每次更改都会收到一个通知,而同一更改不会收到多个通知。

  1. Are you certain you created a single subscription? 确定要创建一个订阅吗? Any left over from testing? 测试还剩下什么吗?

  2. Are you replying to the notification with a 202-Accepted status ? 您是否以202接受状态回复通知 Perhaps it is retrying due to no response? 也许由于没有响应而正在重试?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法使用Microsoft Graph API创建webhook - Trouble creating a webhook using the Microsoft Graph API 获取Microsoft Graph API的访问令牌 - Getting the access token for Microsoft Graph API Microsoft Teams Graph api - 获取呼叫 ID - Microsoft Teams Graph api - getting call id Microsoft Graph API:列表帖子附件API不起作用 - The Microsoft Graph API: List post attachments API doesn't work 如果我的 Azure AD 中有多个 Office 365 订阅,Microsoft Graph API 的订阅将返回结果 - If I have multiple Office 365 subscriptions in my Azure AD, for which subscription Microsoft Graph API will return results for 调用 Microsoft Graph API 时出现 WAC 访问令牌错误 - Getting WAC access token error when calling Microsoft Graph API Microsoft Graph API:出现错误“Authorization_IdentityNotFound” - Microsoft Graph API: Getting error “Authorization_IdentityNotFound” 适用于我的Node.js应用程序的OAuth2和Microsoft Graph API? - OAuth2 and Microsoft Graph API for my Node.js app? 通过 Microsoft Graph API 访问多个用户收件箱? - Access multiple user inboxes via the Microsoft Graph API? Microsoft Graph API:获取群组对话时出现“ 403 forbidden”错误 - Microsoft Graph API : “403 forbidden” error when getting groups conversations
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM