Calling an API from ASP.NET Web Form is very easy.
WebClient wc = new WebClient(); string urlData = wc.DownloadString(\"http://xxx.xxx.xx.xx/sssss/getRespons
The SQL Query select * from openjson ... works only with SQL version 2016 and higher. Need the SQL compatibility mode 130.
select * from openjson ...