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": "aed3c477-812f-4025-944c-403449a7a07c", "ParentId": "5f82c2be-c473-4227-babc-1e7714403ca2", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "fe88af2c-01f6-449f-bf82-ef5fdddd9eec", "61267135-ce18-46c4-9c68-ec547a1f17a6" ], "Companies": [ "8a986de9-7cf7-4c5f-95f6-86050afd830a", "011f1b02-d68d-4316-8ecc-cf8947e2168a" ], "Groups": [ "17a80b79-c9b9-4d8d-8455-e971f41b8a64", "d01d91c7-7027-4f03-8cbd-128f5b6a4768" ], "Opportunities": [ "d6dd9c59-41e3-4c1f-8f61-a208cb53a9b7", "ebac98b8-69ae-4ee2-a879-eece2154e05c" ] } }, { "Id": "aed3c477-812f-4025-944c-403449a7a07c", "ParentId": "5f82c2be-c473-4227-babc-1e7714403ca2", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "fe88af2c-01f6-449f-bf82-ef5fdddd9eec", "61267135-ce18-46c4-9c68-ec547a1f17a6" ], "Companies": [ "8a986de9-7cf7-4c5f-95f6-86050afd830a", "011f1b02-d68d-4316-8ecc-cf8947e2168a" ], "Groups": [ "17a80b79-c9b9-4d8d-8455-e971f41b8a64", "d01d91c7-7027-4f03-8cbd-128f5b6a4768" ], "Opportunities": [ "d6dd9c59-41e3-4c1f-8f61-a208cb53a9b7", "ebac98b8-69ae-4ee2-a879-eece2154e05c" ] } } ]