Sage CRM REST API - Group Retrieval

Hi All,

We building an integration between Sage CRM and an ESP and two features of this integration are the synchronisation of Group members and Wave Item members (also from a group, although the field returned from the API is 'Wait_TargetList')between the two systems.

My questions are, is it possible via the REST API (https://developer.sage.com/crm/reference/2023R2/) to:

  1. Retrieve a list of all groups.
  2. Retrieve a specific groups members (we are interested in people and leads).
  3. Expand one or more associations when requesting either many or one records (to prevent N+1 requests).

Thanks in advance.