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": "0cb87eea-ee04-43ce-b1cb-ed28c898163e",
"ParentId": "25bd75aa-7371-48b8-8e27-7a8fd7037958",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5f71494e-0ad7-4128-9db1-232d3d79a841",
"6a43bbdc-fd30-4b51-bc9a-1bbcbdfd6f70"
],
"Companies": [
"65583980-360c-4bdd-9867-667dc2eea901",
"dc562fae-c12d-4f6e-84da-57df99908238"
],
"Groups": [
"df81c431-e643-4659-8679-f706f7e7eccf",
"c6931475-53d3-43c0-bfa4-83fb7c1d9bb4"
],
"Opportunities": [
"bbe27975-253b-4eef-ae8d-ee6ca809d33a",
"65b3bd66-5211-4f3e-8a19-7c88a3c99aa5"
]
}
},
{
"Id": "0cb87eea-ee04-43ce-b1cb-ed28c898163e",
"ParentId": "25bd75aa-7371-48b8-8e27-7a8fd7037958",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5f71494e-0ad7-4128-9db1-232d3d79a841",
"6a43bbdc-fd30-4b51-bc9a-1bbcbdfd6f70"
],
"Companies": [
"65583980-360c-4bdd-9867-667dc2eea901",
"dc562fae-c12d-4f6e-84da-57df99908238"
],
"Groups": [
"df81c431-e643-4659-8679-f706f7e7eccf",
"c6931475-53d3-43c0-bfa4-83fb7c1d9bb4"
],
"Opportunities": [
"bbe27975-253b-4eef-ae8d-ee6ca809d33a",
"65b3bd66-5211-4f3e-8a19-7c88a3c99aa5"
]
}
}
]