REST API - Search for Related Modules to Contacts

Hi,

I’m am doing some tests using the REST API (by the way following a great description from here: http://www.curiousmentality.co.uk/2012/12/manually-debugging-the-sugarcrm-rest-api-with-curl/)

However, my goal is to get and update information from associated panels to a contact.

For example,

  • I want to find the contact corresponding to a specific email address (this is working),
  • but then I would like to use the contact’s ID to find the corresponding “History” or “More Information” sub-panels, so that I can update their content.

Does anyone know how I could manage to do this via the REST API?

Thanks so much for help

Admino