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": "adb4dab0-8062-4f69-bd77-0cf21881b84f",
"ParentId": "66176f95-d034-4bf2-83a3-3b37cc10d3b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6e997666-eb72-48f2-bb13-4b493c65f5b0",
"7ec1dc87-94aa-4e49-81de-34260563a8ec"
],
"Companies": [
"52aecba7-663e-4f48-94e6-56124ed4d1c4",
"bb9ef2d3-45c8-402e-a125-61a80af626fd"
],
"Groups": [
"55403aaf-b5a4-4fb3-92b2-c0dac32f44b3",
"a64eb2e8-a88f-45f6-afcb-17bf6e5acdbc"
],
"Opportunities": [
"90da18d0-a76c-495e-9851-5f3971adb667",
"1674a8d5-3f87-475a-9a8b-9f6580066819"
]
}
},
{
"Id": "adb4dab0-8062-4f69-bd77-0cf21881b84f",
"ParentId": "66176f95-d034-4bf2-83a3-3b37cc10d3b8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6e997666-eb72-48f2-bb13-4b493c65f5b0",
"7ec1dc87-94aa-4e49-81de-34260563a8ec"
],
"Companies": [
"52aecba7-663e-4f48-94e6-56124ed4d1c4",
"bb9ef2d3-45c8-402e-a125-61a80af626fd"
],
"Groups": [
"55403aaf-b5a4-4fb3-92b2-c0dac32f44b3",
"a64eb2e8-a88f-45f6-afcb-17bf6e5acdbc"
],
"Opportunities": [
"90da18d0-a76c-495e-9851-5f3971adb667",
"1674a8d5-3f87-475a-9a8b-9f6580066819"
]
}
}
]