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": "5c835eec-1d60-473f-8418-63b7c7b58b22",
"ParentId": "4072efec-be27-483e-955b-bb057e1dcbe6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4a538fa8-de30-4776-b94a-0dc06d45fbd8",
"f6fd64ee-53eb-4ee6-88a0-bd00789fc3de"
],
"Companies": [
"bc9bdaa6-a667-409b-88be-a8fb555eec81",
"dedbaafc-d9f9-4801-a6da-08687ab77f5f"
],
"Groups": [
"e1a31f93-86ab-4ad0-96f9-6c7000711b61",
"dd7b69e4-c4c2-4978-92bd-14cdbbecc3d4"
],
"Opportunities": [
"8a943ba0-0cf4-4fe1-999d-a41f380e85e9",
"87de9de4-1866-4cae-bd04-f2e0a56a9190"
]
}
},
{
"Id": "5c835eec-1d60-473f-8418-63b7c7b58b22",
"ParentId": "4072efec-be27-483e-955b-bb057e1dcbe6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4a538fa8-de30-4776-b94a-0dc06d45fbd8",
"f6fd64ee-53eb-4ee6-88a0-bd00789fc3de"
],
"Companies": [
"bc9bdaa6-a667-409b-88be-a8fb555eec81",
"dedbaafc-d9f9-4801-a6da-08687ab77f5f"
],
"Groups": [
"e1a31f93-86ab-4ad0-96f9-6c7000711b61",
"dd7b69e4-c4c2-4978-92bd-14cdbbecc3d4"
],
"Opportunities": [
"8a943ba0-0cf4-4fe1-999d-a41f380e85e9",
"87de9de4-1866-4cae-bd04-f2e0a56a9190"
]
}
}
]