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": "71ef1a7c-c604-4864-81c0-e10d737f86eb",
"ParentId": "ecb7ecc6-8eaf-480d-a448-b1d8f64dc16e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"09d6d233-14d5-4d25-a61a-27f483bbb81f",
"8f0362bb-a2b9-4830-b4d9-2e6c5e7ddc81"
],
"Companies": [
"ede31c94-94e5-4aeb-b651-e3156ac1b23e",
"1eb2cafe-2fe5-4795-9503-6cca2b4f28f6"
],
"Groups": [
"e17bd52c-8f01-4101-a507-bfd9cfef28b4",
"98402217-e27e-421f-9182-623e4733d2b7"
],
"Opportunities": [
"7c5c457e-0ce6-41fd-9b70-a9e51815bfdd",
"9c9adf87-e6c4-48ef-90bb-1767c23fe0b8"
]
}
},
{
"Id": "71ef1a7c-c604-4864-81c0-e10d737f86eb",
"ParentId": "ecb7ecc6-8eaf-480d-a448-b1d8f64dc16e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"09d6d233-14d5-4d25-a61a-27f483bbb81f",
"8f0362bb-a2b9-4830-b4d9-2e6c5e7ddc81"
],
"Companies": [
"ede31c94-94e5-4aeb-b651-e3156ac1b23e",
"1eb2cafe-2fe5-4795-9503-6cca2b4f28f6"
],
"Groups": [
"e17bd52c-8f01-4101-a507-bfd9cfef28b4",
"98402217-e27e-421f-9182-623e4733d2b7"
],
"Opportunities": [
"7c5c457e-0ce6-41fd-9b70-a9e51815bfdd",
"9c9adf87-e6c4-48ef-90bb-1767c23fe0b8"
]
}
}
]