Hi All,
I am experiencing below error
Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
I am trying to do Get Request
Passed 1000 Guids
string path = "https://dev.api.crm.dynamics.com/api/data/v9.1/accounts?$select=name&$filter=Microsoft.Dynamics.CRM.In(PropertyName = 'accountid', PropertyValues = ["Guid"])
public JToken Get(string path, Dictionary<string, List<string>> headers = null)
{
return GetAsync(path, headers).Result;
}
Please assist..

Report
All responses (
Answers (