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": "4e7638b8-16fd-4a9b-b31d-f942bdbaf7b6",
"ParentId": "a6955d2a-b183-4e02-b9ca-e83399b3f5b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fdf825f2-e1bb-43c1-8571-942ee716cf87",
"4936ec01-1003-490f-b671-be20e0fcf099"
],
"Companies": [
"96dbda92-5204-4681-ae5d-f4f2c2d0d261",
"aa183b2c-ab18-4d96-ab92-6ded8d3931e1"
],
"Groups": [
"56bd94a7-5ac9-41fc-8cf6-35705117dfbb",
"a1e219dc-e1ed-4806-9335-646027ef772c"
],
"Opportunities": [
"16ba0a28-18b1-4131-bc69-02898bed51b8",
"3a9af028-d9f0-4447-bb08-a4af71a07b1f"
]
}
},
{
"Id": "4e7638b8-16fd-4a9b-b31d-f942bdbaf7b6",
"ParentId": "a6955d2a-b183-4e02-b9ca-e83399b3f5b0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fdf825f2-e1bb-43c1-8571-942ee716cf87",
"4936ec01-1003-490f-b671-be20e0fcf099"
],
"Companies": [
"96dbda92-5204-4681-ae5d-f4f2c2d0d261",
"aa183b2c-ab18-4d96-ab92-6ded8d3931e1"
],
"Groups": [
"56bd94a7-5ac9-41fc-8cf6-35705117dfbb",
"a1e219dc-e1ed-4806-9335-646027ef772c"
],
"Opportunities": [
"16ba0a28-18b1-4131-bc69-02898bed51b8",
"3a9af028-d9f0-4447-bb08-a4af71a07b1f"
]
}
}
]