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": "9340265c-1ee6-42ee-bb04-d9ec4bbab349",
"ParentId": "1ce5a9d5-8f8a-474c-adec-07f56375a828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e1f2de3b-5e10-4840-94e3-1b2f53383fee",
"a9cf04dc-e136-4359-b8c4-e4252fce3577"
],
"Companies": [
"150d6e7d-52d0-45f4-94e9-da6be57cc2d4",
"bae1ddc3-ac86-4cb7-b11f-b8e822929e12"
],
"Groups": [
"72afadf9-4a3e-454a-8fc8-76dffea38171",
"304749af-8a90-43d5-9b28-32e70c15f4f3"
],
"Opportunities": [
"5021891d-c705-422f-98f6-f4d1984590e9",
"0fb63c52-a3e7-4858-8795-f64254b5a634"
]
}
},
{
"Id": "9340265c-1ee6-42ee-bb04-d9ec4bbab349",
"ParentId": "1ce5a9d5-8f8a-474c-adec-07f56375a828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e1f2de3b-5e10-4840-94e3-1b2f53383fee",
"a9cf04dc-e136-4359-b8c4-e4252fce3577"
],
"Companies": [
"150d6e7d-52d0-45f4-94e9-da6be57cc2d4",
"bae1ddc3-ac86-4cb7-b11f-b8e822929e12"
],
"Groups": [
"72afadf9-4a3e-454a-8fc8-76dffea38171",
"304749af-8a90-43d5-9b28-32e70c15f4f3"
],
"Opportunities": [
"5021891d-c705-422f-98f6-f4d1984590e9",
"0fb63c52-a3e7-4858-8795-f64254b5a634"
]
}
}
]