Microsoft 365 Excel Online Connector Objects

NameDescription
DrivesRetrieve a list of drive objects.
FoldersRetrieve a list of Folder objects.
SharedDocumentsRetrieve 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.
SharePointSitesRetrieve the list of all sites in your SharePoint account.
WorkbooksRetrieve a list of workbook objects.
WorksheetsRetrieve a list of worksheet objects. If listing sheets in a workbook which do not belong to the user's drive, please specify the drive id using the Drive connection property.
NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the drive.
SiteIdStringFalseSharePointSites.IdNoThe ID of the SharePoint site or subsite that this drive belongs to.
ListIdStringFalseNoThe ID of the list this drive corresponds to.
NameStringFalseNoThe name of the drive.
DescriptionStringFalseNoThe description of the drive.
CreatedByNameStringFalseNoThe display name of the identity.
CreatedByIdStringFalseNoUnique identifier for the identity.
CreatedDateTimeDatetimeFalseNoDate and time the drive was created.
LastModifiedDateTimeDatetimeFalseNoDate and time the drive was last modified.
WebUrlStringFalseNoURL that displays the resource in the browser.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the folder.
NameStringFalseNoThe Name of the folder
DriveIdStringFalseDrives.IdNoThe ID of the drive that this folder belongs to.
ParentPathStringFalseNoThe path of the folder's parent.
ParentIdStringFalseNoThe id of the folder's parent.
ParentNameStringFalseNoThe name of the folder's parent.
CreatedByNameStringFalseNoThe display name of the identity.
CreatedByIdStringFalseNoUnique identifier for the identity.
CreatedDateTimeDatetimeFalseNoDate and time the item was created.
LastModifiedDateTimeDatetimeFalseNoDate and time the item was last modified.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe Id of the shared document
SharedFileIdStringFalseNoThe shared file Id of the document.
DriveIdStringFalseNoThe drive Id where this document resides.
NameStringFalseNoThe name of the shared document.
SizeStringFalseNoThe size of the shared document.
SharedByUserNameStringFalseNoThe name of the user who shared this document.
SharedDateTimeStringFalseNoThe date and time when this document was shared.
CreatedDateTimeDatetimeFalseNoThe date and time when this document was created.
LastModifiedDateTimeDatetimeFalseNoThe date and time when this document was last modified.
WebUrlStringFalseNoThe web URL of this shared document.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe full identifier of the site.
SiteIdStringFalseNoThe unique identifier of the site collection.
WebIdStringFalseNoThe Web Id of the site.
SiteNameStringFalseNoThe name of the site.
TitleStringFalseNoThe title of the site.
SiteDescriptionStringFalseNoThe description of the site.
DescriptionStringFalseNoThe description of the item.
CreatedDateTimeDatetimeFalseNoDate and time the site was created.
LastModifiedDateTimeDatetimeFalseNoDate and time the site was last modified.
SPWebUrlStringFalseNoURL that displays the resource in the browser.
AuthorStringFalseNoThe author of the site.
DocumentSignatureStringFalseNoThe document signature of the site.
FileExtensionStringFalseNoThe extension of the site's file.
SecondaryFileExtensionStringFalseNoThe secondary extension of the site's file.
FileTypeStringFalseNoThe file type of the site.
DocIdLongFalseNoThe unique identifier of the site within a geo location.
GeoLocationSourceStringFalseNoThe geo location of the site.
HitHighlightedSummaryStringFalseNoThe heighted summary of the site.
ImportanceLongFalseNoThe importance of the site.
IsContainerBoolFalseNoSpecifies whether the site is a folder.
IsDocumentBoolFalseNoSpecifies whether the site is a document.
OriginalPathStringFalseNoThe original site path.
PathStringFalseNoThe current site path.
RankDoubleFalseNoThe rank of the site.
RenderTemplateIdStringFalseNoThe site's control render template name.
SiteLogoStringFalseNoThe URI of the site's logo.
ViewsLifeTimeLongFalseNoThe total view count since the site was created.
ViewsRecentLongFalseNoThe total view count of the site in the last 14 days.
WebTemplateStringFalseNoThe web temple from which the site is created.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the item within the Drive.
NameStringFalseNoThe name of the item.
CreatedByNameStringFalseNoThe display name of the identity.
CreatedByIdStringFalseNoUnique identifier for the identity.
CreatedDateTimeDatetimeFalseNoDate and time the item was created.
LastModifiedDateTimeDatetimeFalseNoDate and time the item was last modified.
SizeLongFalseNoSize of the item in bytes.
WebUrlStringFalseNoURL that displays the resource in the browser.
DriveIdStringFalseDrives.IdNoThe ID of the drive that this workbook belongs to.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoReturns a value that uniquely identifies the worksheet in a given workbook. The value of the identifier remains the same even when the worksheet is renamed or moved.
WorkbookIdStringFalseWorkbooks.IdNoThe Id of the workbook containing this worksheet.
NameStringFalseNoThe display name of the worksheet.
PositionIntegerFalseNoThe zero-based position of the worksheet within the workbook.
VisibilityStringFalseNoThe visibility of the worksheet. Possible values are: Visible, Hidden, VeryHidden.

Return to Top