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": "26f0a142-4a96-4ca8-9cfe-90e2ea05dad0",
"ParentId": "605c4ba2-9445-4764-9a10-764fd22cd5e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"12480ca6-24b4-48bf-b85b-6e06f97b3feb",
"1d8e2c6a-de74-4214-9543-08f615c450c0"
],
"Companies": [
"09da0533-4af7-4b4c-8545-0c77339fe864",
"12c0fbf5-00b2-4284-a8b9-4d14eebf37ca"
],
"Groups": [
"77d8b39a-50d8-41cd-acc1-4c2f724850d3",
"fd12635f-c40d-4d76-9fb8-bbd561cf455e"
],
"Opportunities": [
"55b4a9ad-5588-4e44-bae7-bfe3e320cf73",
"59704401-7124-45ba-8abc-ff0fb7e249a9"
]
}
},
{
"Id": "26f0a142-4a96-4ca8-9cfe-90e2ea05dad0",
"ParentId": "605c4ba2-9445-4764-9a10-764fd22cd5e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"12480ca6-24b4-48bf-b85b-6e06f97b3feb",
"1d8e2c6a-de74-4214-9543-08f615c450c0"
],
"Companies": [
"09da0533-4af7-4b4c-8545-0c77339fe864",
"12c0fbf5-00b2-4284-a8b9-4d14eebf37ca"
],
"Groups": [
"77d8b39a-50d8-41cd-acc1-4c2f724850d3",
"fd12635f-c40d-4d76-9fb8-bbd561cf455e"
],
"Opportunities": [
"55b4a9ad-5588-4e44-bae7-bfe3e320cf73",
"59704401-7124-45ba-8abc-ff0fb7e249a9"
]
}
}
]