• Count Endpoint for documents/ tasks

    Is there a best way to get a count of all documents/task etc . Like is there a URL endpoint we can just call that's like documents/count?
  • Retrieve associated Opportunity ID when providing docID

    Hey is there a way to access the opportunity ID given the documentID. I would like to be able to query given the docID info and be able to find the associated opportunity related to the docID provided. I can definitely complete the task done the other…
  • How to get start with SugarCRM REST API

    Hello support. I am currently working with an organisation which need to get data when an SugarCrm record is being created. For this I try to use the REST API so we can get the records information and make a custom login on our end. For this I see…
  • Error requesting access token API-REST

    Good Afternoon, Requesting your support with the following topic: We create an integration with SugaCRM through an API-REST. The detail is that we are trying to obtain an authentication token from SugarCRM with the endpoint /rest/v11/oauth2/token using…
  • Error requesting access token API-REST

    Good Afternoon, Requesting your support with the following topic: We create an integration with SugaCRM through an API-REST. The detail is that we are trying to obtain an authentication token from SugarCRM with the endpoint /rest/v11/oauth2/token using…
  • REST API: The cloud instance is returning “500 Internal Server Error” when accessing the “/Employees GET” and “/Users GET” endpoints and specifying multiple fields via the “fields” URL parameter

    Only when accessing the “/Employees GET” and “/Users GET” endpoints and specifying almost all the available fields via the “fields” URL parameter, the server is responding with the “500 Internal Server Error”. No additional information is provided. …
  • How to identify the field for which license is required to access

    I get below error while saving Calls through REST API. " Not allows to edit field call_recording_url in module:calls " The field is not able to modify in CRM, PFA While trying to get metadata for calls, I get below response for the call_recording_url…
  • suddenly get auto logged out from Sugar with a status of 412 (Precondition Failed)

    Hi, I just got auto looged out SugarCRM. Then I see the browser console, I found an error in some Rest API https://xyz.com/rest/v11_10/Contacts?erased_fields=true&view=list&fields=lead_source%2Cfollowing%2Cmy_favorite&max_num=20…
  • API REST language

    I am trying to get the labels in Spanish in API REST: url = " https:// " + sugar_instance + "/rest/v11_5/Contacts" I have seen that I have to use "/lang/ es_ES" but I am not able to make it work. (error 404 ) how do I have to use this? Thanks a lot.
  • Lang Rest API is not working properly

    Hi Team , When I tried to use below API to get details . But No luck to get records even I gave the correct language which I am getting from /me API Response . Can you help me to resolve this issue ? Lang API : <endpoint>/rest/v10/lang/eng_us Response…
  • Do we have any specific API for sync object?

    Hi Team, We are in a requirement for sync the contact and account objects into our system. Our client is having millions of contacts, do we have any exclusive rest API(Bulk) for syncing the objects? Thanks in advance.
  • Call creation with repeat selector is not working.

    Hi Team, I am trying to create a call with repeat type - monthly and repeat selector - each . But sugar rest api throw error . Without repeat selector , Call Creation is working fine. Can you help me to resolve this issue .? Want to set custom date /…
  • REST API, send Sugarcrm data to an other application

    hi everyone, I'm new on sugraCRM, i need to send data via URL to external application to send phone number of contact, can you give me simple example to coding this need, the curl : www.url.com/api/callinglistaddrecord.json?dbid=1&number=1888140000&custom…
  • Filter on User not working for get method in 7.6.2.1

    Hi , I am having SugarCRM with version as Enterprise 7.6.2.1 build 9 , along with this i am using rest v10 API to search data in my custom application. For this specific instance only filter only on User Module is not working for get Method. While when…
  • Aaccess records through Many to Many relation.

    Hi, I use the default Many-to-Many relation between the Contacts module and the Documents module to store documents related with each contact records. I need to access documents related to a particular Contact record through REST api code. I use Ruby…
  • How to Change in Where Clause / Qurey in Rest API

    Hi How to Change in Where Clause / Qurey in Rest API http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.5/API/Web_Services/Legacy_REST/SOAP_AP… Like email extist in Lead module //The SQL WHERE clause without the word "where…