• How to increase the timeout value from API request?

    Hello everyone! Someone knows how could I increase the timeout value of an API Request? I'm doing a request to an API, but this service takes time to respond for the tasks it does and I get on console the error: Currently this is my code: …
  • export failiure - Could not find a handler for the path specified in the request.

    Hiya, Upon trying to export my Product Templates into a csv file sugarcrm using the get request below export = a.get('.../rest/v11_8/ProductTemplates/export/' + exportline + '?platform=base',allow_redirects=True, headers = headers) os.remove(r…
  • Can I add fields in related search (API POST search) - API Version 11

    Hi, I use the API /<module>/filter POST to retrieve Leads and Contacts by ProspectList https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.0/Integration/Web_Services/REST_API/Endpoints/modulefilter_POST/ $searchParams…
  • API Bulk upload and logic hooks

    Dear all, I built a custom Module which should represent better our company structure in CRM. The repository of these data are in an external database. Out from there I built an API interface witch brings the data to CRM. I have experience on this,…