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": "f86f7647-9203-4c95-96d8-75c3d1db83c4",
"ParentId": "44129f0b-8ca8-4e23-ab77-30608dc59297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"97b597ff-684e-4ff5-8f24-91cca95b3616",
"3ab04c57-e501-49f1-b099-b531c2e504d5"
],
"Companies": [
"f88ce48d-5470-4b5f-ae6f-7f4e5a852bea",
"1dc703de-2d9d-42cf-82d8-12bc8f3f0673"
],
"Groups": [
"a85449fe-0367-43fb-888a-377c2cff1951",
"47fc4f7c-874a-43e5-aee7-c2dfbf955835"
],
"Opportunities": [
"ee0b4760-19dc-449c-92c7-d7ef592542cc",
"7ccd98de-4e28-4fe3-a544-518d8995392b"
]
}
},
{
"Id": "f86f7647-9203-4c95-96d8-75c3d1db83c4",
"ParentId": "44129f0b-8ca8-4e23-ab77-30608dc59297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"97b597ff-684e-4ff5-8f24-91cca95b3616",
"3ab04c57-e501-49f1-b099-b531c2e504d5"
],
"Companies": [
"f88ce48d-5470-4b5f-ae6f-7f4e5a852bea",
"1dc703de-2d9d-42cf-82d8-12bc8f3f0673"
],
"Groups": [
"a85449fe-0367-43fb-888a-377c2cff1951",
"47fc4f7c-874a-43e5-aee7-c2dfbf955835"
],
"Opportunities": [
"ee0b4760-19dc-449c-92c7-d7ef592542cc",
"7ccd98de-4e28-4fe3-a544-518d8995392b"
]
}
}
]