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": "0615e0de-eb51-4f73-946e-1b0d8f38d44e",
"ParentId": "7a359ceb-fae6-40e4-8cdb-fa788f9d19c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"83c14c60-cf19-4a21-b5f6-2fb0ef2adb96",
"cc0dd3b8-1fef-4fb2-b300-f96ada1e1e45"
],
"Companies": [
"c0663632-82e8-428c-adde-47a06522ffc9",
"28012e5c-3882-4a8a-a8e6-33bb831c6118"
],
"Groups": [
"648289f9-4b72-4aa8-9c12-41f36d4e6a4e",
"7c86628e-4c7f-4039-9042-3a7696fcbad7"
],
"Opportunities": [
"8e6f8cfe-5c44-4e98-9c3d-02bf59f6f690",
"93647b87-b72c-4379-a1ac-767e78694ab8"
]
}
},
{
"Id": "0615e0de-eb51-4f73-946e-1b0d8f38d44e",
"ParentId": "7a359ceb-fae6-40e4-8cdb-fa788f9d19c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"83c14c60-cf19-4a21-b5f6-2fb0ef2adb96",
"cc0dd3b8-1fef-4fb2-b300-f96ada1e1e45"
],
"Companies": [
"c0663632-82e8-428c-adde-47a06522ffc9",
"28012e5c-3882-4a8a-a8e6-33bb831c6118"
],
"Groups": [
"648289f9-4b72-4aa8-9c12-41f36d4e6a4e",
"7c86628e-4c7f-4039-9042-3a7696fcbad7"
],
"Opportunities": [
"8e6f8cfe-5c44-4e98-9c3d-02bf59f6f690",
"93647b87-b72c-4379-a1ac-767e78694ab8"
]
}
}
]