Parameters

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

Example Output

{    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites('testblinkops.sharepoint.com%2C77aaaee5-a459-4f43-bff3-d1a032f92f98%2C320a4e26-8cc6-4004-8eed-2a55f6ebe56b')/lists(items())/$entity",    "@odata.etag": "\"13584cf8-dbd4-4175-807e-5c486a08bcaa,1\"",    "createdDateTime": "2021-12-12T00:45:15Z",    "description": "",    "eTag": "\"13584cf8-dbd4-4175-807e-5c486a08bcaa,1\"",    "id": "13584cf8-dbd4-4175-807e-5c486a08bcaa",    "lastModifiedDateTime": "2021-12-12T00:45:15Z",    "name": "Shared Documents",    "webUrl": "https://testblinkops.sharepoint.com/Shared%20Documents",    "displayName": "Documents",    "createdBy": {        "user": {            "displayName": "System Account"        }    },    "parentReference": {        "siteId": "testblinkops.sharepoint.com,77aaaee5-a459-4f43-bff3-d1a032f92f98,320a4e26-8cc6-4004-8eed-2a55f6ebe56b"    },    "list": {        "contentTypesEnabled": false,        "hidden": false,        "template": "documentLibrary"    },    "items@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites('testblinkops.sharepoint.com%2C77aaaee5-a459-4f43-bff3-d1a032f92f98%2C320a4e26-8cc6-4004-8eed-2a55f6ebe56b')/lists('13584cf8-dbd4-4175-807e-5c486a08bcaa')/items",    "items": []}

Workflow Library Example

List Site Documents with Sharepoint and Send Results Via Email

Preview this Workflow on desktop