Questions tagged [microsoft-graph]
Questions that relate to the Microsoft Graph developer platform.
286 questions
0
votes
0
answers
17
views
Apply MS Data Sensitivity Labels in in SharePoint 2019 On premise
We are working for a government client who have there DMS set up in SharePoint server Subscription Edition On Premise. They want to have the data sensitivity labels applied to there documents.
...
0
votes
0
answers
34
views
Not getting data back via Graph when querying for drive items
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....
1
vote
1
answer
119
views
How can I add top and/or limit and/or skip to a graph rest api to get both list and items
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 ...
0
votes
0
answers
14
views
Prevent user from "Rejecting All Changes" for other users in Word Document SharePoint Embedded
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 ...
0
votes
1
answer
69
views
can i retrieve the webprat title property via microsoft graph api and power automate
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-...
0
votes
0
answers
30
views
Installing Graph Connector on SharePoint Foundation 2013?
I have heard that it could be problem in installing the new Graph Connector Agent (was in preview 2021) on SharePoint foundation 2013. But when you read articles they just mentioned SharePoint 2013 ...
0
votes
1
answer
569
views
SharePoint REST API not authorized with Azure
I want to use REST API with SharePoint, I'm not here talking about using graph API.
I created an Azure Application and selected SharePoint API to set authorizations:
I created secret for OAuth 2.0. ...
0
votes
0
answers
126
views
Graph API isnt returning the column I need
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;
...
0
votes
0
answers
25
views
Unable to Order the Channel Tabs using graph API inside our Teams apps
I am working on a Teams App >> which creates a new SharePoint modern Teams Site + new Channels + tabs inside the channels.
The final result will be as follow: -
Now I want to reorder the tabs ...
0
votes
1
answer
101
views
How to retrieve a small number of list items based on a property value using C# Graph API SDK?
I need to retrieve list items from a document library. The list items are retrieved by looking at a specific property named "X-transaction" (I have no control over the name of the property). ...
0
votes
1
answer
44
views
Cannot index into a null array- Power automate
I'm using power automate to return user profile data from AAD via graph api.
My calling graph api query
https://graph.microsoft.com/v1.0/groups/groupid/members?$select=displayName,city,department,...
0
votes
1
answer
3k
views
How to get all all user profil from AAD using power automate including properties
Iwouldlike to have a routine that dumps user profiles out to a csv/excel and also sync to a SharePoint list.What are my options with Power automate.
I'm looking at the 2 connectors below
1)Search for ...
0
votes
2
answers
586
views
Copy SPO items with version history
Is there a way to copy the list items to another list(similar list) along with version history using power automate.
I have complete copying the list items successfully, but I did not get version ...
0
votes
0
answers
23
views
URL length for notifications
We starting to have an issue with users.
They are creating to long folders with subfolders and then file name.
Problem is even when they get notification from One drive that that file is not syncing ...
0
votes
1
answer
115
views
Show a Plan as a Tab inside Teams Channel is no more working using Graph API, any advice?
I have this work flow which create a new Team Channel + create a new Planner Plan + show the Planner Plan as a tab inside the Team Channel. this was working well for around 6 months, but recently it ...