GET api/Groups/{id}/opportunities
Get the Opportunities belonging to a Group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
The criteria list in the body of the request. (Optional)
Collection of CriteriaObjectName | Description | Type | Additional information |
---|---|---|---|
LeftParentheses |
The number of Parentheses on the left. Max value = 5 |
integer |
None. |
LogicalOperator | LogicalOperator |
None. |
|
RightParentheses |
The number of Parentheses on the right. Max value = 5 |
integer |
None. |
FieldTableName | string |
None. |
|
FieldColumnName | string |
None. |
|
Operator | OperatorEnum |
None. |
|
Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
[ { "LeftParentheses": 1, "RightParentheses": 2, "FieldTableName": "sample string 3", "FieldColumnName": "sample string 4", "Value": {} }, { "LeftParentheses": 1, "RightParentheses": 2, "FieldTableName": "sample string 3", "FieldColumnName": "sample string 4", "Value": {} } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "67059395-1389-4918-98ad-cb2f6172647d", "ParentId": "bc9a6f81-1141-4498-9ee8-8a0c7ca261e1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "eea3dd7e-32ef-43d5-a696-c935b2eb9663", "a9bbf029-0402-4acb-8474-1c3080ee35b6" ], "Companies": [ "d84d030e-a5d1-44e6-92a4-b7bd2b445a26", "7cc1f71e-d045-4107-abbc-1d70f233913a" ], "Groups": [ "a1940034-17b3-4ee0-82bf-b44dbda938eb", "ed35eb94-7ffb-488a-9e37-eaf4f48ddd5d" ], "Opportunities": [ "2d2c989f-387c-4c98-9534-0e87495754ae", "10279f02-b946-43bc-91d7-3144d35785b2" ] } }, { "Id": "67059395-1389-4918-98ad-cb2f6172647d", "ParentId": "bc9a6f81-1141-4498-9ee8-8a0c7ca261e1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "eea3dd7e-32ef-43d5-a696-c935b2eb9663", "a9bbf029-0402-4acb-8474-1c3080ee35b6" ], "Companies": [ "d84d030e-a5d1-44e6-92a4-b7bd2b445a26", "7cc1f71e-d045-4107-abbc-1d70f233913a" ], "Groups": [ "a1940034-17b3-4ee0-82bf-b44dbda938eb", "ed35eb94-7ffb-488a-9e37-eaf4f48ddd5d" ], "Opportunities": [ "2d2c989f-387c-4c98-9534-0e87495754ae", "10279f02-b946-43bc-91d7-3144d35785b2" ] } } ]