• How to retrieve a Contact linked to an Opportunity via REST API?

    I'm using GET /rest/v11_16/Opportunities/{opportunity_id} to get a Particular Opportunity back, yet I don't see that there is any Contact related info in the response. The response is below: { "id": "aec8b61c-48b0-11ed-9a88-02d60046d9de", "name…
  • REST API - "fields" param brakes returned dataset in some situations

    Hi, I think something does not work right with "fields" param ( https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_9.0/Integration/Web_Services/REST_API/E… ). It works as expected when I use "fields=title": → curl -s -H …