msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
12002 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR
Describe the bug
Getting this error while calling the graph api endpoint like the below code snippet var callRecordSession = AsyncHelpers.RunSync<ICallRecordSessionsCollectionPage>(() => graphServiceClient.Communications.CallRecords[Convert.ToString(callRecordId)].Sessions.Request(queryOptions).GetAsync());
Expected behavior
API should return the callrecords
How to reproduce
send a get request to fetch the callrecords its throwing the above mentioned error graphServiceClient.Communications.CallRecords[Convert.ToString(callRecordId)].Sessions.Request(queryOptions).GetAsync());
SDK Version
4.32.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
windows 10
### Other information
_No response_