Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When utilizing the MS Graph REST API, discrepancies have been observed between the received data from endpoints and the expectations set forth in the documentation.
The following issues are currently being encountered:
sites/{site_id}/pages/{page_id}/microsoft.graph.sitePage, the expected structure for "createdBy" is not received as indicated in the documentation. Instead of { id: <>, displayName: <>, email: <>}, only {displayName: <>} is returned. This limitation is problematic for the Azure application, as the displayName does not guarantee uniqueness for confirming the creator of a page.drives/{drive_id}/items/{item_id}/versions, versions appear to be returned only in descending order. Is there a way to retrieve them in ascending order? Various query parameters have been attempted with no success.Thank you for any assistance provided. Kenny Bean
An API that connects multiple Microsoft services, enabling data access and automation across platforms