Folders
Manages folders within Xero's file storage system. It allows for the organization and management of files into categories.
Table-Specific Information
A Name has to be provided when creating a Folder:
INSERT INTO Folders (Name) VALUE ('Legal Documents')
Columns
| Name | Type | ReadOnly | Description |
| FolderId [KEY] | String | True |
The unique Xero-generated identifier for the folder. |
| Name | String | False |
The name of the folder, which represents its label or title in Xero. |
| FileCount | Integer | True |
The total number of files that are currently stored in this folder. |
| IsInbox | Boolean | True |
Indicates if this folder is the inbox, which is automatically created by Xero and cannot be modified or deleted. |
| String | True |
The email address that is linked to the folder, enabling the upload of files directly to this folder. This is only available for the Inbox. | |
| TenantId | String | False |
The unique identifier for the tenant, used to query data instead of the default connection tenant. |