{ "operationId": "getBrandingThemes", "method": "GET", "path": "/BrandingThemes", "summary": "Xero Retrieves all the branding themes", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "d1a1beea-bdfe-4ee4-9dbc-27226a26cd68", "Status": "OK", "ProviderName": "Xero API Partner", "DateTimeUTC": "/Date(1550881711906)/", "BrandingThemes": [ { "BrandingThemeID": "dabc7637-62c1-4941-8a6e-ee44fa5090e7", "Name": "Standard", "SortOrder": 0, "CreatedDateUTC": "/Date(1464967643813+0000)/" } ] } } ] }