Accessing data and methods
Microsoft Graph provides a REST endpoint to read and write data from multiple products and services. In addition to that, developers can also use a number of request patterns to query data and traverse through the different resources that Microsoft Graph provides. The metadata document that is provided as one of the resources can help developers to understand the data model, along with the various resources and the relationships between them.
The Microsoft Graph API metadata
The Microsoft Graph API metadata document is published at the service root level of the API. It can be reviewed using the following URLs (for both the v1.0 endpoint and the beta endpoint):
You can use the metadata endpoint to learn about the relationships between different entities that are present in Microsoft Graph. Additionally, you can learn more about how to establish the...