SHRIHARI-PRAKASAM
Feb 07, 2022Brass Contributor
Status:
New
Graph API: Add information about the client that triggered a change notification
The change notifications in Microsoft currently looks like this: {
"value": [
{
"subscriptionId": "GUID",
"clientState": "SUB_1",
"changeType": "updated",
"resou...
CharlieDigital
Feb 28, 2022Copper Contributor
This could possibly be done using the open extensions:
https://docs.microsoft.com/en-us/graph/api/opentypeextension-get?view=graph-rest-1.0&tabs=http
By creating and setting the flag as a custom extension.
I agree that it would be easier to use if it had some default field for it since there are some limitations with respect to the extensions (namely, the $expand operation is limited in some use cases).