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": "4740eeb0-95a0-401e-9a21-1a85b86e1976",
"ParentId": "85f8328c-d8f6-4a73-9fc8-a4960006ddad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2347c517-2a13-4d66-971d-c0d94add881a",
"7157ede9-fc08-47fa-acb1-59f6916bae42"
],
"Companies": [
"3ef77cb2-509a-47e4-805f-3c887f840c0c",
"2253f5c6-f208-4868-a28c-47792c21e0dc"
],
"Groups": [
"6ee7f890-cb1b-43f5-9716-01d086228dc0",
"aee9d902-d34f-428b-ad11-720fbba838fa"
],
"Opportunities": [
"7980cfb0-8a2b-4083-8eb6-f6cecd39fe62",
"1372a13a-e5f9-42f1-b1ee-d8e18ace026e"
]
}
},
{
"Id": "4740eeb0-95a0-401e-9a21-1a85b86e1976",
"ParentId": "85f8328c-d8f6-4a73-9fc8-a4960006ddad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2347c517-2a13-4d66-971d-c0d94add881a",
"7157ede9-fc08-47fa-acb1-59f6916bae42"
],
"Companies": [
"3ef77cb2-509a-47e4-805f-3c887f840c0c",
"2253f5c6-f208-4868-a28c-47792c21e0dc"
],
"Groups": [
"6ee7f890-cb1b-43f5-9716-01d086228dc0",
"aee9d902-d34f-428b-ad11-720fbba838fa"
],
"Opportunities": [
"7980cfb0-8a2b-4083-8eb6-f6cecd39fe62",
"1372a13a-e5f9-42f1-b1ee-d8e18ace026e"
]
}
}
]