Forum Discussion
jknsmc
Aug 07, 2024Copper Contributor
MSGraph Subscription notification missing resource id
Hello all, We are making use of MS Graph to create a subscription on a sharepoint site on drive (root) level (also the same tried for list level). This works fine and we receive notifications. ...
Maik1234567
Jan 09, 2025Copper Contributor
I am having the same issue. Here's an event for an document update in a sharepoint list:
{
"subscriptionId": "id-xxx",
"clientState": "secretClientValue",
"resource": "/sites/id-xxx/lists/id-xxxx",
"tenantId": "58a1af86-2bd1-4b4d-a46e-7fcefa137ed1",
"resourceData": {
"@odata.type": "#Microsoft.Graph.ListItem"
},
"subscriptionExpirationDateTime": "2025-01-10T09:01:46\u002B00:00",
"changeType": "updated"
}
I am grateful for any support ;-)