File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
api-reference/v1.0/resources Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- ---
1
+ ```
2
2
author: spgraph-docs-team
3
3
title: "site resource type"
4
4
description: The site resource provides metadata and relationships for a Sharepoint site.
@@ -21,6 +21,7 @@ The **site** resource provides metadata and relationships for a SharePoint site.
21
21
| [Get site][] | site | Access a sharePoint site using the siteId.
22
22
| [List sites across geographies][] | collection of sites | List sites across all geographies in an organization.
23
23
| [List subsites for a site][] | collection of sites | Get a collection of subsites defined for a site.
24
+ | [List root sites][] | site | List all available sites in an organization.
24
25
| [Get site by path][] | site | Access the root SharePoint site with a relative path.
25
26
| [Get site for a group][] | site | Access the team site for a group.
26
27
| [Get analytics][] | [itemAnalytics][] | Get analytics for this resource.
@@ -40,6 +41,7 @@ The **site** resource provides metadata and relationships for a SharePoint site.
40
41
41
42
[Get site]: ../api/site-get.md
42
43
[Get root site]: ../api/site-get.md
44
+ [List root site]: ../api/site-list.md
43
45
[List sites across geographies]: ../api/site-getallsites.md
44
46
[List subsites for a site]: ../api/site-list-subsites.md
45
47
[Get site by path]: ../api/site-getbypath.md
You can’t perform that action at this time.
0 commit comments