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": "c439f11f-2822-4614-a285-6fb8f9302e69",
"ParentId": "c521b49b-26ec-4bc3-9a89-d7ad72594eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e8fad895-9c53-457c-95cf-1a840aa5f858",
"5f7b857c-6bdc-4149-adb1-6020d08577e6"
],
"Companies": [
"1c4d0771-af1b-4253-b16f-39f7c14baad1",
"027e4e70-0384-4bfb-99dc-c4c60cab0627"
],
"Groups": [
"29c257f9-e0ee-4af4-b4a1-021d4ee9f56a",
"1db92ebf-60f5-40a0-ae18-39beb207cf2a"
],
"Opportunities": [
"caf5a5f5-7483-416b-bf9e-c51ea27fc036",
"68cbe0ca-cf42-4e68-b4d0-c944050ff26b"
]
}
},
{
"Id": "c439f11f-2822-4614-a285-6fb8f9302e69",
"ParentId": "c521b49b-26ec-4bc3-9a89-d7ad72594eea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e8fad895-9c53-457c-95cf-1a840aa5f858",
"5f7b857c-6bdc-4149-adb1-6020d08577e6"
],
"Companies": [
"1c4d0771-af1b-4253-b16f-39f7c14baad1",
"027e4e70-0384-4bfb-99dc-c4c60cab0627"
],
"Groups": [
"29c257f9-e0ee-4af4-b4a1-021d4ee9f56a",
"1db92ebf-60f5-40a0-ae18-39beb207cf2a"
],
"Opportunities": [
"caf5a5f5-7483-416b-bf9e-c51ea27fc036",
"68cbe0ca-cf42-4e68-b4d0-c944050ff26b"
]
}
}
]