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": "42e32063-ecbf-471a-aea3-39c35c8becdf",
"ParentId": "92f9d194-4165-433a-bc50-345131b61c00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"740af2ea-850a-4982-9e6f-8dd72ff98067",
"ecec39ad-596e-4b1c-94d8-649b6da194b0"
],
"Companies": [
"10dac99e-14fe-4664-90e9-60c8a9f4539c",
"a0807633-dd6b-4a22-bce2-fac998ecd0a1"
],
"Groups": [
"6fa65c45-09bc-41f7-aee0-1252b651bfa1",
"81bb5bf9-32bc-4dc7-a2c6-dee1ab2e8b1d"
],
"Opportunities": [
"31058b41-dd43-49f0-abd7-ab7ccf871387",
"622dbb42-3521-4cb2-82e7-2f3f61d8e108"
]
}
},
{
"Id": "42e32063-ecbf-471a-aea3-39c35c8becdf",
"ParentId": "92f9d194-4165-433a-bc50-345131b61c00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"740af2ea-850a-4982-9e6f-8dd72ff98067",
"ecec39ad-596e-4b1c-94d8-649b6da194b0"
],
"Companies": [
"10dac99e-14fe-4664-90e9-60c8a9f4539c",
"a0807633-dd6b-4a22-bce2-fac998ecd0a1"
],
"Groups": [
"6fa65c45-09bc-41f7-aee0-1252b651bfa1",
"81bb5bf9-32bc-4dc7-a2c6-dee1ab2e8b1d"
],
"Opportunities": [
"31058b41-dd43-49f0-abd7-ab7ccf871387",
"622dbb42-3521-4cb2-82e7-2f3f61d8e108"
]
}
}
]