Skip to main content

Questions tagged [graph-api]

0 votes
0 answers
18 views

I'm working on a SharePoint Embedded solution which, among other things, creates Word document view/edit links using the Graph API endpoint createLink : https://learn.microsoft.com/en-us/graph/api/...
Internet Person's user avatar
1 vote
0 answers
19 views

We have our tenant with 4 Geo locations. And inside power automate flow I am sending this Graph Api to create a new security group under specific Geo location using service account (not using clientID ...
microsoftdeveloperdesigner's user avatar
0 votes
0 answers
44 views

I've been trying to get setup with a Python app to programmatically connect to Sharepoint and get a file. End goal is to get the contents of a file in a known location (folder) on a company Sharepoint....
simplycoding's user avatar
0 votes
0 answers
83 views

I have the following 3 Graph API calls to create a standard planner , then bucket inside it and its tasks inside a Power Automate flow:- This is working for standard planner, but not sure how to do ...
microsoftdeveloperdesigner's user avatar
1 vote
1 answer
150 views

So, we have the long-running question: how to get column display names and items in one call? (see here) Seemed that the only answer back then is that you either needed to send two rest api calls or ...
Jose R's user avatar
  • 117
0 votes
0 answers
14 views

I am testing a Word co-authoring scenario and the behavior I'm experiencing doesn't seem right. The scenario is a follows: Word document is stored in SharePoint Embedded Collaborators have links ...
Internet Person's user avatar
0 votes
0 answers
31 views

I'm doing a flutter app that needs to retrieve a list of items and then their attachments if any. I'm using this api to retrieve all the items: https://graph.microsoft.com/v1.0/sites/$siteId/lists/$...
Nico's user avatar
  • 1
0 votes
1 answer
89 views

Does any one know if the FileStorageContainer.Manage.All possible to assign to manage the SharePoint Embedded containers? If it's not possible, what are other options to get the full list of all ...
Denis Molodtsov's user avatar
1 vote
0 answers
34 views

When searching for images in a Sharepoint site, I would expect the hits to have webUrl for the actual image file. Instead each hit is has webUrl of DispForm.aspx showing the image details (name, tags,...
JK.'s user avatar
  • 111
0 votes
1 answer
191 views

My question is what rest api can i use to add a new webpart with data to an existing page? Can the Send an HTTP request to SharePoint do this or i have to use graph? Thanks in advance
naijacoder's user avatar
  • 4,368
0 votes
1 answer
76 views

I need to retrieve the webpart title on a page via graph. I can use this uri below Which lists all webparts on the page GET /sites/{site-id}/pages/{page-id}/microsoft.graph.sitePage/webParts/{webpart-...
naijacoder's user avatar
  • 4,368
0 votes
1 answer
49 views

We have a SharePoint site where users can only create and edit files indirectly, via an application that updates the site using Graph API calls using app permissions. This means that the files are ...
Peter Dongan's user avatar
0 votes
1 answer
364 views

When calling sites/site-id/drives/drive-id/root/delta It returns ALL contents of a Document Library/Drive and the next delta token. When I thought it should return the immediate contents of the root ...
Fabio Sereno's user avatar
0 votes
0 answers
129 views

I have a number of SharePoint sites that publish news articles. One of the Key fields is "First Published Date". Which shows if the article is published or still in draft. I have tried; ...
Nick9one1's user avatar
0 votes
1 answer
367 views

Based on a discussion with a colleague who reported an unexpected behavior (very similar to Missing Approved requests - Broken API Access), I tried to deploy a test package in our SPO with the ...
Alex Filipovici's user avatar

15 30 50 per page
1
2 3 4 5
7