Salesforce · Example Payload

Salesforce Get Active Theme Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Get Active Theme Example is an example object payload from Salesforce, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

brandColorbrandImagedefaultGroupBannerdefaultGroupImagedefaultPageBannerdefaultUserBannerdefaultUserImagedensityheaderColorlinkColorpageColor

Example Payload

Raw ↑
{
  "brandColor": "example_value",
  "brandImage": {
    "largeUrl": "https://www.example.com",
    "mediumUrl": "https://www.example.com",
    "smallUrl": "https://www.example.com"
  },
  "defaultGroupBanner": {
    "fullSizeUrl": "https://www.example.com"
  },
  "defaultGroupImage": {
    "largeUrl": "https://www.example.com",
    "mediumUrl": "https://www.example.com",
    "smallUrl": "https://www.example.com"
  },
  "defaultPageBanner": {
    "fullSizeUrl": "https://www.example.com"
  },
  "defaultUserBanner": {
    "fullSizeUrl": "https://www.example.com"
  },
  "defaultUserImage": {
    "largeUrl": "https://www.example.com",
    "mediumUrl": "https://www.example.com",
    "smallUrl": "https://www.example.com"
  },
  "density": "example_value",
  "headerColor": "example_value",
  "linkColor": "example_value",
  "pageColor": "example_value"
}