SysGraphAPI
No edit summary
(Added Edited template with July 12, 2025.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Edited|July|12|2025}}
<message>Write the content here to display this box</message>
SysGraphAPI is the main class in a model pattern (named GraphAPI2023 and available from GitHub) that enables Turnkey to search for documents in Microsoft365 (office365, sharepoint), and the AzureAD (active directory)
SysGraphAPI is the main class in a model pattern (named GraphAPI2023 and available from GitHub) that enables Turnkey to search for documents in Microsoft365 (office365, sharepoint), and the AzureAD (active directory)
[[File:Documentation SysGraphAPI 1718105722957.png|none|thumb|836x836px]]
[[File:Documentation SysGraphAPI 1718105722957.png|none|thumb|836x836px]]
Line 5: Line 7:
SysGraphAPI - main entry point for functionality
SysGraphAPI - main entry point for functionality


SysToken - this will hold encrypted access and refresh tokens
SysToken - this will hold encrypted access and refresh tokens (refreshed by SysUser.[[Documentation:OpenIdConnect access token and refresh token|OpenIdConnectAccessTokenRefresh]] call)


SysGraphAPIResultRow - resulting document references from search
SysGraphAPIResultRow - resulting document references from search

Latest revision as of 06:35, 20 January 2025

This page was created by Hans.karlsen@mdriven.net on 2024-06-11. Last edited by Edgar on 2025-01-20.


SysGraphAPI is the main class in a model pattern (named GraphAPI2023 and available from GitHub) that enables Turnkey to search for documents in Microsoft365 (office365, sharepoint), and the AzureAD (active directory)

Documentation SysGraphAPI 1718105722957.png

All the classes in this pattern:

SysGraphAPI - main entry point for functionality

SysToken - this will hold encrypted access and refresh tokens (refreshed by SysUser.OpenIdConnectAccessTokenRefresh call)

SysGraphAPIResultRow - resulting document references from search

SysGraphAPIGroup - resulting AD groups

SysGraphAPIResultUser - resulting AD users