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": "c45e231c-49ca-47db-af74-6ca2c6b60d11",
"ParentId": "9851eb37-a0e4-4ffe-af07-346934e307ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0ea1120b-5a11-4f39-938a-88a2873da752",
"1e7357cf-f4d3-4dc8-a349-665bccb6d07f"
],
"Companies": [
"c176597c-f93e-44b4-ae63-f9216aaaeebc",
"2f48c1dc-19f1-4a49-a042-f53dfecf0b9a"
],
"Groups": [
"f728727b-41fa-4e55-9db8-c6034ab714d2",
"75166c01-a525-48b7-82ec-4942691fb909"
],
"Opportunities": [
"2fc3ef9a-e046-4f6c-971f-847781a0d2a4",
"7d6c90cb-a26c-4c13-98b9-1c2e53f21a77"
]
}
},
{
"Id": "c45e231c-49ca-47db-af74-6ca2c6b60d11",
"ParentId": "9851eb37-a0e4-4ffe-af07-346934e307ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0ea1120b-5a11-4f39-938a-88a2873da752",
"1e7357cf-f4d3-4dc8-a349-665bccb6d07f"
],
"Companies": [
"c176597c-f93e-44b4-ae63-f9216aaaeebc",
"2f48c1dc-19f1-4a49-a042-f53dfecf0b9a"
],
"Groups": [
"f728727b-41fa-4e55-9db8-c6034ab714d2",
"75166c01-a525-48b7-82ec-4942691fb909"
],
"Opportunities": [
"2fc3ef9a-e046-4f6c-971f-847781a0d2a4",
"7d6c90cb-a26c-4c13-98b9-1c2e53f21a77"
]
}
}
]