I have a working web service at http://localhost/RestService/GetTransactionByStatus/1. When I run that URL on my browser I\'m getting the correct JSON-formatted response:
As of d3 v5, this has become
d3.json('http://localhost/RestService/GetTransactionByStatus/' + id) .then(function(data) { console.log(data.transactionConcil); });