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": "a962d632-4a9e-452c-b1ef-62aa3f85f13c",
"ParentId": "a952d385-7900-431e-bdd4-1c9a6f7f0fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"09c4e546-56b5-45d8-bd50-7c98e43b5964",
"db2d7c3e-1db2-473a-959c-870ee510900c"
],
"Companies": [
"0024446a-9d2f-4378-9dba-085f39035823",
"6c5cbd6b-247a-4f2e-94a7-2916ca05419b"
],
"Groups": [
"065ee1cb-49b1-4290-9960-f1d09c4545a1",
"e6f85ec7-0001-4149-bd7e-fc3234887990"
],
"Opportunities": [
"f62619f2-ae04-4f3c-99d0-5ed34d5d4508",
"e171025e-631e-4bcc-a687-db23b60f4400"
]
}
},
{
"Id": "a962d632-4a9e-452c-b1ef-62aa3f85f13c",
"ParentId": "a952d385-7900-431e-bdd4-1c9a6f7f0fc4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"09c4e546-56b5-45d8-bd50-7c98e43b5964",
"db2d7c3e-1db2-473a-959c-870ee510900c"
],
"Companies": [
"0024446a-9d2f-4378-9dba-085f39035823",
"6c5cbd6b-247a-4f2e-94a7-2916ca05419b"
],
"Groups": [
"065ee1cb-49b1-4290-9960-f1d09c4545a1",
"e6f85ec7-0001-4149-bd7e-fc3234887990"
],
"Opportunities": [
"f62619f2-ae04-4f3c-99d0-5ed34d5d4508",
"e171025e-631e-4bcc-a687-db23b60f4400"
]
}
}
]