--- title: "v11.5 API Updates" slug: "v115-api-updates" updated: 2026-02-03T12:28:29Z published: 2026-02-03T12:28:29Z canonical: "docs.biztalk360.com/v115-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.5 API Updates ## New API’s | Method | API name | Description | | --- | --- | --- | | POST | SendTopologyViaMail | It helps to send the infrastructure detail to the configured email which includes SQL server, instances and the associated databases. the image of the topology will be attached as PDF. | | GET | IsBREConfigured | This API introduced to check that BRE is configured or not in the environment. | | GET | GetBizTalk360ServiceAuditData | This API is used to retrieve the audit details of BizTalk360 Service activities. | ## **Modified API’s** | Method | API name | Description | | --- | --- | --- | | GET | GetTopology | Added properties Group name, Listener name, Replica Instance name, Primary/Secondary, Physical Server name to fetch always on group topology. | | GET | GetBizTalk360LatestVersionInfo | **Added Response properties:** latestReleaseAnnouncement. It helps to fetch the updates of our latest release. | | GET | GetUserAlarms | **Added Response properties:** isThresholdHealthCheckMonitoringAssociated This property is added to check that alarm have either threshold or HealthCheck in its type as we restrict removing the threshold type when the alarm has threshold mappings. | | POST | CloneUserAlarm | **Added Payload properties:** newAlarm The above property is added to clone the alarm with its configuration. | | POST | TestSQLServerAvailability | **Removed Payload properties:** configuredSQLServerDetails We've removed multiple server test connection in SQL server as it takes more time to test multiple server connection at once , Currently one server can be tested at a time. | | GET | GetTableIndexDetail | Using this API, Along with indexes, Execution histories will be returned as a list. |