Get Document Libraries

Retrieves all document libraries within a given SharePoint site using the Microsoft Graph API.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

get some site's document libraries

What does it do? This is the base syntax for the procedure.

Where does it go? This phrase should be written on a new line.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — A Sharepoint site representing the site from which to retrieve document libraries must be specified for the site.

Examples

1. Example 1

get site from sharepoint whose name is "Human Resources"
get some site's document libraries

Last updated

Was this helpful?