Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a list of shared documents on a provided site by its ID.
Parameters
| Parameter | Description |
|---|
| Site ID | The ID of the site. Can be obtained via the List Sites action. |
Example Output
{
"@odata.context": "<string>",
"@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"
}
},
"lastModifiedBy": {
"user": {
"email": "<string>",
"id": "<string>",
"displayName": "<string>"
}
},
"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": "<string>",
"items": []
}
Workflow Library Example
List Site Documents with Sharepoint and Send Results Via Email