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": "37ff5bf8-0c42-4cf5-924d-2574951f6da9", "ParentId": "9b30ee06-0c05-423f-8270-7781829231c1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "fce81d05-5f06-424f-886a-e8a783441354", "0b9ce6c2-a29e-4ab6-ae92-c2d9e04e442f" ], "Companies": [ "bff0cabd-7a70-4f83-acc6-deeb88cd8bd4", "b231519b-d88a-47c3-8727-41f405359aab" ], "Groups": [ "e6d143bd-edf6-48b0-a143-c595a12be3c7", "ebf40e5a-0277-417e-9087-7df0dfcdba68" ], "Opportunities": [ "bac9f46d-7342-454d-98c4-d6e0af8e9f6b", "217381e4-e26a-437a-baea-0953d541f62b" ] } }, { "Id": "37ff5bf8-0c42-4cf5-924d-2574951f6da9", "ParentId": "9b30ee06-0c05-423f-8270-7781829231c1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "fce81d05-5f06-424f-886a-e8a783441354", "0b9ce6c2-a29e-4ab6-ae92-c2d9e04e442f" ], "Companies": [ "bff0cabd-7a70-4f83-acc6-deeb88cd8bd4", "b231519b-d88a-47c3-8727-41f405359aab" ], "Groups": [ "e6d143bd-edf6-48b0-a143-c595a12be3c7", "ebf40e5a-0277-417e-9087-7df0dfcdba68" ], "Opportunities": [ "bac9f46d-7342-454d-98c4-d6e0af8e9f6b", "217381e4-e26a-437a-baea-0953d541f62b" ] } } ]