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": "40bd1d85-7a2c-41e9-8738-016f6eef816d",
"ParentId": "e5bf5efc-9d6c-425d-aeef-d99f69375869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"93e3b534-09bb-4d6f-bcb2-2b1c04d00660",
"9054845f-74bb-4539-9fd5-e835c47b421e"
],
"Companies": [
"1494f67f-a0d7-477c-9011-ce8b56614c61",
"73b0b946-fe3f-4241-be30-bf17009faa83"
],
"Groups": [
"c5a2265a-b170-4e9b-bbc3-8594432b79ec",
"ef7a2bdc-8393-42fe-b042-f14633a11224"
],
"Opportunities": [
"5a99a2ae-72f5-45a9-ae4f-f062802fe059",
"880552cc-2e58-43d8-afff-e04869d29352"
]
}
},
{
"Id": "40bd1d85-7a2c-41e9-8738-016f6eef816d",
"ParentId": "e5bf5efc-9d6c-425d-aeef-d99f69375869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"93e3b534-09bb-4d6f-bcb2-2b1c04d00660",
"9054845f-74bb-4539-9fd5-e835c47b421e"
],
"Companies": [
"1494f67f-a0d7-477c-9011-ce8b56614c61",
"73b0b946-fe3f-4241-be30-bf17009faa83"
],
"Groups": [
"c5a2265a-b170-4e9b-bbc3-8594432b79ec",
"ef7a2bdc-8393-42fe-b042-f14633a11224"
],
"Opportunities": [
"5a99a2ae-72f5-45a9-ae4f-f062802fe059",
"880552cc-2e58-43d8-afff-e04869d29352"
]
}
}
]