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": "060bcb3b-2f7a-4028-9051-2468d9f41d01",
"ParentId": "e0ec757d-3677-4b8c-9e22-e816b6719d4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"979182a5-7f1a-46c3-8a83-2418259d6970",
"646197e6-b697-4038-bbdf-e02771101d1a"
],
"Companies": [
"24930a82-325c-4653-8d8f-02dcdd71510f",
"84d4b0a1-a4d8-4da8-869d-79b551199f27"
],
"Groups": [
"11113110-9b31-439d-ad61-83a3c02b6456",
"13be2165-4302-4333-9d25-5f79b4a07ed5"
],
"Opportunities": [
"e34b195e-7832-451e-8f7a-6f3b5e57ea63",
"b4e3e2c7-40f8-48c7-9d1b-512e3f53fff8"
]
}
},
{
"Id": "060bcb3b-2f7a-4028-9051-2468d9f41d01",
"ParentId": "e0ec757d-3677-4b8c-9e22-e816b6719d4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"979182a5-7f1a-46c3-8a83-2418259d6970",
"646197e6-b697-4038-bbdf-e02771101d1a"
],
"Companies": [
"24930a82-325c-4653-8d8f-02dcdd71510f",
"84d4b0a1-a4d8-4da8-869d-79b551199f27"
],
"Groups": [
"11113110-9b31-439d-ad61-83a3c02b6456",
"13be2165-4302-4333-9d25-5f79b4a07ed5"
],
"Opportunities": [
"e34b195e-7832-451e-8f7a-6f3b5e57ea63",
"b4e3e2c7-40f8-48c7-9d1b-512e3f53fff8"
]
}
}
]