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": "dc8fbbe8-38a3-4a3f-92ca-7e23163f8885", "ParentId": "5b0e16f4-db8c-4936-9709-d6377970b2e7", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "43c90716-0649-4ee6-a1d4-7a2be4db9d01", "de7896cc-fc81-4d79-b9f2-21f495ab9ab6" ], "Companies": [ "1c9e2408-9faa-478f-97cc-f9d8a61f697c", "337e0ecb-b3c8-44a6-a329-f11e0449b6ef" ], "Groups": [ "ae2f0e65-c24c-4b26-9108-4fd416742ca7", "ef96c587-dd04-4245-8351-a076f95347d6" ], "Opportunities": [ "2bdeb21f-6401-446d-9112-b4db7d9a5cf2", "583f8bcf-5c90-4cd3-a3bd-6e5b5801d6b6" ] } }, { "Id": "dc8fbbe8-38a3-4a3f-92ca-7e23163f8885", "ParentId": "5b0e16f4-db8c-4936-9709-d6377970b2e7", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "43c90716-0649-4ee6-a1d4-7a2be4db9d01", "de7896cc-fc81-4d79-b9f2-21f495ab9ab6" ], "Companies": [ "1c9e2408-9faa-478f-97cc-f9d8a61f697c", "337e0ecb-b3c8-44a6-a329-f11e0449b6ef" ], "Groups": [ "ae2f0e65-c24c-4b26-9108-4fd416742ca7", "ef96c587-dd04-4245-8351-a076f95347d6" ], "Opportunities": [ "2bdeb21f-6401-446d-9112-b4db7d9a5cf2", "583f8bcf-5c90-4cd3-a3bd-6e5b5801d6b6" ] } } ]