Skip to main content

Get Site

Retrieve properties and relationships for a site resource. A site resource represents a team site in SharePoint.

Parameters

ParameterDescription
Site IDThe ID of the site. Can be obtained via the List Sites action.

Example Output

{
"id": "contoso.sharepoint.com,2C712604-1370-44E7-A1F5-426573FDA80A,2D2244C3-251A-49EA-93A8-39E1C3A060FE",
"displayName": "OneDrive Team Site",
"name": "1drvteam",
"createdDateTime": "2017-05-09T20:56:00Z",
"lastModifiedDateTime": "2017-05-09T20:56:01Z",
"webUrl": "https://contoso.sharepoint.com/teams/1drvteam"
}

Workflow Library Example

Get Site with Sharepoint and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop