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": "b8720ef1-882b-43b6-bdbe-ba88c13dfdd5",
"ParentId": "b29048de-54d2-43b3-a981-f0eb09d24b45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5937c9fd-b14e-46d1-b6e1-87dbc65f5b21",
"34c16867-3582-49f5-ade8-e095460193a4"
],
"Companies": [
"301f8a8b-92d7-43ce-8889-d6428cba10ad",
"9e25fe74-8a8e-4494-baf3-9e08ba3e78e7"
],
"Groups": [
"fa897475-4878-42ff-8bfd-0ad995a1d0f9",
"9b98c4c7-f7d5-40a1-bcec-dd2b58738d0f"
],
"Opportunities": [
"44b33d3a-18cc-4f28-b245-79bc3cdc6c19",
"5f6dd2ef-a1e5-4624-9565-8a4734557a58"
]
}
},
{
"Id": "b8720ef1-882b-43b6-bdbe-ba88c13dfdd5",
"ParentId": "b29048de-54d2-43b3-a981-f0eb09d24b45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5937c9fd-b14e-46d1-b6e1-87dbc65f5b21",
"34c16867-3582-49f5-ade8-e095460193a4"
],
"Companies": [
"301f8a8b-92d7-43ce-8889-d6428cba10ad",
"9e25fe74-8a8e-4494-baf3-9e08ba3e78e7"
],
"Groups": [
"fa897475-4878-42ff-8bfd-0ad995a1d0f9",
"9b98c4c7-f7d5-40a1-bcec-dd2b58738d0f"
],
"Opportunities": [
"44b33d3a-18cc-4f28-b245-79bc3cdc6c19",
"5f6dd2ef-a1e5-4624-9565-8a4734557a58"
]
}
}
]