---
title: "Codeunit 9123 SharePoint Graph Req. Helper"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/9123-sharepoint-graph-req-helper/
type: codeunit
id: 9123
name: "SharePoint Graph Req. Helper"
app: "System Application"
namespace: System.Integration.Sharepoint
versions: "28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/9123-sharepoint-graph-req-helper/source/28/ https://jonas-paprotka.de/ref/codeunit/9123-sharepoint-graph-req-helper/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 9123 SharePoint Graph Req. Helper

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/9123-sharepoint-graph-req-helper/

| | |
| --- | --- |
| App | System Application |
| Namespace | System.Integration.Sharepoint |
| Versions | 28 |
| Source file | SharePoint/src/graph/helpers/SharePointGraphReqHelper.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| Initialize | (Interface Graph Authorization) | - | public | 28 | - | - |
| Initialize | (Enum Graph API Version, Interface Graph Authorization) | - | public | 28 | - | - |
| Initialize | (Text, Interface Graph Authorization) | - | public | 28 | - | - |
| Initialize | (Enum Graph API Version, Interface Graph Authorization, Interface Http Client Handler) | - | public | 28 | - | - |
| GetGraphApiBaseUrl | () | Text | public | 28 | - | - |
| Get | (Text, var JsonObject, Codeunit Graph Optional Parameters) | Boolean | public | 28 | - | - |
| Get | (Text, var JsonObject) | Boolean | public | 28 | - | - |
| DownloadFile | (Text, var Codeunit Temp Blob) | Boolean | public | 28 | - | - |
| DownloadFile | (Text, var Codeunit Temp Blob, Codeunit Graph Optional Parameters) | Boolean | public | 28 | - | - |
| DownloadChunk | (Text, BigInteger, BigInteger, var Codeunit Temp Blob) | Boolean | public | 28 | - | - |
| Post | (Text, JsonObject, var JsonObject) | Boolean | public | 28 | - | - |
| Post | (Text, JsonObject, Codeunit Graph Optional Parameters, var JsonObject) | Boolean | public | 28 | - | - |
| UploadFile | (Text, InStream, var JsonObject) | Boolean | public | 28 | - | - |
| UploadFile | (Text, InStream, Codeunit Graph Optional Parameters, var JsonObject) | Boolean | public | 28 | - | - |
| CreateUploadSession | (Text, Text, Integer, Codeunit Graph Optional Parameters, Enum Graph ConflictBehavior, var Text) | Boolean | public | 28 | - | - |
| UploadChunk | (Text, var InStream, Text, var JsonObject) | Boolean | public | 28 | - | - |
| Put | (Text, JsonObject, var JsonObject) | Boolean | public | 28 | - | - |
| Put | (Text, JsonObject, Codeunit Graph Optional Parameters, var JsonObject) | Boolean | public | 28 | - | - |
| PutContent | (Text, InStream, Text, var Dictionary, var JsonObject) | Boolean | public | 28 | - | - |
| PutContent | (Text, InStream, Text, var Dictionary, Codeunit Graph Optional Parameters, Boolean, var JsonObject) | Boolean | public | 28 | - | - |
| Patch | (Text, JsonObject, var JsonObject) | Boolean | public | 28 | - | - |
| Patch | (Text, JsonObject, Codeunit Graph Optional Parameters, var JsonObject) | Boolean | public | 28 | - | - |
| Delete | (Text) | Boolean | public | 28 | - | - |
| Delete | (Text, Codeunit Graph Optional Parameters) | Boolean | public | 28 | - | - |
| GetAllPages | (Text, Codeunit Graph Optional Parameters, var JsonArray) | Boolean | public | 28 | - | - |
| ConfigureConflictBehavior | (var Codeunit Graph Optional Parameters, Enum Graph ConflictBehavior) | - | public | 28 | - | - |
| GetDiagnostics | () | Interface HTTP Diagnostics | public | 28 | - | - |

## Source

Symbols: Microsoft.SystemApplication.symbols.63ca2fa4-4f03-4f2b-a480-172fef340d3f, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 28: https://github.com/microsoft/BCApps, MIT, releases/28.x at 740f59156b249f8ed7cba2e28423f03ae7b07233.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
