msgraph-sdk-powershell icon indicating copy to clipboard operation
msgraph-sdk-powershell copied to clipboard

12002 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR

Open alson26899 opened this issue 1 year ago • 0 comments

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_

alson26899 avatar Apr 17 '24 08:04 alson26899