Presentation is loading. Please wait.

Presentation is loading. Please wait.

5/10/2019 4:48 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.

Similar presentations


Presentation on theme: "5/10/2019 4:48 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN."— Presentation transcript:

1 5/10/2019 4:48 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

2 Microsoft Graph Query Tips & Tricks
5/10/2019 4:48 PM Microsoft Graph Query Tips & Tricks Mark Stafford Program Manager Microsoft Graph © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

3 Microsoft Graph: the REST API for M365
5/10/2019 4:48 PM Microsoft Graph: the REST API for M365 All your data Azure Active Directory SharePoint OneDrive Outlook/Exchange Microsoft Teams OneNote Planner Excel All types of users Corporate Consumer 1 way to access it One endpoint One auth key One set of docs One SDK Enterprise Mobility and Security Identity Management Intune Advanced Threat Analytics Activities Devices Education Much more © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 Tip 1: Graph Explorer is your best friend
Microsoft Build 2017 5/10/2019 4:48 PM Tip 1: Graph Explorer is your best friend Caution: if you sign in, Graph Explorer can actually create/modify data © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 Tip 2: Learn the query parameters
5/10/2019 4:48 PM Tip 2: Learn the query parameters Same query parameters every time Top five query parameters $filter $select $orderby $top $skip Read the docs to know what’s supported where © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 Tip 3: Know the 7 basic operations
5/10/2019 4:48 PM Tip 3: Know the 7 basic operations List: GET /users Get: GET /users/{id} Create: POST /users Update: PATCH /users/{id} Delete: DELETE /users/{id} Invoke: POST /domains/{id}/verify Batch: POST /$batch © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7 Tip 4: Watch for server-side pagination
5/10/2019 4:48 PM Tip 4: Watch for server-side pagination © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 Tip 5: Investigate other query patterns
5/10/2019 4:48 PM Tip 5: Investigate other query patterns Webhooks Developer-defined callbacks On resource create, update, delete Supported on users, groups, messages, etc Deltas Work like nextLinks, but over time Request just the changes Changed items look like regular resources Removals have property © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9 Summary Graph Explorer is your best friend
5/10/2019 4:48 PM Summary Graph Explorer is your best friend Learn the query parameters (filter, select, orderby, top, skip) Know the 7 basic operations (list, get, create, update, delete, invoke, batch) Watch for server-side pagination Investigate other query patterns (web hooks, delta) © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 Call to action Graph developer portal: https://graph.microsoft.com
5/10/2019 4:48 PM Call to action Graph developer portal: Graph Explorer: Community Tweet using #MicrosoftGraph Contribute to community samples: © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 Get started today #MicrosoftGraph /MicrosoftGraph [MicrosoftGraph]
5/10/2019 4:48 PM Get started today Twitter #MicrosoftGraph GitHub /MicrosoftGraph StackOverflow [MicrosoftGraph] Office 365 and its 100M MAU create an incredible opportunity for developers to ring their innovations to the masses. Microsoft Graph is the API to millions of organizations, and the foundation for building intelligent business process. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "5/10/2019 4:48 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN."

Similar presentations


Ads by Google