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": "35472884-7b11-479a-889e-11dabdce7b92",
"ParentId": "4bf6ce25-418b-4b29-8413-39c2d00e8727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a3ada44e-e804-4eaa-b6ee-4aed3ff9c530",
"976ff3d1-b8bb-484c-a916-b2a3a560d468"
],
"Companies": [
"dff2eb17-d575-4ca0-8adb-f67d0ac8ac51",
"8956b6a6-aac8-489e-83f0-92759845c1d5"
],
"Groups": [
"4552b8f5-4314-43f0-8c6e-87a88972036f",
"0cd54b5e-e433-43c8-b2dc-a0b7d4cceb47"
],
"Opportunities": [
"9ea1663d-6e6d-403f-bccd-a44a109f5c3d",
"41b61bf1-eeec-49a9-8bc3-10c4fa9556d0"
]
}
},
{
"Id": "35472884-7b11-479a-889e-11dabdce7b92",
"ParentId": "4bf6ce25-418b-4b29-8413-39c2d00e8727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a3ada44e-e804-4eaa-b6ee-4aed3ff9c530",
"976ff3d1-b8bb-484c-a916-b2a3a560d468"
],
"Companies": [
"dff2eb17-d575-4ca0-8adb-f67d0ac8ac51",
"8956b6a6-aac8-489e-83f0-92759845c1d5"
],
"Groups": [
"4552b8f5-4314-43f0-8c6e-87a88972036f",
"0cd54b5e-e433-43c8-b2dc-a0b7d4cceb47"
],
"Opportunities": [
"9ea1663d-6e6d-403f-bccd-a44a109f5c3d",
"41b61bf1-eeec-49a9-8bc3-10c4fa9556d0"
]
}
}
]