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": "68856f5b-c011-4999-b7e4-4e2b5cf78752",
"ParentId": "f56908b6-5d98-460f-bfef-88fc02f2a1e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"663e65b8-14bf-440a-8ebd-7bef1bf6bf41",
"b53f104d-b546-4b3c-8835-11a81fdacc18"
],
"Companies": [
"d1661546-bdf6-4bbf-a255-b9215093b96d",
"1b0a6683-3b48-46c1-a6f5-d4207a9f8873"
],
"Groups": [
"c51884b4-ee67-4857-a239-776580f04f28",
"394a4aba-8a67-4c15-952f-0c157a05133e"
],
"Opportunities": [
"824bb04d-d949-435a-9256-3569ad07eac5",
"78e5592f-9242-4690-86f6-a5497251215e"
]
}
},
{
"Id": "68856f5b-c011-4999-b7e4-4e2b5cf78752",
"ParentId": "f56908b6-5d98-460f-bfef-88fc02f2a1e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"663e65b8-14bf-440a-8ebd-7bef1bf6bf41",
"b53f104d-b546-4b3c-8835-11a81fdacc18"
],
"Companies": [
"d1661546-bdf6-4bbf-a255-b9215093b96d",
"1b0a6683-3b48-46c1-a6f5-d4207a9f8873"
],
"Groups": [
"c51884b4-ee67-4857-a239-776580f04f28",
"394a4aba-8a67-4c15-952f-0c157a05133e"
],
"Opportunities": [
"824bb04d-d949-435a-9256-3569ad07eac5",
"78e5592f-9242-4690-86f6-a5497251215e"
]
}
}
]