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": "2b65aee8-49d2-4c2a-91d6-00a0ef35ecea",
"ParentId": "ea391144-e8a4-4524-9bb9-d343a366ae37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f460982d-0a29-488b-9197-fad95995d93e",
"e8f325e1-671e-453e-bced-c0ea5a645144"
],
"Companies": [
"adc637f9-3349-4d24-9dcd-70176a371783",
"c88f03c1-c443-4d1f-a64e-5d053acb1cd4"
],
"Groups": [
"cc71955d-5fab-4b8d-b983-6ffca69e66e7",
"aa796fe0-ae81-41ad-a5cf-681b6978b789"
],
"Opportunities": [
"c93d66d5-2df6-457f-8b5b-e90d8c090a0c",
"17296c36-aadb-413c-8999-390a15b3b3e9"
]
}
},
{
"Id": "2b65aee8-49d2-4c2a-91d6-00a0ef35ecea",
"ParentId": "ea391144-e8a4-4524-9bb9-d343a366ae37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f460982d-0a29-488b-9197-fad95995d93e",
"e8f325e1-671e-453e-bced-c0ea5a645144"
],
"Companies": [
"adc637f9-3349-4d24-9dcd-70176a371783",
"c88f03c1-c443-4d1f-a64e-5d053acb1cd4"
],
"Groups": [
"cc71955d-5fab-4b8d-b983-6ffca69e66e7",
"aa796fe0-ae81-41ad-a5cf-681b6978b789"
],
"Opportunities": [
"c93d66d5-2df6-457f-8b5b-e90d8c090a0c",
"17296c36-aadb-413c-8999-390a15b3b3e9"
]
}
}
]