Relative Content

Tag Archive for microsoft-graph-apimicrosoft-graph-sdksmicrosoft-graph-batch

How to use Batch for get response?

I’m working on with Graph SDK v5.56 (.NET).
I’m trying to get all the drive ID using the sites list.
Other reference show the way to call API for each time using each requestID, but I want to get all the batch response at a onetime. Below is a code I’m working, having error with GetResponseAsync()

Graph SDK : How to use Batch for get response?

I’m currently working on with Graph SDK v5 (.NET).
I’m trying to get all the drive ID using the sites list.
I other reference show the way to call API for each time using each requestID, but I want to get all the batch response at a onetime. Bellow is a code I’m working, having error with GetResponseAsync()