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": "baf35964-a012-4a0a-b968-bda5cf31b528",
"ParentId": "c0b42783-6ef6-4047-be5e-a4d08d58f890",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e42af9b9-e6b5-400b-b65d-f9d94771fe46",
"346e2bb9-e793-4f5c-a5f3-e541ad54db7d"
],
"Companies": [
"109e6f0e-1678-4b07-8a96-833c52e8cd98",
"290ff9fa-7ec1-49c3-8516-d0a4638bc8d6"
],
"Groups": [
"11b5e431-6486-4512-9e3d-0ab56697e30d",
"2c9fb532-e0d8-44a6-88dd-3082c3b8ba33"
],
"Opportunities": [
"49930516-e5c1-4890-af8e-bbe3807d24c4",
"8de35d15-64d8-4e17-bbc2-6509a94f8e5f"
]
}
},
{
"Id": "baf35964-a012-4a0a-b968-bda5cf31b528",
"ParentId": "c0b42783-6ef6-4047-be5e-a4d08d58f890",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e42af9b9-e6b5-400b-b65d-f9d94771fe46",
"346e2bb9-e793-4f5c-a5f3-e541ad54db7d"
],
"Companies": [
"109e6f0e-1678-4b07-8a96-833c52e8cd98",
"290ff9fa-7ec1-49c3-8516-d0a4638bc8d6"
],
"Groups": [
"11b5e431-6486-4512-9e3d-0ab56697e30d",
"2c9fb532-e0d8-44a6-88dd-3082c3b8ba33"
],
"Opportunities": [
"49930516-e5c1-4890-af8e-bbe3807d24c4",
"8de35d15-64d8-4e17-bbc2-6509a94f8e5f"
]
}
}
]