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": "04b9f8c6-88c5-43d2-aa36-236bce6b4cd5",
"ParentId": "706d6243-2e6c-41ea-ab95-daf7b2e6f01a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9371a179-cbc6-4de0-a84f-340d08aa8445",
"46f5fafb-d186-46f5-b19a-dbe7582b90aa"
],
"Companies": [
"afb539b8-0c04-4a53-8309-e788fa821789",
"1c4772d3-3323-4819-bbe0-0d824740f7b2"
],
"Groups": [
"b6a77ca0-8832-4e08-a93a-123bf8558d4e",
"5eafb5a9-16e4-4398-965e-22a1e436b3d7"
],
"Opportunities": [
"a95b53e3-5df4-4321-a09b-d20a1d8291f7",
"b7d8d788-a8c9-4de1-bff3-56ffd044d9f6"
]
}
},
{
"Id": "04b9f8c6-88c5-43d2-aa36-236bce6b4cd5",
"ParentId": "706d6243-2e6c-41ea-ab95-daf7b2e6f01a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9371a179-cbc6-4de0-a84f-340d08aa8445",
"46f5fafb-d186-46f5-b19a-dbe7582b90aa"
],
"Companies": [
"afb539b8-0c04-4a53-8309-e788fa821789",
"1c4772d3-3323-4819-bbe0-0d824740f7b2"
],
"Groups": [
"b6a77ca0-8832-4e08-a93a-123bf8558d4e",
"5eafb5a9-16e4-4398-965e-22a1e436b3d7"
],
"Opportunities": [
"a95b53e3-5df4-4321-a09b-d20a1d8291f7",
"b7d8d788-a8c9-4de1-bff3-56ffd044d9f6"
]
}
}
]