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": "00a23f58-2edd-4d5a-bd00-cd2237efe79a",
"ParentId": "137f94cb-a6c2-44c6-aff9-2730a55b8bde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5a3f88a0-0bf4-4f88-8fa3-57b113869319",
"0cb32427-cc53-4326-b710-4962e06718d4"
],
"Companies": [
"06a2d7d0-3b3c-4223-9286-e60dc5ff292c",
"861e463c-8c20-4cc5-860d-79a57002e0b6"
],
"Groups": [
"ea046978-28d1-4d09-b3a1-4fde92570150",
"5f45e9ed-53dc-4fe9-99ee-7cfe379c781a"
],
"Opportunities": [
"bc2e4e5d-5219-4393-ab84-f5fa268db1c0",
"411f044e-8ce8-4cfc-9056-ad9d5e21bdd3"
]
}
},
{
"Id": "00a23f58-2edd-4d5a-bd00-cd2237efe79a",
"ParentId": "137f94cb-a6c2-44c6-aff9-2730a55b8bde",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5a3f88a0-0bf4-4f88-8fa3-57b113869319",
"0cb32427-cc53-4326-b710-4962e06718d4"
],
"Companies": [
"06a2d7d0-3b3c-4223-9286-e60dc5ff292c",
"861e463c-8c20-4cc5-860d-79a57002e0b6"
],
"Groups": [
"ea046978-28d1-4d09-b3a1-4fde92570150",
"5f45e9ed-53dc-4fe9-99ee-7cfe379c781a"
],
"Opportunities": [
"bc2e4e5d-5219-4393-ab84-f5fa268db1c0",
"411f044e-8ce8-4cfc-9056-ad9d5e21bdd3"
]
}
}
]