Graph Subscription API issue

Hari 6 Reputation points
2022-08-05T10:20:40.747+00:00

Issue description - For the delete task event, we do not receive any notification from Microsoft for graph and graph beta API, but receive the same for creating and updating the task.

Details used:

Request url : https://graph.microsoft.com/v1.0/subscriptions

Request body: {"notificationUrl":"<development-url>/notifications/office365/graph/v1","expirationDateTime":"2022-07-06T04:15:43Z","resource":"/me/todo/lists/{taskListId}/tasks","changeType":"deleted","clientState":"<client-state>"}

API used - https://graph.microsoft.com/v1.0/subscriptions (Microsoft documentation)

Equivalent Outlook API - https://outlook.office.com/api/v2.0/me/subscriptions (Microsoft documentation)

I appreciate any help you can provide.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,796 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gopinath Chennamadhavuni 2,436 Reputation points
    2023-01-06T05:59:52.39+00:00

    Hi @Hari ,

    Thanks for reaching out.

    I am able to get the delete change notification for resource: /me/todo/lists/{taskListId}/tasks when a task is deleted.
    276722-subscription-todo.png

    Response:

    276620-inkedsubscription-todo-res-li.jpg

    This issue looks like a tenant specific. I would recommend you to raise a support case with Microsoft Graph, a Support Engineer will be able to assist you better. You can raise support ticket from
    http://aad.portal.azure.com/ or https://admin.microsoft.com/#/support/requests.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.