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": "a3d433d6-05c5-448e-b8d4-e4721cdfc2cb",
"ParentId": "e1da4a03-df3c-4373-8d89-a248151729f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e31f83cd-d468-4a74-9ee2-86a2653fa8b3",
"bd2aaa58-fab0-4a4f-8159-669518ea55d7"
],
"Companies": [
"3350a171-a759-40aa-8d75-3ccf7056436f",
"26490f08-c9bc-4c4c-9671-f19425aab9ba"
],
"Groups": [
"aaf0f88d-4f85-4827-a896-6eab16d9270d",
"2a6de3db-99e6-450d-90b6-cd25631e9dc4"
],
"Opportunities": [
"2452fb6f-a599-4455-80e6-ac28ec7d68f7",
"270469ba-eef6-490e-ac84-7bb0ddda93bc"
]
}
},
{
"Id": "a3d433d6-05c5-448e-b8d4-e4721cdfc2cb",
"ParentId": "e1da4a03-df3c-4373-8d89-a248151729f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e31f83cd-d468-4a74-9ee2-86a2653fa8b3",
"bd2aaa58-fab0-4a4f-8159-669518ea55d7"
],
"Companies": [
"3350a171-a759-40aa-8d75-3ccf7056436f",
"26490f08-c9bc-4c4c-9671-f19425aab9ba"
],
"Groups": [
"aaf0f88d-4f85-4827-a896-6eab16d9270d",
"2a6de3db-99e6-450d-90b6-cd25631e9dc4"
],
"Opportunities": [
"2452fb6f-a599-4455-80e6-ac28ec7d68f7",
"270469ba-eef6-490e-ac84-7bb0ddda93bc"
]
}
}
]