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": "142faa0b-f9a1-44ba-bb3d-616aef0ff3ab",
"ParentId": "2941d4a1-58e1-453d-8441-4968b366cb03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"49a34d1f-f4f2-41ed-b331-da738394eea7",
"0eabd7b7-3229-4bc7-92d3-7e5b114df7cc"
],
"Companies": [
"a5173070-672e-4cf7-b708-e01e29491f99",
"af09f4e3-e925-4969-8ba6-72e6b9752a3f"
],
"Groups": [
"f87594ab-a472-41e6-865b-9bd8b7831697",
"ee4c7858-e04d-41e2-ba7d-6de4024d2fbe"
],
"Opportunities": [
"013fe1fb-a324-4162-a58e-ba6501fe9731",
"02dab62b-f7e3-41a7-ae92-e8523a02e22d"
]
}
},
{
"Id": "142faa0b-f9a1-44ba-bb3d-616aef0ff3ab",
"ParentId": "2941d4a1-58e1-453d-8441-4968b366cb03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"49a34d1f-f4f2-41ed-b331-da738394eea7",
"0eabd7b7-3229-4bc7-92d3-7e5b114df7cc"
],
"Companies": [
"a5173070-672e-4cf7-b708-e01e29491f99",
"af09f4e3-e925-4969-8ba6-72e6b9752a3f"
],
"Groups": [
"f87594ab-a472-41e6-865b-9bd8b7831697",
"ee4c7858-e04d-41e2-ba7d-6de4024d2fbe"
],
"Opportunities": [
"013fe1fb-a324-4162-a58e-ba6501fe9731",
"02dab62b-f7e3-41a7-ae92-e8523a02e22d"
]
}
}
]