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": "b67ac02c-6505-4c6e-9fd4-fa7809467d96",
"ParentId": "93e1dccf-e7eb-4f51-88c8-f25874cffdcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f60b912d-5771-42c5-9f43-9967afea9dde",
"ae34b5ad-dd36-4571-af66-aa0ae56bec70"
],
"Companies": [
"d4c81f53-a712-40cb-8d87-5efb5ede2f39",
"b05221b3-7ae3-4c7d-981c-9cae0d551fa4"
],
"Groups": [
"c1d934df-0752-4f81-9310-805da57c83af",
"4835fcf4-ccf1-447e-975b-e36f82441236"
],
"Opportunities": [
"a89fc190-5ef8-4d97-bc5c-500a21d139b4",
"81dbed5d-d2bc-4d5c-b45e-88836992ad2f"
]
}
},
{
"Id": "b67ac02c-6505-4c6e-9fd4-fa7809467d96",
"ParentId": "93e1dccf-e7eb-4f51-88c8-f25874cffdcd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f60b912d-5771-42c5-9f43-9967afea9dde",
"ae34b5ad-dd36-4571-af66-aa0ae56bec70"
],
"Companies": [
"d4c81f53-a712-40cb-8d87-5efb5ede2f39",
"b05221b3-7ae3-4c7d-981c-9cae0d551fa4"
],
"Groups": [
"c1d934df-0752-4f81-9310-805da57c83af",
"4835fcf4-ccf1-447e-975b-e36f82441236"
],
"Opportunities": [
"a89fc190-5ef8-4d97-bc5c-500a21d139b4",
"81dbed5d-d2bc-4d5c-b45e-88836992ad2f"
]
}
}
]