I am trying to use Application Insights REST API to query traces as described in the documentation.
I'm using $select parameter to specify the subset of fields to return and I want to return several custom dimension fields.
No matter how many fields I specify in the select list - the response from the API always returns only one field, and it is always the last one from the list.
These 2 queries demonstrate the problem:
Am I doing something wrong here or is it a bug in Application Insights API?