BrandingThemes
Query the Branding Themes defined for the Xero organisation.
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 Xero identifier for the branding theme. |
| Name | String | The name of the branding theme. |
| SortOrder | Int | The ranked order of the branding theme. The value for the default branding theme is 0. |
| CreatedDateUTC | Datetime | The timestamp when the branding theme was created. |
| TenantId | String | The ID of the tenant to query instead of the connection tenant |