--- title: "v11.1 API Updates" slug: "v111-api-updates" updated: 2025-01-01T12:07:21Z published: 2025-01-01T12:07:21Z canonical: "docs.biztalk360.com/v111-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.1 API Updates ## New APIs introduced in v11.1 | Method | API | Description | | --- | --- | --- | | GET | GetConfigActivitiesAuditData | This API is added to fetch the audit configuration activities data. | | GET | GetAutomatedTasksBasicDetails | This API is used to fetch the basic Automated Tasks details. | | POST | ExecuteBulkServiceInstanceOperation | This API will be called when bulk operation on service instances (Suspend, Resume, Terminate) is performed from the group by result table. | | GET | GetAzureDevOpsNotificationChannelColumnValues | This API retrieves the selected field values of Azure DevOps Notification Channel. | | POST | ValidateAzureDevOpsNotificationChannelInstance | This API is used to validate the provided access token to configure the azure DevOps notification channel. | ## Modified APIs | **Method** | **API** | **Updated property** | **Description** | | --- | --- | --- | --- | | GET | GetNotificationChannels | ***"serializedGlobalPropertySchema"*** - Global property schema of Service now notification channel. | JSON property of this API has been updated to fetch the new properties of service now. | | GET | GetSystemGlobalProperties | ***"APPLICATION_INIT_AT_GLOBAL_LEVEL"*** - A new property is added. | This new property added is to save the default application launching page. | | POST | ManageSystemGlobalProperties | ***"APPLICATION_INIT_AT_GLOBAL_LEVEL"*** - A new property is added. | This new property is added to fetch the saved default application launching page. | | GET | GetBizTalk360HealthStatus | The below properties are added in Monitoring and Analytics services IIS log on JSON data in the API. - **isGMSAAccount** - **logOnName** - **passwordExpires** | This Api is used to fetch the status of the Monitoring, analytics services, IIS app pool identity and Database health. | | POST | ManageNotificationChannel | | | | POST | UpdateUserProfile | **isUnSavedChangeWarningDisabled** property have added | This API is used to update the user profile settings, the new property added is to ensure that unsaved changes pop-up to shown or not. | | GET | GetSendPort | A new list property **"DynamicSendHandlers" is added** | This API is to fetch the available send ports and property added to get the dynamic send port details. | | GET | GetSendPorts | A new list property **"DynamicSendHandlers" is added** | This API is to fetch the available send ports and property added is to get the dynamic send port details. |