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": "8a32e533-b629-4ebc-878e-fcdd5e45b08b",
"ParentId": "a259b168-4fbb-413d-bcd5-8dac6f18cdc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4cc44a79-eccc-49f4-806b-e4fb657880a2",
"c4332e03-29c4-4c1c-9afa-f9e3063c6d91"
],
"Companies": [
"46d066b1-5001-453a-89a9-6bb1fc67a97f",
"a9164d63-c6c7-45c7-9095-c55dfc73c10f"
],
"Groups": [
"cd461dc0-9252-4685-9a1b-9134c1761c48",
"de43d736-eb1c-4a73-bed9-662216ad2d84"
],
"Opportunities": [
"6935658c-ae67-42b9-97c7-cdd775a5424d",
"20df254a-e384-410f-aaf5-5493d05c01bf"
]
}
},
{
"Id": "8a32e533-b629-4ebc-878e-fcdd5e45b08b",
"ParentId": "a259b168-4fbb-413d-bcd5-8dac6f18cdc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4cc44a79-eccc-49f4-806b-e4fb657880a2",
"c4332e03-29c4-4c1c-9afa-f9e3063c6d91"
],
"Companies": [
"46d066b1-5001-453a-89a9-6bb1fc67a97f",
"a9164d63-c6c7-45c7-9095-c55dfc73c10f"
],
"Groups": [
"cd461dc0-9252-4685-9a1b-9134c1761c48",
"de43d736-eb1c-4a73-bed9-662216ad2d84"
],
"Opportunities": [
"6935658c-ae67-42b9-97c7-cdd775a5424d",
"20df254a-e384-410f-aaf5-5493d05c01bf"
]
}
}
]