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": "e6967e59-c47d-42a9-a15b-7b7cdfbd3d70",
"ParentId": "16361886-8605-4550-b3b3-11879c0f0d89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2d6ca9f6-fdc4-4ed9-a8e3-cb069cba997e",
"4e13d2db-37d6-4f7f-aa0b-7404ec5344a0"
],
"Companies": [
"857b49ad-08d1-42e0-8d85-fbc7da899521",
"0d1b8d49-92b3-4df9-845e-e82e2bf942fc"
],
"Groups": [
"4314af46-1649-4db5-968b-e9a37a69a47a",
"7f6155db-71fd-4f80-943b-c08189167f32"
],
"Opportunities": [
"f7146ed8-816b-4159-887b-47d4c15d99c7",
"2dbb3775-3fd0-4493-bfa1-90d29b74974e"
]
}
},
{
"Id": "e6967e59-c47d-42a9-a15b-7b7cdfbd3d70",
"ParentId": "16361886-8605-4550-b3b3-11879c0f0d89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2d6ca9f6-fdc4-4ed9-a8e3-cb069cba997e",
"4e13d2db-37d6-4f7f-aa0b-7404ec5344a0"
],
"Companies": [
"857b49ad-08d1-42e0-8d85-fbc7da899521",
"0d1b8d49-92b3-4df9-845e-e82e2bf942fc"
],
"Groups": [
"4314af46-1649-4db5-968b-e9a37a69a47a",
"7f6155db-71fd-4f80-943b-c08189167f32"
],
"Opportunities": [
"f7146ed8-816b-4159-887b-47d4c15d99c7",
"2dbb3775-3fd0-4493-bfa1-90d29b74974e"
]
}
}
]