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": "28382a3d-3b5b-4476-809f-eaebb8bb8574",
"ParentId": "6a2f8b36-7892-43da-a052-220340be5f5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bd7db7fe-5ec0-45cd-be20-3ea38853f2a3",
"7fe47f9b-caa6-429f-b7cd-dac144ffa99a"
],
"Companies": [
"86e62943-796c-404d-bb15-a27b818becd9",
"147f98b6-7291-42eb-bc7c-8eef3624d527"
],
"Groups": [
"bf78109e-7962-42d8-8cc2-b19cc9e7ea7a",
"efd930cd-4e88-463f-bd60-c33ea8bb6639"
],
"Opportunities": [
"9191da80-24d1-4dd8-bef8-3e704c978e19",
"1c021e58-e549-42f8-b9a7-02626af34bf9"
]
}
},
{
"Id": "28382a3d-3b5b-4476-809f-eaebb8bb8574",
"ParentId": "6a2f8b36-7892-43da-a052-220340be5f5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bd7db7fe-5ec0-45cd-be20-3ea38853f2a3",
"7fe47f9b-caa6-429f-b7cd-dac144ffa99a"
],
"Companies": [
"86e62943-796c-404d-bb15-a27b818becd9",
"147f98b6-7291-42eb-bc7c-8eef3624d527"
],
"Groups": [
"bf78109e-7962-42d8-8cc2-b19cc9e7ea7a",
"efd930cd-4e88-463f-bd60-c33ea8bb6639"
],
"Opportunities": [
"9191da80-24d1-4dd8-bef8-3e704c978e19",
"1c021e58-e549-42f8-b9a7-02626af34bf9"
]
}
}
]