OBJECT
O365SnapshotItemInfo
Description
Browse or search delta response returns Microsoft Office 365 file or folder data.
link GraphQL Schema definition
- type O365SnapshotItemInfo {
- # Returns a list of folder IDs that contains the absolute path of the given item,
- # starting with root and ending with the item. The first element in the list is
- # the root, and the last is the item itself.
- : [String!]!
- # The ID of the Microsoft Office 365 OneDrive object.
- : String!
- # Returns fields related to metadata for different Microsoft Office 365 SharePoint
- # Drive and OneDrive types.
- : MetadataFields
- # Returns fields related to different Microsoft Office 365
- # SharePointDrive/OneDrive types.
- : O365ReplyFields!
- # The parent folder ID of the object (ROOT indicates root folder).
- : String
- # The ID of the snapshot.
- : String
- # The sequence number of the snapshot.
- : Int
- }