Microsoft SharePoint
Overview of the Microsoft SharePoint integration.
Overview
Setup
Steps
Credentials & Permissions
1
2
3

4

5
POST https://graph.microsoft.com/v1.0/sites/{siteId}/permissions Content-Type: application/json { "roles": ["FullControl"], "grantedToIdentities": [{ "application": { "id": "<App ID>", "displayName": "<App Name>" } }] }

6

Authentication
Connect using Client ID, Client Secret and Tenant ID
Label
Description
Type
Connect using Client ID, Certificate and Tenant ID
Label
Description
Type
Connect using Client ID, Certificate, Private Key and Tenant ID
Label
Description
Type
Actions
1. Add a column to a slist
2. Add an item to a slist
3. Copy an item to a folder
4. Create a folder in a document library
5. Create a folder in another folder
6. Create a list in a sharepoint site
7. Delete a column from a list
8. Delete a slist
9. Delete an item
10. Delete an item from list
11. Download a file
12. Edit an item
13. Get a folder's items
14. Get a folder at a path
15. Get a root folder from a document library
16. Get some items from a document library
17. Get some site's document libraries
18. Get some sites from sharepoint
19. Get some slist's items
20. Move an item to a folder
21. Rename a slist
22. Rename a column in a list
23. Rename an item to a name
24. Retrieve a document library at a url
25. Retrieve a file at a url
26. Retrieve a folder at a url
27. Retrieve a site at a url
28. Retrieve a slist at a url
29. Retrieve a slist as a table
30. Retrieve some column definitions from a slist
31. Retrieve some site's lists
32. Retrieve some site's subsites
33. Upload a file to a folder and get the file reference
Concepts
Sharepoint list
Field Name
Description
Type
Sharepoint list item
Field Name
Description
Type
Sharepoint file reference
Field Name
Description
Type
Sharepoint folder reference
Field Name
Description
Type
Sharepoint site
Field Name
Description
Type
Sharepoint document library
Field Name
Description
Type
Sharepoint list column
Field Name
Description
Type
Concept attribute specifications
Name
Type
Name
Type
Last updated
Was this helpful?

