• Contacts many_to_many relationship with Users - how to use?

    If you navigate to Admin -> Studio -> Contacts -> Relationships, you will see that Contacts has a many-to-many relationship with Users. I cannot access a contact's users via the API. I've tried `Contacts/:id/link/users`, `Contacts/:id/collection…
  • 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 …
  • How to easily add email to contact via API?

    I need to add emails to contacts. But I wasn't able to find out how to do it in a convenient way. Now when I want to add an email address to a contact, I have to call three endpoints. 1 - I need to call POST /EmailAddresses to get the email address's…