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": "2dc479b7-0a14-4238-a465-d03d0bc00b6b",
"ParentId": "5b14aa79-bc0c-4357-a20c-e2020d890203",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"40f600e4-bd24-4f1c-8e30-94540120ca39",
"a3c2220c-2c12-4f02-9ac3-c12375077c7d"
],
"Companies": [
"4750694b-86b8-48a1-84f7-a3b94174edb6",
"f6a8c3f7-e227-46ea-a9d6-b1c3bf0e9204"
],
"Groups": [
"1d0ac182-a75f-4bb7-bae1-615de6909968",
"6da164ac-ebec-4d32-93ab-9aea9e3caae8"
],
"Opportunities": [
"efdbac2e-29b1-4d37-9755-b33579af0a88",
"ccbfd9aa-bf09-498e-a805-5ff8dc56cafe"
]
}
},
{
"Id": "2dc479b7-0a14-4238-a465-d03d0bc00b6b",
"ParentId": "5b14aa79-bc0c-4357-a20c-e2020d890203",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"40f600e4-bd24-4f1c-8e30-94540120ca39",
"a3c2220c-2c12-4f02-9ac3-c12375077c7d"
],
"Companies": [
"4750694b-86b8-48a1-84f7-a3b94174edb6",
"f6a8c3f7-e227-46ea-a9d6-b1c3bf0e9204"
],
"Groups": [
"1d0ac182-a75f-4bb7-bae1-615de6909968",
"6da164ac-ebec-4d32-93ab-9aea9e3caae8"
],
"Opportunities": [
"efdbac2e-29b1-4d37-9755-b33579af0a88",
"ccbfd9aa-bf09-498e-a805-5ff8dc56cafe"
]
}
}
]