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": "0fe13073-ff74-44a7-803f-240a98049586",
"ParentId": "eac85a58-d65e-4f7e-9d34-723378e32e38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"26ceaff2-7add-4502-aec1-7f1ec40aa4ac",
"2458dc22-aa83-419a-bcca-2402ad61e189"
],
"Companies": [
"8e1c0bbc-c284-4327-8bd7-9ef0323dc145",
"f5dafec1-7655-454a-96cb-c59ada9a80b2"
],
"Groups": [
"962edca0-92c4-4134-b285-61b32af476de",
"7f450aa7-175a-46b1-b4a7-e9f6802b64bb"
],
"Opportunities": [
"3827b9f0-a8de-4d27-9c48-01ff5c9cea05",
"cb0b984b-22d9-415a-b048-e9685db115da"
]
}
},
{
"Id": "0fe13073-ff74-44a7-803f-240a98049586",
"ParentId": "eac85a58-d65e-4f7e-9d34-723378e32e38",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"26ceaff2-7add-4502-aec1-7f1ec40aa4ac",
"2458dc22-aa83-419a-bcca-2402ad61e189"
],
"Companies": [
"8e1c0bbc-c284-4327-8bd7-9ef0323dc145",
"f5dafec1-7655-454a-96cb-c59ada9a80b2"
],
"Groups": [
"962edca0-92c4-4134-b285-61b32af476de",
"7f450aa7-175a-46b1-b4a7-e9f6802b64bb"
],
"Opportunities": [
"3827b9f0-a8de-4d27-9c48-01ff5c9cea05",
"cb0b984b-22d9-415a-b048-e9685db115da"
]
}
}
]