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": "fe0f2290-9a36-4867-bc27-c24fc4993e8c", "ParentId": "144819ff-7963-4cf1-b327-ca68fdab79bf", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b749c3ed-ec2a-4a78-9171-0a3fd2fe2aa5", "8788cd96-254f-40fa-b017-c94f65c1ec71" ], "Companies": [ "125afb7c-6535-444e-8d3a-ae2459f22133", "208f33e3-eb36-49ea-9f44-6c37392cbd11" ], "Groups": [ "a9d06bd4-23ec-45ad-ab95-349f9539ecf8", "0ad761df-775c-4cef-98a4-9fb44dfce3c3" ], "Opportunities": [ "758776d5-deb5-436b-95ee-408617ece63b", "80985eb8-a75b-42f7-958e-337501e045dd" ] } }, { "Id": "fe0f2290-9a36-4867-bc27-c24fc4993e8c", "ParentId": "144819ff-7963-4cf1-b327-ca68fdab79bf", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b749c3ed-ec2a-4a78-9171-0a3fd2fe2aa5", "8788cd96-254f-40fa-b017-c94f65c1ec71" ], "Companies": [ "125afb7c-6535-444e-8d3a-ae2459f22133", "208f33e3-eb36-49ea-9f44-6c37392cbd11" ], "Groups": [ "a9d06bd4-23ec-45ad-ab95-349f9539ecf8", "0ad761df-775c-4cef-98a4-9fb44dfce3c3" ], "Opportunities": [ "758776d5-deb5-436b-95ee-408617ece63b", "80985eb8-a75b-42f7-958e-337501e045dd" ] } } ]