• Mapping of documents module to accounts and downloading documents via API

    Hello all, My company is currently on SugarCRM 13.3.0 . I'm using the API v11_22 endpoints in Python with the standard request library. Endpoints: Trouble with "https://{site_url}/rest/v11_22/Documents/filter" Example below to https://{site_url…
  • Storing Access and Refresh tokens with Sugar Cloud

    What is the best way to store an access and refresh token for an external api in a way that will allow me to update them when new tokens are generated? I have a dashlet that accesses the Box API every time an Account record is refreshed. I want to make…
  • What is the use of erased_fields=true in REST API ?

    Hi, We are using rest api to get the records from any module , We see there is parameter used in that ?erased_fields=true , What does that mean ? For ex : we are using the api : / rest/v11_20/M03_Work_Product?erased_fields=true&view=list&order_by…
  • Add JS API call to menu.

    Hi, I have a sugar API endpoint (GET) that pulls a processed set of meetings records as CSV - using date parameters. I can call this using the standard sugar password grant type from an external client. However, I would also like to integrate this into…
  • How to make API of any module in SugarCRM

    Dear All, please tell the process of making any module's API of SugarCRM. I am new user of SugarCRM. Thanks;
  • 502 returned - Throttling issue

    I have a customer with a Microsoft tenant. We have written M365 Power Automate 'Flows' that fire when a contact in the Microsoft environment is updated or created. The Flows Request and get a Sugar access token Checks for an existing record…