calling microsoft graph beta api via postman and codebase using java

Ashish Gupta 1 Reputation point
2021-02-02T14:08:06.413+00:00

I am already aware to call microsft graph API using postman and code base for v1.0 . Question : How to call microsoft graph beta api via postman and codebase using java for beta version.

There are lots of articles related to v1.0 but i do not find any related to beta version. i think, it might be possible that we can call beta version API using custom API call. Please suggest or share any article.

Note: I know it is not recommended to use beta version API but I am working on some POC to test this

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,280 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,399 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JamesTran-MSFT 36,531 Reputation points Microsoft Employee
    2021-02-04T19:39:26.847+00:00

    @Ashish Gupta
    I'm glad that you were able to call the Get trustFrameworkPolicy API by using Postman! When it comes to implementing the Microsoft Graph API into Java, I found some links that might help you get started/gain a better understanding.

    Microsoft Graph SDK for Java
    Get started with Microsoft Graph and Java
    Microsoft Graph and Java Examples
    Build Java apps with Microsoft Graph - Tutorial

    I hope this helps! If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    0 comments No comments