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": "a8830987-4931-4094-81e5-910c0274139c",
"ParentId": "2571f0af-f144-4b14-a3e1-7111238a1a04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9c39a822-1f67-48cb-be1e-fefcba9ef6a9",
"1073ac50-925e-4c45-9567-19504f689820"
],
"Companies": [
"52801b1d-9a7f-490d-b2c3-216e08dcc216",
"822e8d66-1a1d-44a5-a588-39cae51fe2b6"
],
"Groups": [
"cac06fc8-59fd-4077-bdc5-d16b64e158cd",
"ea2c224f-cc38-441c-93fc-23da66c815ac"
],
"Opportunities": [
"460933b2-b1f1-43c9-a4ce-89e0739e3b2a",
"bcb536d7-2217-4665-bea1-c25349318bbe"
]
}
},
{
"Id": "a8830987-4931-4094-81e5-910c0274139c",
"ParentId": "2571f0af-f144-4b14-a3e1-7111238a1a04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9c39a822-1f67-48cb-be1e-fefcba9ef6a9",
"1073ac50-925e-4c45-9567-19504f689820"
],
"Companies": [
"52801b1d-9a7f-490d-b2c3-216e08dcc216",
"822e8d66-1a1d-44a5-a588-39cae51fe2b6"
],
"Groups": [
"cac06fc8-59fd-4077-bdc5-d16b64e158cd",
"ea2c224f-cc38-441c-93fc-23da66c815ac"
],
"Opportunities": [
"460933b2-b1f1-43c9-a4ce-89e0739e3b2a",
"bcb536d7-2217-4665-bea1-c25349318bbe"
]
}
}
]