python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
List sharepoint sites with communication or team site type
I am working on microsoft-365. Is there any api(graph,sharepoint Rest etc.,) to list sites along with the type of site whether that is a communication or team site.
Nagendra Prasad
Votes: 0
Answers: 1
How can I download a file from OneDrive into Angular application using Typescript?
I have an Angular application that is using OneDrive/Sharepoint to store files it has created. Authentication is working correctly and I can save my files successfully. I am having a problem with down...
glenatron
Votes: 0
Answers: 1
Upload file to SharePoint through rest API Postman
Using Postman
Url:https://test.sharepoint.com/sites/testIntranet/_api/web/GetFolderByServerRelativeurl('testIntranet/BMT')/Files/add(url='114934-image.png',overwrite=true)
error: Access denied
when us...
BODYBOND
Votes: 0
Answers: 1
How do I determine what is expandable and what you can expand with ODATA via the SharePoint REST API?
Take this odata query for example:
_api/web/lists/getbytitle('Site')/items?$top=10&$orderby=Id asc&$select=Id,Title,URL,AuthorId,Author/FirstName,Author/Lastname&$expand=Author
What gives...
employeeWithCode
Votes: 0
Answers: 0