Hi,
We have been using REST Api successfuly with SugarCRM CE 6.0 an 6.1
With 6.2 and 6.3 wa have now issues with get_entry_list.
The query parameters are :
input_type JSON
method get_entry_list
response_type JSON
rest_data {"session":"eqrp9u9es706rlqhhcvcsnthh1","module_na me":"Contacts","query":" contacts.assigned_user_id = 'seed_max_id'","order_by":"last_name","offset":0," select_fields":["first_name","last_name","account_name","title "],"link_name_to_fields_array":["name":"accounts_contacts","value":["id","name"]],"max_results":20,"deleted":0}
That worked fine with 6.0 and 6.2. Now, we get "invalid session id" and the error log shows:
[Thu Jan 19 14:14:31 2012] [error] [client 193.251.72.33] PHP Warning: Missing argument 2 for SugarWebServiceImpl::get_entry_list() in /var/www/html/test/sugar62/service/core/SugarWebServiceImpl.php on line 159, referer: CRM Open Source Business & Social CRM Software - SugarCRM
[Thu Jan 19 14:14:31 2012] [error] [client 193.251.72.33] PHP Warning: Missing argument 2 for SugarWebServiceImpl::get_entry_list() in /var/www/html/test/sugar62/service/core/SugarWebServiceImpl.php on line 159, referer: CRM Open Source Business & Social CRM Software - SugarCRM
etc...
Is it a regression in SugarCRM 6.2/6.3 or should we need to update our code?
Thanks in advance,


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks