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": "fce4c1da-22da-4f93-9376-20c15836c672",
"ParentId": "c8b253c3-2d1c-4bbc-8d06-4bb7db340ddd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d55958a6-3c5d-4386-b409-b7af3742ba1a",
"cb742ff4-da22-4d1a-8a13-edb4272ba4f2"
],
"Companies": [
"ec6e0c94-0145-4366-b355-4c1aa02565b4",
"4dd89aa7-264c-44aa-9543-05adc8e7ac67"
],
"Groups": [
"15336bd2-f37c-4e99-96ae-0858e0978f11",
"eac92e90-3ae8-4daa-8d79-e50e754fa4b2"
],
"Opportunities": [
"c3a7dab9-9666-4377-82c3-5e5c3c25dc68",
"c5454b59-70d6-4df6-9c19-39cf8af80d77"
]
}
},
{
"Id": "fce4c1da-22da-4f93-9376-20c15836c672",
"ParentId": "c8b253c3-2d1c-4bbc-8d06-4bb7db340ddd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d55958a6-3c5d-4386-b409-b7af3742ba1a",
"cb742ff4-da22-4d1a-8a13-edb4272ba4f2"
],
"Companies": [
"ec6e0c94-0145-4366-b355-4c1aa02565b4",
"4dd89aa7-264c-44aa-9543-05adc8e7ac67"
],
"Groups": [
"15336bd2-f37c-4e99-96ae-0858e0978f11",
"eac92e90-3ae8-4daa-8d79-e50e754fa4b2"
],
"Opportunities": [
"c3a7dab9-9666-4377-82c3-5e5c3c25dc68",
"c5454b59-70d6-4df6-9c19-39cf8af80d77"
]
}
}
]