You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Graph request Url is not good to me. No (), for any parameter (exclude the first), we need to use &$. https://graph.microsoft.com/v1.0/users/ef1505b8-df01-4671-869f-ab69cba55381/chats/getAllMessages()?$filter=lastModifiedDateTime gt 2024-07-01T13%3A59%3A59.999Z and lastModifiedDateTime lt 2024-07-02T14%3A00%3A00.000Z&$orderby=lastModifiedDateTime&$select=from,replyToId,hostedContents,reactions&$top=60&model=A
The statement suggests that the SDK generated url is wrong and should be https://graph.microsoft.com/v1.0/users/ef1505b8-df01-4671-869f-ab69cba55381/chats/getAllMessages?$filter=lastModifiedDateTime gt 2024-07-01T13%3A59%3A59.999Z and lastModifiedDateTime lt 2024-07-02T14%3A00%3A00.000Z&$orderby=lastModifiedDateTime&$select=from,replyToId,hostedContents,reactions&$top=60&$model=A
How to reproduce
This issue is only reproduced in our customer environment with a very large number of users(~40000 users), after ~150000 requests. Here is the request id 6b3aba62-a1f2-4fb4-a46c-3415cd177d50.
P.S. We know that this should probably be addressed by Microsoft Support and the SDK team most probably cannot trace requests, but since Microsoft Support has explicitly asked us to open a ticket here, we are doing so.
SDK Version
5.44.0
Latest version known to work for scenario above?
No response
Known Workarounds
No
Debug output
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Microsoft Support pointed out that some of the URL formatting is incorrect and is leading to us having issues with occasional BadRequest status codes.
Here is the issue we are facing
Request
https://graph.microsoft.com/v1.0/users/ef1505b8-df01-4671-869f-ab69cba55381/chats/getAllMessages()?$filter=lastModifiedDateTime+gt+2024-07-01T13%3a59%3a59.999Z+and+lastModifiedDateTime+lt+2024-07-02T14%3a00%3a00.000Z&$orderby=lastModifiedDateTime&$select=from%2creplyToId%2chostedContents%2creactions&$top=60&model=A%2cA&$skiptoken=U2tpc[REDACTED]
Response
Expected behavior
Microsoft Support
The statement suggests that the SDK generated url is wrong and should be
https://graph.microsoft.com/v1.0/users/ef1505b8-df01-4671-869f-ab69cba55381/chats/getAllMessages?$filter=lastModifiedDateTime gt 2024-07-01T13%3A59%3A59.999Z and lastModifiedDateTime lt 2024-07-02T14%3A00%3A00.000Z&$orderby=lastModifiedDateTime&$select=from,replyToId,hostedContents,reactions&$top=60&$model=A
How to reproduce
This issue is only reproduced in our customer environment with a very large number of users(~40000 users), after ~150000 requests. Here is the request id
6b3aba62-a1f2-4fb4-a46c-3415cd177d50
.P.S. We know that this should probably be addressed by Microsoft Support and the SDK team most probably cannot trace requests, but since Microsoft Support has explicitly asked us to open a ticket here, we are doing so.
SDK Version
5.44.0
Latest version known to work for scenario above?
No response
Known Workarounds
No
Debug output
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: