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": "cedf255f-1d62-4d79-bd04-a952f0f1b9b5",
"ParentId": "f6a7f764-ae2f-4c00-9d0c-a963fe581ae8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"cea5f166-83fa-4172-9a32-866de2e84c3b",
"ee9481fe-6540-45e8-8ffc-4f62e475d320"
],
"Companies": [
"fbdc005e-37d0-405e-96ed-23165649eb6c",
"1673632c-85c6-4179-88a4-9d426de54d41"
],
"Groups": [
"0ebf62d7-8a3f-4716-ac1d-bf50be532094",
"02e6cda0-e092-480a-b5fb-582ef7238572"
],
"Opportunities": [
"5487dccd-0b10-4977-ab7e-0f0ff161627f",
"e70e3a07-99bb-42de-ac98-46d5390f9a6d"
]
}
},
{
"Id": "cedf255f-1d62-4d79-bd04-a952f0f1b9b5",
"ParentId": "f6a7f764-ae2f-4c00-9d0c-a963fe581ae8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"cea5f166-83fa-4172-9a32-866de2e84c3b",
"ee9481fe-6540-45e8-8ffc-4f62e475d320"
],
"Companies": [
"fbdc005e-37d0-405e-96ed-23165649eb6c",
"1673632c-85c6-4179-88a4-9d426de54d41"
],
"Groups": [
"0ebf62d7-8a3f-4716-ac1d-bf50be532094",
"02e6cda0-e092-480a-b5fb-582ef7238572"
],
"Opportunities": [
"5487dccd-0b10-4977-ab7e-0f0ff161627f",
"e70e3a07-99bb-42de-ac98-46d5390f9a6d"
]
}
}
]