Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,835 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Describe the bug I'm trying to list worksheets in a workbook in Microsoft Graph Explorer
To Reproduce
Internal Server Error - 500 - 275 ms
{
"error": {
"code": "generalException",
"message": "General exception while processing",
"innerError": {
"date": "2024-07-15T14:48:29",
"request-id": "3b2f22df-944f-48bb-bc64-bb44336bc465",
"client-request-id": "537a1bbf-21a8-0c28-e514-c618a0b1a509"
}
}
```}
More information is shared here: [https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3255](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3255)