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": "23111ac6-4d19-4ef1-b77a-cd36e221b58d",
"ParentId": "3387498c-b77c-49fb-bbe3-71cc070d5a06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6b0a5953-4881-426a-9d6d-0eba8b93107f",
"d6e5a1a1-0a3a-44e6-94c0-26ae4b9a8347"
],
"Companies": [
"c7f28819-c807-4025-86ca-4a587491e99b",
"80e52387-3383-4e5b-9fa1-4dbb914f3649"
],
"Groups": [
"32b18390-393e-46b2-8cd4-9646ca3c3b7b",
"8949235c-6e8c-4a60-bcec-15e733dbf257"
],
"Opportunities": [
"1e5bb73e-cfe2-4bf8-9db8-575458f43529",
"3925d99a-4098-48e0-812f-4ee9f2a8f45c"
]
}
},
{
"Id": "23111ac6-4d19-4ef1-b77a-cd36e221b58d",
"ParentId": "3387498c-b77c-49fb-bbe3-71cc070d5a06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6b0a5953-4881-426a-9d6d-0eba8b93107f",
"d6e5a1a1-0a3a-44e6-94c0-26ae4b9a8347"
],
"Companies": [
"c7f28819-c807-4025-86ca-4a587491e99b",
"80e52387-3383-4e5b-9fa1-4dbb914f3649"
],
"Groups": [
"32b18390-393e-46b2-8cd4-9646ca3c3b7b",
"8949235c-6e8c-4a60-bcec-15e733dbf257"
],
"Opportunities": [
"1e5bb73e-cfe2-4bf8-9db8-575458f43529",
"3925d99a-4098-48e0-812f-4ee9f2a8f45c"
]
}
}
]