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": "d2cf32f7-8a3e-4411-b222-7483358e1f9c",
"ParentId": "20e4632a-5b12-4fb3-8ca7-e03050d2caad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2bbfc83b-3f33-46e2-b73f-3a7782c51a55",
"05a871d1-3f2b-4600-826d-ff3fa6ffc155"
],
"Companies": [
"57599086-7537-4f44-81ba-2215ea842a57",
"23d65af4-7a65-40c8-a8b5-3f08253c4a1f"
],
"Groups": [
"d570d363-c769-4b29-a88d-017b3610fa31",
"ef93bdaa-1e93-4490-a342-370cab9a3c74"
],
"Opportunities": [
"ad250458-376a-4fd8-97dc-dd4a3bffb6b9",
"d0074c46-7d30-40ae-b000-30e8d06bfa88"
]
}
},
{
"Id": "d2cf32f7-8a3e-4411-b222-7483358e1f9c",
"ParentId": "20e4632a-5b12-4fb3-8ca7-e03050d2caad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2bbfc83b-3f33-46e2-b73f-3a7782c51a55",
"05a871d1-3f2b-4600-826d-ff3fa6ffc155"
],
"Companies": [
"57599086-7537-4f44-81ba-2215ea842a57",
"23d65af4-7a65-40c8-a8b5-3f08253c4a1f"
],
"Groups": [
"d570d363-c769-4b29-a88d-017b3610fa31",
"ef93bdaa-1e93-4490-a342-370cab9a3c74"
],
"Opportunities": [
"ad250458-376a-4fd8-97dc-dd4a3bffb6b9",
"d0074c46-7d30-40ae-b000-30e8d06bfa88"
]
}
}
]