Hi,
I got below error while trying to get response for get_entry_list method in suiteCRM when passing value of 100 for fetchcount argument. I have mentioned request details below.
if i passed value 10 means ,response getting properly. But this is taking too much time if we need to fetch more than 100 records.
I need proper solution for getting get_entry_list response fastly.
Error: {âClient found response content type of âtext/html; charset=UTF-8â, but expected âtext/xmlâ.\r\nThe request failed with an empty response.â}
Function with Argument : client.get_entry_list(sessionId, moduleName, WhereClause, OrderBy, offset_pos, selectedFields, linknametofields, fetch_count, deletedResult, false);
Thanks!