JSON formatting from PowerShell REST call for transaction snapshots
I am making a REST call in PowerShell for transaction snapshots using "&need-props=true&output=json" in the url. I get the response in the response object below: # REST CALL $response = Invoke-RestMethod -uri $url -Header $headers -Method Get #VIEW...