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": "7c20a71d-d78b-4b41-9401-95e48ef97982", "ParentId": "c510bd99-2f2d-4cc1-ba78-86a8f663aa97", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b6e9a6c5-7b06-4191-b553-d767e9f79426", "7dd89ed8-d2b3-4ecf-a74e-747299b8b597" ], "Companies": [ "5ee520e8-8881-4d0a-8cbb-517ac1d131b1", "4fa1bf2f-1e76-48bc-95fa-d3eccf4cc497" ], "Groups": [ "295bd966-1c12-4441-8454-188333c7b59d", "61b2238a-3495-41d1-8d32-d501860abebf" ], "Opportunities": [ "0e2e0654-9895-4cb1-92ab-01a7c6af3b21", "9791cd32-fb40-42a2-88b0-4c95c118223d" ] } }, { "Id": "7c20a71d-d78b-4b41-9401-95e48ef97982", "ParentId": "c510bd99-2f2d-4cc1-ba78-86a8f663aa97", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b6e9a6c5-7b06-4191-b553-d767e9f79426", "7dd89ed8-d2b3-4ecf-a74e-747299b8b597" ], "Companies": [ "5ee520e8-8881-4d0a-8cbb-517ac1d131b1", "4fa1bf2f-1e76-48bc-95fa-d3eccf4cc497" ], "Groups": [ "295bd966-1c12-4441-8454-188333c7b59d", "61b2238a-3495-41d1-8d32-d501860abebf" ], "Opportunities": [ "0e2e0654-9895-4cb1-92ab-01a7c6af3b21", "9791cd32-fb40-42a2-88b0-4c95c118223d" ] } } ]