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": "06cdd1af-d2e3-4691-ab8e-6f9a635cd554",
"ParentId": "bc9eef5a-9f9e-44ee-b9ad-b1b8caee1697",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a1f4b77e-5478-4a6c-91fc-a05535c9c9ad",
"44b5af71-028f-498c-907c-367008a04b02"
],
"Companies": [
"5eca2c05-bac2-4547-a6e1-c0d1ac6a7908",
"9cb6f6ef-1c0e-49d2-8e2a-4efe326d639e"
],
"Groups": [
"826e4181-6b51-4018-8893-45e7d64a1832",
"68898150-c1f0-48a4-b52c-05ab394940b4"
],
"Opportunities": [
"fa4d6199-d5da-4b7d-a795-0b326d852ef6",
"701f0601-9404-4e91-9413-45aa36827d66"
]
}
},
{
"Id": "06cdd1af-d2e3-4691-ab8e-6f9a635cd554",
"ParentId": "bc9eef5a-9f9e-44ee-b9ad-b1b8caee1697",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a1f4b77e-5478-4a6c-91fc-a05535c9c9ad",
"44b5af71-028f-498c-907c-367008a04b02"
],
"Companies": [
"5eca2c05-bac2-4547-a6e1-c0d1ac6a7908",
"9cb6f6ef-1c0e-49d2-8e2a-4efe326d639e"
],
"Groups": [
"826e4181-6b51-4018-8893-45e7d64a1832",
"68898150-c1f0-48a4-b52c-05ab394940b4"
],
"Opportunities": [
"fa4d6199-d5da-4b7d-a795-0b326d852ef6",
"701f0601-9404-4e91-9413-45aa36827d66"
]
}
}
]