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": "b8d7952b-0fdb-4980-b048-f0e73089dbbd",
"ParentId": "e443c986-5dcb-4f6e-bbd2-fbb9bf47c7f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5df1d8e9-12d0-4de3-a4c0-7d82b67b4587",
"3dddc5c2-9c1d-4dd5-9f27-15d8ccc617a5"
],
"Companies": [
"1fd09bd4-edcb-40a0-a0c4-0c81558367ea",
"b3d6e115-30d8-48dc-8329-0e3a0e4d8347"
],
"Groups": [
"6f65be7b-8e8a-48e2-84d4-f00832318400",
"a04a8d1c-70aa-4b87-a8e4-2360f6db92af"
],
"Opportunities": [
"40abc2a9-2068-4527-a8bc-07418a72d58e",
"35a09f75-a510-4ec5-8810-68b1ddb69b66"
]
}
},
{
"Id": "b8d7952b-0fdb-4980-b048-f0e73089dbbd",
"ParentId": "e443c986-5dcb-4f6e-bbd2-fbb9bf47c7f9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5df1d8e9-12d0-4de3-a4c0-7d82b67b4587",
"3dddc5c2-9c1d-4dd5-9f27-15d8ccc617a5"
],
"Companies": [
"1fd09bd4-edcb-40a0-a0c4-0c81558367ea",
"b3d6e115-30d8-48dc-8329-0e3a0e4d8347"
],
"Groups": [
"6f65be7b-8e8a-48e2-84d4-f00832318400",
"a04a8d1c-70aa-4b87-a8e4-2360f6db92af"
],
"Opportunities": [
"40abc2a9-2068-4527-a8bc-07418a72d58e",
"35a09f75-a510-4ec5-8810-68b1ddb69b66"
]
}
}
]