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": "d4b6c294-47ef-4939-b248-3651c00a00f3",
"ParentId": "5d710429-8609-4c23-9db1-2c7723efb424",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6b8f4e16-1843-48d5-a108-ab4f73ba4c72",
"0aa19fd1-42da-4c58-9a3c-1ff00edba4f2"
],
"Companies": [
"546597b5-c945-4800-8a15-e264b3d52abe",
"6560e7c3-0318-4425-8e2a-2b1571f0abda"
],
"Groups": [
"097b050d-fbad-45ea-96d1-83e020afa6c6",
"bfda9922-d30a-40aa-a819-0d9a25a3fac3"
],
"Opportunities": [
"c0f703e4-742b-4311-8dbc-d43ec69d0f8b",
"c2e46db5-427e-4d84-85b9-723f2ca16f63"
]
}
},
{
"Id": "d4b6c294-47ef-4939-b248-3651c00a00f3",
"ParentId": "5d710429-8609-4c23-9db1-2c7723efb424",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6b8f4e16-1843-48d5-a108-ab4f73ba4c72",
"0aa19fd1-42da-4c58-9a3c-1ff00edba4f2"
],
"Companies": [
"546597b5-c945-4800-8a15-e264b3d52abe",
"6560e7c3-0318-4425-8e2a-2b1571f0abda"
],
"Groups": [
"097b050d-fbad-45ea-96d1-83e020afa6c6",
"bfda9922-d30a-40aa-a819-0d9a25a3fac3"
],
"Opportunities": [
"c0f703e4-742b-4311-8dbc-d43ec69d0f8b",
"c2e46db5-427e-4d84-85b9-723f2ca16f63"
]
}
}
]