--- title: "v11.4 API Updates" slug: "v114-api-updates" updated: 2026-02-03T12:28:18Z published: 2026-02-03T12:28:18Z canonical: "docs.biztalk360.com/v114-api-updates" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.biztalk360.com/llms.txt > Use this file to discover all available pages before exploring further. # v11.4 API Updates ## New API introduced in v11.4 | **Methods** | **API** | Description | | --- | --- | --- | | GET | GetFeatureUsageData | This API is introduced to fetch the feature usage data. | ## Modified APIs | Methods | API | Updated Property | **Description** | | --- | --- | --- | --- | | GET | **GetEmailTemplate** | **templateContent** property removed | We have removed property **templateContent and bodyFontFamily,logoType,logoFontSize,logoFontStyle,setLogoImageWidth,logoImageWidth,setLogoImageHeight,logoImageHeight,tableHeaderFontSize,tableHeaderFontStyle,primaryFontSize,primaryFontStyle,secondaryFontSize,secondaryFontStyle,information,isInformationAtTop,footerFontSize,footerFontStyle added new properties to** fetch template style customization in the response. | | POST | **ValidateXSLTTemplate** | This API **renamed** as **PreviewEmailTemplate** | return the final HTML content based on the user customization and XSLT templates | | POST | **MaintainEmailTemplate** | Payload → **emailTemplate.templateContent** property **removed** and added new properties to store template styles **added** | bodyFontFamily,logoType,logoFontSize,logoFontStyle,setLogoImageWidth,logoImageWidth,setLogoImageHeight,logoImageHeight,tableHeaderFontSize,tableHeaderFontStyle,primaryFontSize,primaryFontStyle,secondaryFontSize,secondaryFontStyle,information,isInformationAtTop,footerFontSize,footerFontStyleadded new properties to store template styles **added** | | GET | **GetGlobalAlarmStatus** | API renamed to **GetLatestConsolidatedMonitorResult** | This API is renamed as it’s used to fetch the result of latest consolidated monitoring details. | | GET | GetAuthorizedAccountsForView | Added the new properties ***bamPortalAccess, bizTalk360Access*** | These properties are used to get the respective view has access in both BAM Portal and BizTalk360 | | GET | ***GetDataMonitorScheduleList*** | Added the ***isScheduleDisabled*** property in the response, | This property is used to disable the schedule which has no access for the selected BAM View. | | GET | GetMonitoringAlertSerializedConfig | New properties are added for IBM MQ- Queues 1. messagesIn : int 2. messagesOut : int 3. uncommittedMessages : int 4. openInputHandles : int 5. openOutputHandles : int | These properties are added to get the value of added metrics in API response | | POST | ManageAlertMonitorSerializedConfig | New properties are added for IBM MQ- Queues 1. messagesIn : int 2. messagesOut : int 3. uncommittedMessages : int 4. openInputHandles : int 5. openOutputHandles : int | These properties are added to get the value of added metrics in API response | | GET | GetMonitoringAlertSerializedConfig | New properties are added for IBM MQ- Channels 1. messagesSentReceived : int 2. messagesOut : int 3. uncommittedMessages : int 4. openInputHandles : int 5. openOutputHandles : int | These properties are added to get the value of added metrics in API response | | POST | ManageAlertMonitorSerializedConfig | New properties are added for IBM MQ- Channels 1. messagesSentReceived : int 2. messagesOut : int 3. uncommittedMessages : int 4. openInputHandles : int 5. openOutputHandles : int 6. thresholdConditions 7. automatedAction | These properties are added to get the value of added metrics in API response |