I am using Application ID and API keys for our Application Insights instance in API Explorer but getting null responses. Do I need to change any security settings on our App Insights instance to be able to fetch results??
Here is what I get below. The keys are correct (otherwise status would not be 200).
HTTP/1.1 200 content-length: 109 content-type: application/json; charset=utf-8
{ "value": { "start": "2020-11-20T07:17:23.540Z", "end": "2020-11-20T19:17:23.540Z", "requests/count": { "sum": null } } }