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": "87c6d103-803c-4121-a694-9262f782f295",
"ParentId": "8a6869fd-00c1-4e1b-85c2-939642baa760",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"970fdba9-1486-43fc-808b-63d3909a297b",
"2f43f6c6-528e-427b-a919-ed498b9d6c6c"
],
"Companies": [
"ecf2f920-54d7-4a8c-9425-b955c767fd3f",
"7a6d12cd-27b8-49e8-8bd9-75acd189f6f4"
],
"Groups": [
"be65aa15-b2c6-4dd1-9911-723885963f86",
"32cd1640-b87c-4c6b-aab0-0b90ae896702"
],
"Opportunities": [
"efcb7647-7169-44aa-bcb7-92a8830f3dbd",
"313f0f7a-7dc7-4ace-9235-6e41d39fc7c9"
]
}
},
{
"Id": "87c6d103-803c-4121-a694-9262f782f295",
"ParentId": "8a6869fd-00c1-4e1b-85c2-939642baa760",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"970fdba9-1486-43fc-808b-63d3909a297b",
"2f43f6c6-528e-427b-a919-ed498b9d6c6c"
],
"Companies": [
"ecf2f920-54d7-4a8c-9425-b955c767fd3f",
"7a6d12cd-27b8-49e8-8bd9-75acd189f6f4"
],
"Groups": [
"be65aa15-b2c6-4dd1-9911-723885963f86",
"32cd1640-b87c-4c6b-aab0-0b90ae896702"
],
"Opportunities": [
"efcb7647-7169-44aa-bcb7-92a8830f3dbd",
"313f0f7a-7dc7-4ace-9235-6e41d39fc7c9"
]
}
}
]