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": "0109e8fb-db8a-44be-b0cb-794746b7dc82",
"ParentId": "c110d2d8-13d8-4318-a824-30b3543ef8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7cd62ee9-9636-4770-aa8f-a7a8693eb08b",
"190dc1f6-631e-45ae-87f9-0f6075b5b799"
],
"Companies": [
"3b3e22ab-ec46-4a14-bfb2-24b0d3b66753",
"a1d5efbb-68d5-4ce7-b6ab-1b7758bcdf3b"
],
"Groups": [
"b40b0f6d-d1f5-4d11-afae-59f0e40cd33c",
"fb14a47f-2c2a-4b5a-ac5a-43288d4a049a"
],
"Opportunities": [
"cd9e2371-9db2-4db9-8cae-544fd535279f",
"259e4a8a-bb7a-4202-b2b2-ab0783416817"
]
}
},
{
"Id": "0109e8fb-db8a-44be-b0cb-794746b7dc82",
"ParentId": "c110d2d8-13d8-4318-a824-30b3543ef8b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7cd62ee9-9636-4770-aa8f-a7a8693eb08b",
"190dc1f6-631e-45ae-87f9-0f6075b5b799"
],
"Companies": [
"3b3e22ab-ec46-4a14-bfb2-24b0d3b66753",
"a1d5efbb-68d5-4ce7-b6ab-1b7758bcdf3b"
],
"Groups": [
"b40b0f6d-d1f5-4d11-afae-59f0e40cd33c",
"fb14a47f-2c2a-4b5a-ac5a-43288d4a049a"
],
"Opportunities": [
"cd9e2371-9db2-4db9-8cae-544fd535279f",
"259e4a8a-bb7a-4202-b2b2-ab0783416817"
]
}
}
]