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 CriteriaObject| Name | 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 MutableEntityExtended| Name | 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": "ba7af571-5f47-4b19-8010-e8b2d4079594",
"ParentId": "7806af50-9f91-4b96-a028-5bbaf413b0fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"283d678e-69bd-466f-b2cc-ff33585111e6",
"6920aef6-13d6-4832-b47d-692acc2ef2f9"
],
"Companies": [
"89a795ae-88f6-4da5-8c1e-c52c449612f7",
"577e274d-e40c-4bc1-935a-0b9d7d28c841"
],
"Groups": [
"7d1d07a2-5e2e-4440-9166-8efd1be1e465",
"8ac0a898-20c6-43be-9727-3c5ad0347b8a"
],
"Opportunities": [
"910dcd9e-1ebe-4a61-b8f8-4afe00f276a2",
"8e6aa3d1-260b-4c47-ae74-4ff8eb714a97"
]
}
},
{
"Id": "ba7af571-5f47-4b19-8010-e8b2d4079594",
"ParentId": "7806af50-9f91-4b96-a028-5bbaf413b0fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"283d678e-69bd-466f-b2cc-ff33585111e6",
"6920aef6-13d6-4832-b47d-692acc2ef2f9"
],
"Companies": [
"89a795ae-88f6-4da5-8c1e-c52c449612f7",
"577e274d-e40c-4bc1-935a-0b9d7d28c841"
],
"Groups": [
"7d1d07a2-5e2e-4440-9166-8efd1be1e465",
"8ac0a898-20c6-43be-9727-3c5ad0347b8a"
],
"Opportunities": [
"910dcd9e-1ebe-4a61-b8f8-4afe00f276a2",
"8e6aa3d1-260b-4c47-ae74-4ff8eb714a97"
]
}
}
]