{ "operationId": "getBrandingTheme", "method": "GET", "path": "/BrandingThemes/{BrandingThemeID}", "summary": "Xero Retrieves a specific branding theme using a unique branding theme Id", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "df671650-cf14-4a7f-b609-4166933719bc", "Status": "OK", "ProviderName": "Xero API Partner", "DateTimeUTC": "/Date(1550881713071)/", "BrandingThemes": [ { "BrandingThemeID": "dabc7637-62c1-4941-8a6e-ee44fa5090e7", "Name": "Standard", "SortOrder": 0, "CreatedDateUTC": "/Date(1464967643813+0000)/" } ] } } ] }