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": "07a7aeff-84ba-4648-a545-f3376c91ee8b",
"ParentId": "d408fe0d-45c8-49cc-a27c-a8ce96d48171",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"baedbea6-3147-4c61-a40b-ff0850b00995",
"e3a44d55-799b-4d8c-993a-c24d9f2ac675"
],
"Companies": [
"190b699f-18c0-48b8-8a56-f53bdac12e3e",
"ecb07946-911c-4c5a-847e-a999f7d65af4"
],
"Groups": [
"2a419c4e-911e-4625-be90-cefdf55f42d3",
"8adf7548-2bf0-4c56-b741-88716dd1b2ce"
],
"Opportunities": [
"44e7c6b9-5953-44c1-81bc-7a6f250e8385",
"d3cd9408-8897-47e1-9dc1-57941d4070b4"
]
}
},
{
"Id": "07a7aeff-84ba-4648-a545-f3376c91ee8b",
"ParentId": "d408fe0d-45c8-49cc-a27c-a8ce96d48171",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"baedbea6-3147-4c61-a40b-ff0850b00995",
"e3a44d55-799b-4d8c-993a-c24d9f2ac675"
],
"Companies": [
"190b699f-18c0-48b8-8a56-f53bdac12e3e",
"ecb07946-911c-4c5a-847e-a999f7d65af4"
],
"Groups": [
"2a419c4e-911e-4625-be90-cefdf55f42d3",
"8adf7548-2bf0-4c56-b741-88716dd1b2ce"
],
"Opportunities": [
"44e7c6b9-5953-44c1-81bc-7a6f250e8385",
"d3cd9408-8897-47e1-9dc1-57941d4070b4"
]
}
}
]