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": "32db2c83-d4eb-4cb4-a55e-b0d6e30d3d0f",
"ParentId": "b55936de-e968-44e8-be70-affb4f1dd7e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"14569c92-74d6-4a8c-ad1e-b1a65a1a6643",
"4df56f99-42a2-400d-90bd-cda2672ab31b"
],
"Companies": [
"bb185640-cbf4-4887-8c9a-86b23eee9cf1",
"e6fe920b-fcf7-4a9d-b87e-0558dea9f34a"
],
"Groups": [
"c62687b1-ab22-46d7-8a9e-d75c8c1c950a",
"56204d70-48f4-459d-bf6b-80618c4db665"
],
"Opportunities": [
"eef17802-c494-44ea-8f53-4716e2423646",
"732db677-cdd5-436f-8dd9-01d8bf49da97"
]
}
},
{
"Id": "32db2c83-d4eb-4cb4-a55e-b0d6e30d3d0f",
"ParentId": "b55936de-e968-44e8-be70-affb4f1dd7e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"14569c92-74d6-4a8c-ad1e-b1a65a1a6643",
"4df56f99-42a2-400d-90bd-cda2672ab31b"
],
"Companies": [
"bb185640-cbf4-4887-8c9a-86b23eee9cf1",
"e6fe920b-fcf7-4a9d-b87e-0558dea9f34a"
],
"Groups": [
"c62687b1-ab22-46d7-8a9e-d75c8c1c950a",
"56204d70-48f4-459d-bf6b-80618c4db665"
],
"Opportunities": [
"eef17802-c494-44ea-8f53-4716e2423646",
"732db677-cdd5-436f-8dd9-01d8bf49da97"
]
}
}
]