The AppDynamics Rest API to retrieve business transactions allows you to get a list of all business
transactions in a business application, along with their key metrics and properties1. The correct URL
format for this API is1:
http(s)
://:/controller/rest/applications//business-
transactions
The other options are incorrect because12:
Option A uses an invalid endpoint /allbts, which does not exist in the API.
Option C uses an incorrect base URL /controller/applications, which is used for the Controller UI, not
the Rest API.
Option D uses a misspelled endpoint /allbis, which does not exist in the API. Reference: Retrieve All
Business Transactions in a Business Application, AppDynamics APIs