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": "5fba6b86-1204-478f-aedf-4fb956befd8a",
"ParentId": "a5788ec9-9934-4829-a8a6-4056642359d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"239fb441-4560-473b-a3ec-9e4dbcf09479",
"22633c64-1d13-4038-bb73-7f8210ffcaf3"
],
"Companies": [
"4dff7022-195d-429c-8ea5-1fd0115bd109",
"79c7e4e0-132f-4d04-b215-4ac6db9d7c3f"
],
"Groups": [
"07afc3b3-d97b-4ba2-9c6c-11f94c2834d7",
"c874be3d-72be-4d2c-a13b-4f56d7454940"
],
"Opportunities": [
"da4e929a-74d9-4f8e-a65e-99fe4aa7c391",
"f15ab93d-c2bb-4456-8807-ab250ac98dcc"
]
}
},
{
"Id": "5fba6b86-1204-478f-aedf-4fb956befd8a",
"ParentId": "a5788ec9-9934-4829-a8a6-4056642359d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"239fb441-4560-473b-a3ec-9e4dbcf09479",
"22633c64-1d13-4038-bb73-7f8210ffcaf3"
],
"Companies": [
"4dff7022-195d-429c-8ea5-1fd0115bd109",
"79c7e4e0-132f-4d04-b215-4ac6db9d7c3f"
],
"Groups": [
"07afc3b3-d97b-4ba2-9c6c-11f94c2834d7",
"c874be3d-72be-4d2c-a13b-4f56d7454940"
],
"Opportunities": [
"da4e929a-74d9-4f8e-a65e-99fe4aa7c391",
"f15ab93d-c2bb-4456-8807-ab250ac98dcc"
]
}
}
]