Themes

GET {{_endpoint}}/services/data/v{{version}}/theme

Gets the list of icons and colors used by themes in the Salesforce application. Theme information is provided for objects in your organization that use icons and colors in the Salesforce UI.

The If-Modified-Since header can be used with this resource, with a date format of EEE, dd MMM yyyy HH:mm:ss z. When this header is used, if the object metadata has not changed since the provided date, a 304 Not Modified status code is returned, with no response body.

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_themes.htm

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"themeItems":[{"colors":[{"color":"5867E8","context":"primary","theme":"theme4"},{"color":"236FBD","context":"primary","theme":"theme3"}],"icons":[{"contentType":"image/png","height":32,"theme":"theme3","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/accounts32.png","width":32},{"contentType":"image/png","height":16,"theme":"theme3","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/accounts16.png","width":16},{"contentType":"image/svg+xml","height":0,"theme":"theme4","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account.svg","width":0},{"contentType":"image/png","height":60,"theme":"theme4","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_60.png","width":60},{"contentType":"image/png","height":120,"theme":"theme4","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_120.png","width":120}],"name":"Account"},{"colors":[{"color":"5867E8","context":"primary","theme":"theme4"},{"color":"5867E8","context":"primary","theme":"theme3"}],"icons":[{"contentType":"image/png","height":32,"theme":"theme3","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/account_brand32.png","width":32},{"contentType":"image/png","height":16,"theme":"theme3","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/account_brand16.png","width":16},{"contentType":"image/svg+xml","height":0,"theme":"theme4","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_brand.svg","width":0},{"contentType":"image/png","height":60,"theme":"theme4","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/account_brand_60.png","width":60},{"contentType":"image/png","height":120,"theme":"theme4","url":"https://nto-df17-demo-dev-ed.my.salesforce.com/img/icon/t4v35/standard/brand_120.png","width":120}],"name":"AccountBrand"}]}