getGroupMembers Method
Returns a set of paginated member-records within a group.
| Parameter | Required | Description |
|---|
| parentId | Required | Opportunity ID. |
| contextId | Required | Parent cart Id (Master/Enterprise Quote/Order Id) |
| groupId | Required | Group Id |
| pageSize | Optional: Defaults to 20 | Page size for pagination. |
| offset | Optional: Defaults to 0 | Offset for pagination |
| cartType | Optional: Defaults to Quote | Quote or Order |
| filters | Optional | Consists of Field to search on and the sub-string value to search against, separated by colon(:). Supports multiple such sets, separated by comma(,). Example: "vlocity_cmtLoadProfilec%20Low,vlocity_cmtIsKeyAtPremisesc" |
| sortBy | Optional | Field to sort on along with the sort order. Example: “vlocity_cmtPremisesIdr.vlocity_cmtStreetAddressc ASC” |
| Parameter | Description |
|---|
| result | JSONResult containing member records. |