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