Last updated 6 months ago
Enter ID of the tenant for which the theme details are requested.
Enter ID of an existing theme
The requested API version
1.0
Optional User Id
Class for storing details about theme.
GET /tenants/{tenantId}/themes/{themeId} HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Success: Successful retrieval of the requested theme
{ "themeId": "123e4567-e89b-12d3-a456-426614174000", "themeName": "text", "themeObject": { "name": "text", "dataColors": [ "text" ], "background": "text", "foreground": "text", "tableAccent": "text", "textClasses": { "label": { "color": "text", "fontFace": "text", "fontSize": 1 }, "callout": { "color": "text", "fontFace": "text", "fontSize": 1 }, "title": { "color": "text", "fontFace": "text", "fontSize": 1 }, "header": { "color": "text", "fontFace": "text", "fontSize": 1 } } } }