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": "97666f63-cb3b-4561-93a0-29ee7ffbcde9",
"ParentId": "133c5a00-4c48-40ca-864c-5d3db2a6a308",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"62117fe7-54d7-467b-834b-5c52368aa70d",
"e160e360-19f9-4b56-9fef-8874e6ea8936"
],
"Companies": [
"64ae935f-e461-484b-b702-b507387930a2",
"10c39226-5779-455b-993f-27da2aa8ee1e"
],
"Groups": [
"1f19f14e-ca38-4b45-8a97-66c7d5fa8d8a",
"483855fc-0659-46c4-a023-7f5939497e4f"
],
"Opportunities": [
"b3bff198-71a9-412c-a4c0-d842d0186187",
"c11f169c-1e67-43fd-be38-9b202e1aa347"
]
}
},
{
"Id": "97666f63-cb3b-4561-93a0-29ee7ffbcde9",
"ParentId": "133c5a00-4c48-40ca-864c-5d3db2a6a308",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"62117fe7-54d7-467b-834b-5c52368aa70d",
"e160e360-19f9-4b56-9fef-8874e6ea8936"
],
"Companies": [
"64ae935f-e461-484b-b702-b507387930a2",
"10c39226-5779-455b-993f-27da2aa8ee1e"
],
"Groups": [
"1f19f14e-ca38-4b45-8a97-66c7d5fa8d8a",
"483855fc-0659-46c4-a023-7f5939497e4f"
],
"Opportunities": [
"b3bff198-71a9-412c-a4c0-d842d0186187",
"c11f169c-1e67-43fd-be38-9b202e1aa347"
]
}
}
]