Files.Read.All
.Sites.ReadWrite.All
, Files.ReadWrite.All
, Sites.Read.All
.Parameter | Description |
---|---|
Drive ID | The ID of the drive. Can be obtained via the List Drives For Site action. |
Item ID | The ID of an item inside the chosen entity for which to list contained items. Leave as ‘root’ to list all items. |
{
"@odata.context": "<string>",
"value": [
{
"createdBy": {
"application": {
"id": "5c66e46d-c184-4016-b66c-52c8890cb4ef",
"displayName": "Blink OneDrive OAuth"
},
"user": {
"displayName": "SharePoint App"
}
},
"createdDateTime": "2023-05-15T10:46:26Z",
"eTag": "\"{AE38CE9D-E9FD-4C28-98D2-C243AF2FC4D5},1\"",
"id": "01HJM2YBM5ZY4K57PJFBGJRUWCIOXS7RGV",
"lastModifiedBy": {
"application": {
"id": "5c66e46d-fdsgdfg-fgfg-b66c-12345367",
"displayName": "Blink OneDrive OAuth"
},
"user": {
"displayName": "SharePoint App"
}
},
"lastModifiedDateTime": "2023-05-15T10:46:26Z",
"name": "home",
"parentReference": {
"driveType": "documentLibrary",
"driveId": "b!5a6qd1mkQ0-_89GgMvkvmCZOCjLGjARAju0qVfbr5Wv7WwAqJEc3QJe42Go8UodV",
"id": "01HJM2YBN6Y2GOVW7725BZO354PWSELRRZ",
"name": "<string>",
"path": "/drives/b!5a6qd1mkQ0-_89GgMvkvmCZOCjLGjARAju0qVfbr5Wv7WwAqJEc3QJe42Go8UodV/root:",
"siteId": "77aaaee5-a459-4f43-bff3-d1a032f92f98"
},
"webUrl": "https://test.sharepoint.com/test/home",
"cTag": "\"c:{AE38CE9D-E9FD-4C28-98D2-C243AF2FC4D5},0\"",
"fileSystemInfo": {
"createdDateTime": "2023-05-15T10:46:26Z",
"lastModifiedDateTime": "2023-05-15T10:46:26Z"
},
"folder": {
"childCount": 1
},
"shared": {
"scope": "users"
},
"size": 42
}
]
}
Was this page helpful?