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": "9a5613c1-90c1-4c28-a3bb-aefadd6a9b87",
"ParentId": "b37b8103-0a47-4b26-a12f-46140a82496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"eec1f687-4f81-49e9-bf52-30b6600dfcbb",
"32d492c6-5c3e-4a31-b412-88ed9828ffc1"
],
"Companies": [
"c8913506-274d-4c52-8cdc-2b47e9ee198a",
"3c11fccb-d577-4228-9cf2-af9c3ea6629f"
],
"Groups": [
"607aba8b-21a0-4d5d-bd53-9e16b1ae6e79",
"af01391c-06ff-4d00-bf92-5009a5b43880"
],
"Opportunities": [
"f131801b-2c14-4a49-82c4-59e640b3e68b",
"4390afa1-89f1-4c74-ba9f-5d17596af6ed"
]
}
},
{
"Id": "9a5613c1-90c1-4c28-a3bb-aefadd6a9b87",
"ParentId": "b37b8103-0a47-4b26-a12f-46140a82496a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"eec1f687-4f81-49e9-bf52-30b6600dfcbb",
"32d492c6-5c3e-4a31-b412-88ed9828ffc1"
],
"Companies": [
"c8913506-274d-4c52-8cdc-2b47e9ee198a",
"3c11fccb-d577-4228-9cf2-af9c3ea6629f"
],
"Groups": [
"607aba8b-21a0-4d5d-bd53-9e16b1ae6e79",
"af01391c-06ff-4d00-bf92-5009a5b43880"
],
"Opportunities": [
"f131801b-2c14-4a49-82c4-59e640b3e68b",
"4390afa1-89f1-4c74-ba9f-5d17596af6ed"
]
}
}
]