BrandingThemes
Queries the branding themes defined for a Xero organization. Branding themes are used to customize the appearance of invoices, quotes, and other financial documents to align with the organization's branding.
Table Specific Information
The BrandingThemes view allows you to SELECT branding themes for a Xero organization.
SELECT
The Xero API allows extensive filtering and ordering. You can define WHERE and ORDER BY clauses in a query to filter and order the results using any non-line-item column.
Note: The Xero API does not support filtering on line items or journal lines.
Columns
| Name | Type | Description |
| BrandingThemeId [KEY] | String | The unique identifier assigned by Xero to each branding theme. This ID links the branding theme to its corresponding record in the system. |
| Name | String | The name of the branding theme, which is used to identify and differentiate the theme in the system. This is typically a user-defined label for the theme. |
| SortOrder | Int | The ranking or order in which the branding theme appears relative to other themes. The default branding theme has a 'SortOrder' value of 0, indicating its precedence over other themes. |
| CreatedDateUTC | Datetime | The timestamp indicating when the branding theme was created. This timestamp is recorded in UTC and reflects the exact time the theme was added to the system. |
| TenantId | String | The unique identifier for the tenant, allowing queries to access data specific to a particular tenant, rather than using the default connection tenant. |