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": "a6d7ae06-212d-4be8-bf0a-506ebb6effc0",
"ParentId": "d4c51bb0-1738-4b9d-b9ed-1bda7cd13991",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"269b5105-57ef-40c3-a15e-a0908da65a3d",
"6b0d4a87-2c0c-4b38-934b-3ca20e4c3586"
],
"Companies": [
"07e34071-e932-4781-bbe9-284025cb1c13",
"8861ea92-b50d-45ed-80cb-462f5a129f2e"
],
"Groups": [
"cfde3315-acd9-4fe4-b323-2db00a044d99",
"fb5bd8d6-878e-47ad-b1c2-5e7a13e118dc"
],
"Opportunities": [
"dc52eeb1-3fdf-4909-91a8-8c419028e267",
"7f69076e-b472-4520-bb2d-7b161fbfcf36"
]
}
},
{
"Id": "a6d7ae06-212d-4be8-bf0a-506ebb6effc0",
"ParentId": "d4c51bb0-1738-4b9d-b9ed-1bda7cd13991",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"269b5105-57ef-40c3-a15e-a0908da65a3d",
"6b0d4a87-2c0c-4b38-934b-3ca20e4c3586"
],
"Companies": [
"07e34071-e932-4781-bbe9-284025cb1c13",
"8861ea92-b50d-45ed-80cb-462f5a129f2e"
],
"Groups": [
"cfde3315-acd9-4fe4-b323-2db00a044d99",
"fb5bd8d6-878e-47ad-b1c2-5e7a13e118dc"
],
"Opportunities": [
"dc52eeb1-3fdf-4909-91a8-8c419028e267",
"7f69076e-b472-4520-bb2d-7b161fbfcf36"
]
}
}
]