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…
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…
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…
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…
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.
…
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…
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…
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.
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…
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.
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 /…
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…
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…
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…
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…