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": "18e8da91-3d94-434f-b1a2-df1de131e991",
"ParentId": "c6f02a24-9a96-4618-be10-4cac976e98be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"58c04710-777a-4444-b69f-dba1b9ba0bb3",
"6e917b93-59cf-4d75-9754-5b2a8be8e9bd"
],
"Companies": [
"f4a3aeef-0f07-48a8-937c-4d8b9327eb94",
"1a096b80-bbb2-49c6-998a-44198e1c7454"
],
"Groups": [
"7a24b1fa-ff1d-4133-9827-83c544466716",
"22b530f8-a3ff-4dd0-a609-2dd92f521e4a"
],
"Opportunities": [
"ca91149d-4968-46ba-abdc-039224a2243d",
"ac316379-da1a-477c-9e47-c03b0f69005c"
]
}
},
{
"Id": "18e8da91-3d94-434f-b1a2-df1de131e991",
"ParentId": "c6f02a24-9a96-4618-be10-4cac976e98be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"58c04710-777a-4444-b69f-dba1b9ba0bb3",
"6e917b93-59cf-4d75-9754-5b2a8be8e9bd"
],
"Companies": [
"f4a3aeef-0f07-48a8-937c-4d8b9327eb94",
"1a096b80-bbb2-49c6-998a-44198e1c7454"
],
"Groups": [
"7a24b1fa-ff1d-4133-9827-83c544466716",
"22b530f8-a3ff-4dd0-a609-2dd92f521e4a"
],
"Opportunities": [
"ca91149d-4968-46ba-abdc-039224a2243d",
"ac316379-da1a-477c-9e47-c03b0f69005c"
]
}
}
]