Is there a way to get the HTML sent to Graph using the .NET SDK?

Copper Contributor

I'm using the .NET SDK to send requests to Graph, e.g.,

List<Graph.TodoChecklistItem> cliList = await Graph.listChecklistItemsAsync(todoListId, todoTaskId);

I assume the SDK builds an HTML request that it sends to Graph. Is that right? If so, is it possible to get and read the HTML?

Thanks,

Paul

0 Replies