Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
61 views

Problem: I need to call the SharePoint REST endpoint https://{tenant}.sharepoint.com/_api/web programmatically from a C# backend service without any Microsoft login popup. I already have these values: ...
Yash Keraliya's user avatar
0 votes
0 answers
40 views

I am trying to copy an existing SharePoint List using SharePoint REST API. I was able to achieve what I wanted to do, but the display names for the fields and the list itself is not displayed within ...
Gura's user avatar
  • 15
0 votes
0 answers
26 views

I have a simple list called test2 and I am trying to add a row using the code. My code is as below: using Newtonsoft.Json; using System.Net; using System.Net.Http.Headers; using System.Security; using ...
Noorul's user avatar
  • 949
0 votes
0 answers
30 views

I am running a query in Power BI on a large SharePoint list of over 10,000 rows. In preview everything works but when I attempt to load the table, I get 404 errors in my data for rows where I know the ...
Wesley Young's user avatar
1 vote
0 answers
59 views

I am struggling to call SharePoint Rest API from a site which uses ADFS SSO Authentication. I have tried multiple solutions like this. But I'm still stuck. Now I have built up a .NET Code to call the ...
Alina Anjum's user avatar
  • 1,256
0 votes
0 answers
25 views

I am facing a strange issue in the production site where I am using below API to filter on date column _api/web/lists/getbytitle('List Name')/Items?$filter=MeetingDate eq '2022-09-15'&$top=1 ...
Joywin DSouza IN's user avatar
0 votes
1 answer
157 views

I'm working on a back-up system where, at some frequency, the metadata columns in a document library in my SharePoint is backed up into an Azure SQL Database. I have registered an app in Azure with ...
Harry Duffy's user avatar
-1 votes
1 answer
98 views

I am trying to custom SharePoint Home page by adding the Quick Links web page, how to achieve it by SharePoint Rest Api. The Quick link will refer the the folder under Documents. I know the Quick Link ...
Edward's user avatar
  • 30.2k
0 votes
1 answer
103 views

I have a SharePoint list with a column of type DateTime (DateOnly) field named StartDate1, and our site collection has UTC+2 time zone. Now when i directly use SharePoint REST API "/_api/web/...
microsoftdeveloperdesigner's user avatar
-1 votes
1 answer
272 views

Currently i am doing those 2 actions inside my Flow:- Get the Info of a group mainly the PrincipleID using the group name Pass the PrincipleID of the group in another POST request to Assign a ...
microsoftdeveloperdesigner's user avatar
0 votes
1 answer
568 views

I have a cloud flow, which get a semi-colon separated string containing Office 365 security groups names. Then I build an array after splitting the string. After that for each group name I get the ...
microsoftdeveloperdesigner's user avatar
1 vote
0 answers
112 views

Objective is that. I am tring to read the Item of a list using Rest API and want to save that item details to pdf which should be similar to the item details UI when the item is opened in Modal or ...
Ajit Hogade's user avatar
  • 1,115
2 votes
1 answer
401 views

With the SharePoint REST API, there was the /files endpoint that did a recursive search and gave you all the files from a List. Is there anything like that with the Graph API? I've been looking and ...
datRedHeadedGuy's user avatar
0 votes
1 answer
112 views

When I use the endpoint as shown below the information about Section headers seems to be missing. YAML GET /sites/{site-id}/pages/{page-id}/microsoft.graph.sitePage/webparts For eg. These ...
ants's user avatar
  • 15
1 vote
0 answers
185 views

I am currently trying to update a Sharepoint Lists item image column using Sharepoint RestAPI. The image is already saved to a list item as a file attachment, so I just need the thumbnail to show on ...
Gura's user avatar
  • 15
1 vote
1 answer
2k views

I have registered my App in Azure with API permission as below: Here is my python code. import requests from msal import ConfidentialClientApplication client_id = "xxxxxxxxxxxxxxxxxxxxx" ...
Mark's user avatar
  • 326
1 vote
1 answer
915 views

Is it possible to access a folder, which I made publicly accessible via link, from the SharePoint REST API (without beeing authenticated)? Currently when I try to access: https://<tenant>....
MadLuca's user avatar
  • 163
0 votes
1 answer
252 views

I am a global o365 administrator and a users asked me to get access to SharePoint via Pyhton script and he shared me the code from below questions: HTTPError: 403 Client Error: Forbidden for url via ...
tsgwntrbrg's user avatar
0 votes
1 answer
983 views

we are trying to get SP list view items, means whatever the fields that are enabled in that specific view, those fields(columns) and items. so what SP REST API end point is helpful ex:... to get SP ...
kmurali krishna's user avatar
0 votes
1 answer
367 views

Company is using SharePoint Server 2013 and i'm trying to write a service for another application which people can track workflow status. What i try is getting Workflow Instance ID with; /_api/web/...
Allen's user avatar
  • 23
0 votes
1 answer
2k views

I am making a custom web part that connects to the Documents list on SharePoint via Fetch. This is the call that I use for retrieving information: /_api/web/lists/getByTitle('Documents')/items?$select=...
martirodm's user avatar
0 votes
1 answer
1k views

I was trying to connect to SharePoint online via Connect-SPOService where I do not have a username/password and have only clientId and clientSecret. While surfing online I get https://sharepoint....
Divyesh Jesadiya's user avatar
0 votes
1 answer
2k views

Inside any SharePoint Online sites, we have the following four sharing options: - Now I am building a custom REST API (one using Power Automate, the other using .NET Core)>> which should ...
microsoftdeveloperdesigner's user avatar
1 vote
1 answer
425 views

I try to get all terms in a set that is being used in a SharePoint list column which is a managed metadata column. The Microsoft Graph API does not give any information about the term set in the ...
2Who's user avatar
  • 21
0 votes
1 answer
176 views

I have this code: <div class="container"> <div class="card-deck"> <div class="card t1" > <div class="card-header" id=&...
Katia's user avatar
  • 53

1
2 3 4 5