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": "3825c87f-7475-475c-9988-9dfcd2cc56e9",
"ParentId": "5f693484-f324-47e6-b44e-275a44ae7c60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8a8c92bd-2a1f-48ad-b0c0-5cce98064cac",
"2331090c-dbc3-453c-9808-6041e766b11c"
],
"Companies": [
"400b4ee7-c68e-4cf8-9c66-b607c97438b6",
"1b854072-c4eb-4c10-a753-6595b015f734"
],
"Groups": [
"690fac8d-99f6-4798-9743-6aad0c2740d8",
"5ab2d046-06ee-4cad-8639-b8bf0d768170"
],
"Opportunities": [
"13d2c3b5-fb0f-4a96-976d-2ff2e0d54f70",
"f17c644e-2e4e-428a-ada2-e50de7ed7a8f"
]
}
},
{
"Id": "3825c87f-7475-475c-9988-9dfcd2cc56e9",
"ParentId": "5f693484-f324-47e6-b44e-275a44ae7c60",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8a8c92bd-2a1f-48ad-b0c0-5cce98064cac",
"2331090c-dbc3-453c-9808-6041e766b11c"
],
"Companies": [
"400b4ee7-c68e-4cf8-9c66-b607c97438b6",
"1b854072-c4eb-4c10-a753-6595b015f734"
],
"Groups": [
"690fac8d-99f6-4798-9743-6aad0c2740d8",
"5ab2d046-06ee-4cad-8639-b8bf0d768170"
],
"Opportunities": [
"13d2c3b5-fb0f-4a96-976d-2ff2e0d54f70",
"f17c644e-2e4e-428a-ada2-e50de7ed7a8f"
]
}
}
]