Graph API- Integrate Microsoft Teams with ServiceNow
We want to integrate Microsoft Teams with ServiceNow Connect Chat and for this we need to get all the chat ids and its messages. We followed the Microsoft Graph API docs and we got this ‘List Chat API’ and ‘List Chat Messages API’ but noticed that these APIs are still in beta version and does not support Odata query parameters. This will be a challenge in real time as we will not be able to filter out the response and we will get a huge data by calling this API which in turn will reduce our system performance and the response might get truncated as well. Can you please introduce the Odata query parameters to these APIs. Please let us know your suggestions on this.

1 comment
-
souvik Chatterjee commented
We are also looking for Graph API to Integrate Microsoft Teams with ServiceNow