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": "188374bc-a576-429a-9320-9808e5cc694e",
"ParentId": "a9e9bb17-216b-4cb2-a2e9-23721d871ae7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b8608b21-2a1f-41c3-b458-c2153f44b2c0",
"831f9c60-bf49-466b-bd26-b5d5f822e969"
],
"Companies": [
"0fab2e56-6d9c-4568-bbc2-d3f771b4ed42",
"447dc089-fe5c-487d-9340-d2a4e2407e09"
],
"Groups": [
"358bb58b-f084-4597-9557-fa11507be0cd",
"c79f4a6b-b9e0-4a8d-b36c-8d6441ee4e22"
],
"Opportunities": [
"78c1847f-2134-44ac-86db-1e391b92f499",
"ae15f8c6-fa49-41ac-9796-a40e9b52f543"
]
}
},
{
"Id": "188374bc-a576-429a-9320-9808e5cc694e",
"ParentId": "a9e9bb17-216b-4cb2-a2e9-23721d871ae7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b8608b21-2a1f-41c3-b458-c2153f44b2c0",
"831f9c60-bf49-466b-bd26-b5d5f822e969"
],
"Companies": [
"0fab2e56-6d9c-4568-bbc2-d3f771b4ed42",
"447dc089-fe5c-487d-9340-d2a4e2407e09"
],
"Groups": [
"358bb58b-f084-4597-9557-fa11507be0cd",
"c79f4a6b-b9e0-4a8d-b36c-8d6441ee4e22"
],
"Opportunities": [
"78c1847f-2134-44ac-86db-1e391b92f499",
"ae15f8c6-fa49-41ac-9796-a40e9b52f543"
]
}
}
]