Field | Type | Required | Description | Example |
---|---|---|---|---|
Id |
string | ➖ | A unique identifier for an object. | 12345 |
Name |
string | ✔️ | The name of the folder | Documents |
Description |
string | ➖ | Optional description of the folder | My Personal Documents |
Path |
string | ➖ | The full path of the folder (includes the folder name) | /Personal/Documents |
Size |
long | ➖ | The size of the folder in bytes | 1810673 |
Owner |
Owner | ➖ | N/A | |
ParentFolders |
List<LinkedFolder> | ✔️ | The parent folders of the file, starting from the root | |
ParentFoldersComplete |
bool | ➖ | Whether the list of parent folder is complete. Some connectors only return the direct parent of a folder | |
CustomMappings |
Models.Components.CustomMappings | ➖ | When custom mappings are configured on the resource, the result is included here. | |
UpdatedBy |
string | ➖ | The user who last updated the object. | 12345 |
CreatedBy |
string | ➖ | The user who created the object. | 12345 |
UpdatedAt |
DateTime | ➖ | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
CreatedAt |
DateTime | ➖ | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |