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": "1b76b52a-4240-42a1-8a78-ac54b777d27c",
"ParentId": "8a5d9a20-239a-48e2-8a2f-fae51d12ab5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1b9b064f-df43-4a25-9622-ed592ecaac8d",
"278e4502-f992-4fa3-bd98-a673eb5a096a"
],
"Companies": [
"e2c86f20-e869-49f0-860a-5adfb9f80015",
"21042265-63d2-4996-b849-9bcda731dc8a"
],
"Groups": [
"6946559c-3a2f-4be3-83cf-dc1093bc629a",
"d798218f-f6b0-45f5-80f0-f75a37413f49"
],
"Opportunities": [
"aad35f9e-20c3-4a09-a942-64eb06fd3e34",
"8a4b4386-a235-43b8-aae4-cce6b3aef53f"
]
}
},
{
"Id": "1b76b52a-4240-42a1-8a78-ac54b777d27c",
"ParentId": "8a5d9a20-239a-48e2-8a2f-fae51d12ab5f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1b9b064f-df43-4a25-9622-ed592ecaac8d",
"278e4502-f992-4fa3-bd98-a673eb5a096a"
],
"Companies": [
"e2c86f20-e869-49f0-860a-5adfb9f80015",
"21042265-63d2-4996-b849-9bcda731dc8a"
],
"Groups": [
"6946559c-3a2f-4be3-83cf-dc1093bc629a",
"d798218f-f6b0-45f5-80f0-f75a37413f49"
],
"Opportunities": [
"aad35f9e-20c3-4a09-a942-64eb06fd3e34",
"8a4b4386-a235-43b8-aae4-cce6b3aef53f"
]
}
}
]