V1 Get All Contacts in Contact Groupget https://api.elliemae.com/encompass/v1/contactGroups/{groupId}/contactsReturns all contacts associated with a specified group Id.Path ParamsgroupIdstringrequiredThe unique identifier of the contact group. This ID was returned in the response when the contact group was created.Query ParamsstartstringStarting index or record number from which to retrieve the contacts. The default is 1.limitstringThe maximum number of items to return in a page. Response size is limited to 6 MB; however, the limit is recalculated if the response size exceeds 6 MB. The default value is 1000 and max value for this parameter is limited to 10000.HeadersAuthorizationstringrequiredBearer tokenResponse 200OKUpdated 16 days ago