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": "10030caa-d108-4a06-89e6-36457ebdb5f3",
"ParentId": "e97259e2-eeec-47d1-bfb5-6a8c24ea7344",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0c10df06-b9f2-42a1-8b2a-6bbdc373f614",
"bb1d0337-20ea-4f65-880b-9e80287acb60"
],
"Companies": [
"c8cf69b8-31dc-465d-8a2c-359c73c35138",
"c70fffb8-f40b-405d-b237-aadff86328db"
],
"Groups": [
"23805198-fb20-48ed-8652-a106c1bb4a29",
"10f4f7db-01c8-44cc-8e43-d1b8caf14601"
],
"Opportunities": [
"9b63f4d1-9bbc-4389-9415-d6f92494e58c",
"96f8d706-9e1a-4b68-8fd5-f8f8b76a146c"
]
}
},
{
"Id": "10030caa-d108-4a06-89e6-36457ebdb5f3",
"ParentId": "e97259e2-eeec-47d1-bfb5-6a8c24ea7344",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0c10df06-b9f2-42a1-8b2a-6bbdc373f614",
"bb1d0337-20ea-4f65-880b-9e80287acb60"
],
"Companies": [
"c8cf69b8-31dc-465d-8a2c-359c73c35138",
"c70fffb8-f40b-405d-b237-aadff86328db"
],
"Groups": [
"23805198-fb20-48ed-8652-a106c1bb4a29",
"10f4f7db-01c8-44cc-8e43-d1b8caf14601"
],
"Opportunities": [
"9b63f4d1-9bbc-4389-9415-d6f92494e58c",
"96f8d706-9e1a-4b68-8fd5-f8f8b76a146c"
]
}
}
]