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