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": "fce51f2d-1e4b-4f02-9dc7-af442c485a33",
"ParentId": "0679b3cd-d241-45ea-8816-dd60a976cf55",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"57c1b515-2a7e-41e8-bb3c-0d6df5ca0fc6",
"7cb051a3-1c28-4bc7-9bba-469e8d4cf360"
],
"Companies": [
"8bbef880-4c0c-4d1d-beba-2369fc9edb8a",
"7134e179-f2b0-4e95-b80d-5d05b18ae922"
],
"Groups": [
"9d5352ce-97a5-4698-91fb-f7d229518cf0",
"694f4f6d-a79e-47aa-bffc-9d261f609fa1"
],
"Opportunities": [
"764f41d7-a107-4049-ba59-bbb153285b35",
"b36e4ac0-5471-4c90-9cbf-d3a1dd05e86c"
]
}
},
{
"Id": "fce51f2d-1e4b-4f02-9dc7-af442c485a33",
"ParentId": "0679b3cd-d241-45ea-8816-dd60a976cf55",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"57c1b515-2a7e-41e8-bb3c-0d6df5ca0fc6",
"7cb051a3-1c28-4bc7-9bba-469e8d4cf360"
],
"Companies": [
"8bbef880-4c0c-4d1d-beba-2369fc9edb8a",
"7134e179-f2b0-4e95-b80d-5d05b18ae922"
],
"Groups": [
"9d5352ce-97a5-4698-91fb-f7d229518cf0",
"694f4f6d-a79e-47aa-bffc-9d261f609fa1"
],
"Opportunities": [
"764f41d7-a107-4049-ba59-bbb153285b35",
"b36e4ac0-5471-4c90-9cbf-d3a1dd05e86c"
]
}
}
]