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": "4988fbdb-5009-43d4-9cb4-bb815c8bc01d",
"ParentId": "b23aeb10-1492-430a-a0fb-bbaa4cd0fe76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0279979c-9046-4f6a-9499-89ba1a98dcee",
"09653ed1-2e91-4afe-9cef-6808bf626cec"
],
"Companies": [
"a0220f7f-6a58-4333-a35f-25b03f32e879",
"e4a46041-6fee-4b29-b232-53b5717ae944"
],
"Groups": [
"ee222f8c-c6f9-46d2-bdbe-6c9a29f4d440",
"76792813-f658-4190-b1ca-a40dad01ac6a"
],
"Opportunities": [
"3c2ca758-acf2-49f1-8a02-7c244255889d",
"5309237d-3e61-44c9-a977-3ffdf41441f6"
]
}
},
{
"Id": "4988fbdb-5009-43d4-9cb4-bb815c8bc01d",
"ParentId": "b23aeb10-1492-430a-a0fb-bbaa4cd0fe76",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0279979c-9046-4f6a-9499-89ba1a98dcee",
"09653ed1-2e91-4afe-9cef-6808bf626cec"
],
"Companies": [
"a0220f7f-6a58-4333-a35f-25b03f32e879",
"e4a46041-6fee-4b29-b232-53b5717ae944"
],
"Groups": [
"ee222f8c-c6f9-46d2-bdbe-6c9a29f4d440",
"76792813-f658-4190-b1ca-a40dad01ac6a"
],
"Opportunities": [
"3c2ca758-acf2-49f1-8a02-7c244255889d",
"5309237d-3e61-44c9-a977-3ffdf41441f6"
]
}
}
]