| result | Object | The response result. |
| deviceCustomTemplates | Array | The list of template content. |
| templateId | Long | The template ID. |
| corpId | String | The organization ID the template belongs to. |
| logo | String | The template logo. |
| orgName | String | The organization name on the template. |
| customDoc | String | The custom text content of the template. |
| bgUrl | String | The custom background URL of the template. |
| bgImageList | Array of String | The image mediaId. |
| instruction | Boolean | Whether to display the instructions. Valid values: - true: Display - false: Do not display |
| bgType | Integer | The custom background type of the template. Valid values: - 1: Image - 2: URL |
| isPicTop | Integer | Whether to display the home information bar. Valid values: - 0: Display - 1: Do not display |
| templateName | String | The template name. |
| confType | Integer | The template type. Valid values: - 1: Default template - 2: Custom template |
| showCalendarTitle | Boolean | Whether to display the event title on the event card. Valid values: - true: Display - false: Do not display |
| hideServerCodeWhenProjecting | Boolean | Whether to hide the cast code during casting. Valid values: - true: Hide - false: Do not hide |
| confSubType | Integer | The template subtype. Valid values: - 1: Default subtype |
| desensitizeUserName | Boolean | Whether to mask the organizer name on the event card. Valid values: - true: Mask - false: Do not mask |
| picturePlayInterval | Integer | The carousel interval of custom background images, in seconds. |
| showCalendarCard | Boolean | Whether to display the event card. Valid values: - true: Display - false: Do not display |
| showFunctionCard | Boolean | Whether to display the function card. Valid values: - true: Display - false: Do not display |
| deviceTemplateMap | Map<String, Array of String> | The mapping of device unionIds where the template takes effect. The key is the template ID. |
| Array of String | The device unionId. |
| groupIdTemplateMap | Map<String, Array of Long> | The mapping of group IDs where the template takes effect. The key is the template ID. |
| Array of Long | The group ID. |
| roomIdTemplateMap | Map<String, Array of String> | The mapping of Room IDs where the template takes effect. The key is the template ID. |
| Array of String | The Room ID. |