SharedDocuments
Retrieve the list of all shared documents. Not every item listed by this view can be used as a workbook since the driver will filter out non excel files. See the Workbook and Worksheets views for more information.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the shared document | |
| SharedFileId | String | The shared file Id of the document. | |
| DriveId | String | The drive Id where this document resides. | |
| Name | String | The name of the shared document. | |
| Size | String | The size of the shared document. | |
| SharedByUserName | String | The name of the user who shared this document. | |
| SharedDateTime | String | The date and time when this document was shared. | |
| CreatedDateTime | Datetime | The date and time when this document was created. | |
| LastModifiedDateTime | Datetime | The date and time when this document was last modified. | |
| WebUrl | String | The web URL of this shared document. |