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": "cde88bd6-4e04-4b86-b666-ffb2cbb49510",
"ParentId": "b69ea071-160b-46f0-8124-53032ddcf75b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4f5f5e63-d6cf-4d4a-aa01-e3a731d2766d",
"90cdc931-42c9-47c7-ab63-437337a8c528"
],
"Companies": [
"78296adb-d62d-4bef-b2b4-d27d9112e3e5",
"d4c63962-5a82-488b-ad53-511a25f46aa1"
],
"Groups": [
"335aea80-7629-4a62-abb4-d58df79c717a",
"e432fb72-d81f-4b4c-9aba-979d3f985415"
],
"Opportunities": [
"03644ca2-7766-4394-98a4-60f93aa732f7",
"73305400-6c62-4560-ae58-f4cebad48fca"
]
}
},
{
"Id": "cde88bd6-4e04-4b86-b666-ffb2cbb49510",
"ParentId": "b69ea071-160b-46f0-8124-53032ddcf75b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4f5f5e63-d6cf-4d4a-aa01-e3a731d2766d",
"90cdc931-42c9-47c7-ab63-437337a8c528"
],
"Companies": [
"78296adb-d62d-4bef-b2b4-d27d9112e3e5",
"d4c63962-5a82-488b-ad53-511a25f46aa1"
],
"Groups": [
"335aea80-7629-4a62-abb4-d58df79c717a",
"e432fb72-d81f-4b4c-9aba-979d3f985415"
],
"Opportunities": [
"03644ca2-7766-4394-98a4-60f93aa732f7",
"73305400-6c62-4560-ae58-f4cebad48fca"
]
}
}
]