v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
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)/"
    }
  ]
}