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": "571b7123-4c80-4ff3-ac5c-8eb343acf91f",
"ParentId": "bc6a28e3-5aa1-432c-89a4-e490ed4a2a64",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"98c8095a-274b-4b13-82a4-69dd0b3bebd1",
"68d7589e-ace0-4422-b146-3c7e56d9f733"
],
"Companies": [
"dafd21c9-98f2-49ee-9ef5-b892bc24fc55",
"6ca85a7b-f42e-4e56-abf3-bc24522453b2"
],
"Groups": [
"814270af-c2cb-4406-bf19-76ae4fa4341e",
"378424e7-315b-4085-bf02-773e4f62aa7c"
],
"Opportunities": [
"3a1b87bd-91fe-42b5-9564-7ddfcece8d0a",
"f134f3c7-032b-40e5-b1da-ba1bc9d05591"
]
}
},
{
"Id": "571b7123-4c80-4ff3-ac5c-8eb343acf91f",
"ParentId": "bc6a28e3-5aa1-432c-89a4-e490ed4a2a64",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"98c8095a-274b-4b13-82a4-69dd0b3bebd1",
"68d7589e-ace0-4422-b146-3c7e56d9f733"
],
"Companies": [
"dafd21c9-98f2-49ee-9ef5-b892bc24fc55",
"6ca85a7b-f42e-4e56-abf3-bc24522453b2"
],
"Groups": [
"814270af-c2cb-4406-bf19-76ae4fa4341e",
"378424e7-315b-4085-bf02-773e4f62aa7c"
],
"Opportunities": [
"3a1b87bd-91fe-42b5-9564-7ddfcece8d0a",
"f134f3c7-032b-40e5-b1da-ba1bc9d05591"
]
}
}
]