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": "c86173f3-ed94-4ae5-8763-c89c3a874337",
"ParentId": "61171d3c-a2a7-4f63-aa9f-edd870a8542c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"702440aa-e9e5-4d87-b57d-740d8317d1a0",
"d8360c45-8c72-4736-b468-cc1185fa3e52"
],
"Companies": [
"8b53f2da-6fbc-4c6d-a25f-d8bc1ca05a08",
"09170be3-38df-42b8-ab73-b5be619162e6"
],
"Groups": [
"340a4fa9-6f26-44da-b812-1998faa3f40a",
"a88cdd9f-8571-4db7-bc3c-4644211034b0"
],
"Opportunities": [
"f82d535a-1815-4520-b16d-ec65256cd88d",
"60a5c2c9-3e8b-44f0-89e6-536d87ed75cf"
]
}
},
{
"Id": "c86173f3-ed94-4ae5-8763-c89c3a874337",
"ParentId": "61171d3c-a2a7-4f63-aa9f-edd870a8542c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"702440aa-e9e5-4d87-b57d-740d8317d1a0",
"d8360c45-8c72-4736-b468-cc1185fa3e52"
],
"Companies": [
"8b53f2da-6fbc-4c6d-a25f-d8bc1ca05a08",
"09170be3-38df-42b8-ab73-b5be619162e6"
],
"Groups": [
"340a4fa9-6f26-44da-b812-1998faa3f40a",
"a88cdd9f-8571-4db7-bc3c-4644211034b0"
],
"Opportunities": [
"f82d535a-1815-4520-b16d-ec65256cd88d",
"60a5c2c9-3e8b-44f0-89e6-536d87ed75cf"
]
}
}
]