Accounting
Retrieves a specific branding theme using a unique branding theme Id
get/BrandingThemes/{BrandingThemeID}
Path parameters
BrandingThemeIDstring uuid required
Unique identifier for a Branding Theme
Response
Success - return response of type BrandingThemes with one BrandingTheme
Example response
{
"BrandingThemes": [
{
"CreatedDateUTC": "/Date(1573755038314)/"
}
]
}