Drives
Retrieve a list of drive objects.
Select
The example query below will return the Drives with the specified SharePointSite Id.
SELECT * FROM Drives WHERE SiteId = 'rssbus.onmicrosoft.com,988a3-343a-4064-996a-d2a30559f,4233d-dfcd-4910-b7f0-71f1dc03a'
Columns
Name | Type | References | Description |
Id [KEY] | String | The unique identifier of the drive. | |
SiteId | String | The ID of the SharePoint site or subsite that this drive belongs to. | |
ListId | String | The ID of the list this drive corresponds to. | |
Name | String | The name of the drive. | |
Description | String | The description of the drive. | |
CreatedByName | String | The display name of the identity. | |
CreatedById | String | Unique identifier for the identity. | |
CreatedDateTime | Datetime | Date and time the drive was created. | |
LastModifiedDateTime | Datetime | Date and time the drive was last modified. | |
WebUrl | String | URL that displays the resource in the browser. |