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": "100671e9-6fb9-42a0-b6f5-00856d7962c7",
"ParentId": "b2e1847a-aaf3-4a8c-903a-c4bc9ad9d0ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"972e117b-26c2-44b5-bd66-8dcf857faa9e",
"1f6cd7bb-82d4-4853-8a6e-18b255a52a9a"
],
"Companies": [
"c8dcaf49-83b7-4149-94dc-ff1156772d47",
"a65df331-3b6a-4a8f-b7b1-74c2d26eb0bd"
],
"Groups": [
"7c5bc2b5-417a-424f-b7db-af3e28919612",
"fd63baab-bb83-415f-a5c5-ab550ddb3f1d"
],
"Opportunities": [
"78ceb30f-5dcd-4bee-ad52-9499054d2f0c",
"480f195f-d5b3-469b-9d58-23b48963c248"
]
}
},
{
"Id": "100671e9-6fb9-42a0-b6f5-00856d7962c7",
"ParentId": "b2e1847a-aaf3-4a8c-903a-c4bc9ad9d0ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"972e117b-26c2-44b5-bd66-8dcf857faa9e",
"1f6cd7bb-82d4-4853-8a6e-18b255a52a9a"
],
"Companies": [
"c8dcaf49-83b7-4149-94dc-ff1156772d47",
"a65df331-3b6a-4a8f-b7b1-74c2d26eb0bd"
],
"Groups": [
"7c5bc2b5-417a-424f-b7db-af3e28919612",
"fd63baab-bb83-415f-a5c5-ab550ddb3f1d"
],
"Opportunities": [
"78ceb30f-5dcd-4bee-ad52-9499054d2f0c",
"480f195f-d5b3-469b-9d58-23b48963c248"
]
}
}
]