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": "4dfbebe2-92a3-4713-8b7d-c4ec4a0987e9",
"ParentId": "bebb227e-d94a-4b53-a61c-96e2d377af7a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2b7e380d-d5c4-44a6-a61e-3e71d022d1ec",
"48ac3243-33ff-4b62-9588-b78d679d30f5"
],
"Companies": [
"76e55cba-15fb-4d4d-af82-2c53c09f80a8",
"efe15702-b678-4627-8e30-95e482ca9da7"
],
"Groups": [
"1fed8702-3460-4b7c-bba0-bc1bd2d7c60b",
"e71fc310-62bc-45be-8567-062267c88ecb"
],
"Opportunities": [
"e736199f-589f-4c87-9be7-60efd8959cc4",
"b7722484-eaa6-4677-a6ad-983fa9c1792f"
]
}
},
{
"Id": "4dfbebe2-92a3-4713-8b7d-c4ec4a0987e9",
"ParentId": "bebb227e-d94a-4b53-a61c-96e2d377af7a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2b7e380d-d5c4-44a6-a61e-3e71d022d1ec",
"48ac3243-33ff-4b62-9588-b78d679d30f5"
],
"Companies": [
"76e55cba-15fb-4d4d-af82-2c53c09f80a8",
"efe15702-b678-4627-8e30-95e482ca9da7"
],
"Groups": [
"1fed8702-3460-4b7c-bba0-bc1bd2d7c60b",
"e71fc310-62bc-45be-8567-062267c88ecb"
],
"Opportunities": [
"e736199f-589f-4c87-9be7-60efd8959cc4",
"b7722484-eaa6-4677-a6ad-983fa9c1792f"
]
}
}
]