My goal is to make an api call and process the returned response and reflect it to the azure dashboard.
The reason for my need is to present some special analysis values in the database on the azure dahsboard to the team.
In order to do this, I searched for azure devops extensions, but I couldn't find a useful extension.I want to know if such an extension already exists.
For example, by sending a get request to www.mycustomerananalysis.com/3, I want to present the " {result : "order" : 3} " order information in the azure dashboard.