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": "b69a46cf-d5e5-4e38-97c0-ca7fc9b19d3d",
"ParentId": "028e0d9d-a4b2-4fdb-90e8-26f6921c95b2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b2ea2319-fadf-4550-9ab4-68f670aa01fb",
"d4c9b2fc-8b5a-42d9-92c5-c64463951a94"
],
"Companies": [
"1a96e730-19b8-4af5-9340-407803ccf88d",
"aa7a0249-c406-450f-a335-be9471788713"
],
"Groups": [
"53ffef59-6834-4e13-b113-8ad7ac6e9600",
"082db506-3a50-4345-98d4-0a27a4687bca"
],
"Opportunities": [
"a671c7d3-96a3-412a-87eb-93e9826d1856",
"a569ca55-339c-4e07-b76a-89f6b961e6c8"
]
}
},
{
"Id": "b69a46cf-d5e5-4e38-97c0-ca7fc9b19d3d",
"ParentId": "028e0d9d-a4b2-4fdb-90e8-26f6921c95b2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b2ea2319-fadf-4550-9ab4-68f670aa01fb",
"d4c9b2fc-8b5a-42d9-92c5-c64463951a94"
],
"Companies": [
"1a96e730-19b8-4af5-9340-407803ccf88d",
"aa7a0249-c406-450f-a335-be9471788713"
],
"Groups": [
"53ffef59-6834-4e13-b113-8ad7ac6e9600",
"082db506-3a50-4345-98d4-0a27a4687bca"
],
"Opportunities": [
"a671c7d3-96a3-412a-87eb-93e9826d1856",
"a569ca55-339c-4e07-b76a-89f6b961e6c8"
]
}
}
]