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": "9a3a0250-b4e4-4d40-a069-f1b1517933bf",
"ParentId": "e2aa59fb-ac4d-4412-b049-c444d51de1d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"823a8e2a-b5ee-4319-8379-8da85b936f66",
"b0fa5cd0-c8a6-4c92-aef2-0fdfa3eb5118"
],
"Companies": [
"f9144702-eb73-4156-bb2b-38bf5bd83e7b",
"3f3ecbeb-ecb4-42b9-b76b-71a9b2dafe99"
],
"Groups": [
"6e9d1d6e-572d-4db0-a965-4b0922ae1c9b",
"a2a176f6-0720-4c37-ab86-418dea0c5c02"
],
"Opportunities": [
"7ecef54d-153e-4573-baf0-3bc30d2eb1a6",
"6b5697fd-187e-40d3-b319-f4bea790929f"
]
}
},
{
"Id": "9a3a0250-b4e4-4d40-a069-f1b1517933bf",
"ParentId": "e2aa59fb-ac4d-4412-b049-c444d51de1d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"823a8e2a-b5ee-4319-8379-8da85b936f66",
"b0fa5cd0-c8a6-4c92-aef2-0fdfa3eb5118"
],
"Companies": [
"f9144702-eb73-4156-bb2b-38bf5bd83e7b",
"3f3ecbeb-ecb4-42b9-b76b-71a9b2dafe99"
],
"Groups": [
"6e9d1d6e-572d-4db0-a965-4b0922ae1c9b",
"a2a176f6-0720-4c37-ab86-418dea0c5c02"
],
"Opportunities": [
"7ecef54d-153e-4573-baf0-3bc30d2eb1a6",
"6b5697fd-187e-40d3-b319-f4bea790929f"
]
}
}
]