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": "c076b8cb-2da1-4211-a07c-6710fcf2af7a",
"ParentId": "5a23b613-e901-4c27-9336-549273dde2fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c5821755-1538-4143-ad43-b272f327d36e",
"1643deea-49e1-4f3d-b53c-7986879095be"
],
"Companies": [
"258503f9-eff7-46aa-b725-d58a918dfc32",
"7da84355-d8af-455c-aa64-690dafa5e4d7"
],
"Groups": [
"2add8a3a-5860-4818-a641-947d81d68890",
"953ec052-ad4a-4e8f-ae22-b2f8a229d05e"
],
"Opportunities": [
"0990ec1d-075f-4a27-a854-e679becab68e",
"d8ca33ce-7481-4eb4-8335-2ab4e2e91b2d"
]
}
},
{
"Id": "c076b8cb-2da1-4211-a07c-6710fcf2af7a",
"ParentId": "5a23b613-e901-4c27-9336-549273dde2fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c5821755-1538-4143-ad43-b272f327d36e",
"1643deea-49e1-4f3d-b53c-7986879095be"
],
"Companies": [
"258503f9-eff7-46aa-b725-d58a918dfc32",
"7da84355-d8af-455c-aa64-690dafa5e4d7"
],
"Groups": [
"2add8a3a-5860-4818-a641-947d81d68890",
"953ec052-ad4a-4e8f-ae22-b2f8a229d05e"
],
"Opportunities": [
"0990ec1d-075f-4a27-a854-e679becab68e",
"d8ca33ce-7481-4eb4-8335-2ab4e2e91b2d"
]
}
}
]