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": "51d87c9a-2e4d-4caf-9b84-292f786ec9c0",
"ParentId": "8fa4f553-19c4-4d16-86e8-698feada9acd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4b7fcee7-d57c-4d27-a62e-802aa21f4f17",
"f107811f-e578-4db2-8d12-fa00c51fe04c"
],
"Companies": [
"f279bc62-b3c9-4840-955c-03553a856659",
"c5e5a63a-b751-4cab-b0fc-c53eaed6cc6d"
],
"Groups": [
"ef640a06-3a91-4fe3-a1ac-94794b867af3",
"eb2f0523-b879-454f-bebe-c2504f48e2ea"
],
"Opportunities": [
"ee36bc13-a73f-4917-b6c4-6f87b4cc66c9",
"ca0cb7ab-4621-4bf0-9f84-e66d5c2329ca"
]
}
},
{
"Id": "51d87c9a-2e4d-4caf-9b84-292f786ec9c0",
"ParentId": "8fa4f553-19c4-4d16-86e8-698feada9acd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4b7fcee7-d57c-4d27-a62e-802aa21f4f17",
"f107811f-e578-4db2-8d12-fa00c51fe04c"
],
"Companies": [
"f279bc62-b3c9-4840-955c-03553a856659",
"c5e5a63a-b751-4cab-b0fc-c53eaed6cc6d"
],
"Groups": [
"ef640a06-3a91-4fe3-a1ac-94794b867af3",
"eb2f0523-b879-454f-bebe-c2504f48e2ea"
],
"Opportunities": [
"ee36bc13-a73f-4917-b6c4-6f87b4cc66c9",
"ca0cb7ab-4621-4bf0-9f84-e66d5c2329ca"
]
}
}
]