• 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 update the list of items from the response in some fields ?

    1. I am calling an API on click of button. I am able to get response. Response Sample : { Item1, Item2, Item3, Item4 } 2.Now I want to put these values in some field (dropDownlist) where user can select it and use it. 3.I had no idea…
  • Can we use XML rather than JSON as Payload to the current REST API of Sugar?

    Is there a way to handle XML payloads on sugarcrm REST API or can we only do it using SOAP? Like request/response using REST API but rather than using JSON, we would be using XML. I'm looking for a way to present the information to the Sugar instance…
  • Getting the Organization ID of the user

    Hello, I am storing the organization ID of each integrated account in our database, but I can't seem to find it in the rest api response of SugarCRM. I am using this endpoint for getting the current user data. /rest/v11/me The ID of the current user is…
  • Getting the instance url of the user at the time of login in REST API

    Hi, I'm integrating SugarCRM into our product. Currently I'm using the trial version. It seems that each account has an instance url, but I seem to be needing the instance url for login. So, if a user connects their SugarCRM account in our product, how…
  • How to find data for REST API Activities GET

    Our instance is located on sugarondemand. According to the schema, we can see "comments" and "activities" relation. I tried to use Postman to test these REST API. a. Run the API "/Comments GET" and it returns parent_id. This is the activities id. b. Run…