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": "1f97d55c-e26c-4939-aef2-abb243844439", "ParentId": "7d71f316-f088-4a0c-9005-f7d994bf4b2a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "0281d598-69b7-41af-bff2-916844b43989", "0e17a2bf-5be1-4fb8-85c8-0f0eedeecb07" ], "Companies": [ "f90eaaf6-079b-41c6-85e5-783edf22710e", "3d7709f6-df2e-4e21-a99e-da18fd324782" ], "Groups": [ "f2e6f057-374f-45e3-a938-15c434ace5d1", "73cf2537-1cd9-426e-8d3c-bbb54b216b64" ], "Opportunities": [ "58d9a284-d8f1-4b39-8c04-7143d3a7032e", "35b84329-768b-4c56-a9f5-864c807a7a4f" ] } }, { "Id": "1f97d55c-e26c-4939-aef2-abb243844439", "ParentId": "7d71f316-f088-4a0c-9005-f7d994bf4b2a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "0281d598-69b7-41af-bff2-916844b43989", "0e17a2bf-5be1-4fb8-85c8-0f0eedeecb07" ], "Companies": [ "f90eaaf6-079b-41c6-85e5-783edf22710e", "3d7709f6-df2e-4e21-a99e-da18fd324782" ], "Groups": [ "f2e6f057-374f-45e3-a938-15c434ace5d1", "73cf2537-1cd9-426e-8d3c-bbb54b216b64" ], "Opportunities": [ "58d9a284-d8f1-4b39-8c04-7143d3a7032e", "35b84329-768b-4c56-a9f5-864c807a7a4f" ] } } ]