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": "5a4165a3-c2c4-44e8-9537-22b9214c7d95",
"ParentId": "c4bbf841-ee12-429c-8c0c-f559cb00ff7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c113ebd9-c711-483c-8ce1-3709dd886f4e",
"3d548594-963a-49f7-bbab-b5f0314f781c"
],
"Companies": [
"e079c88f-573f-4576-a5bd-426b05cea256",
"19caf0e1-bdbd-4412-905d-a3bce93c2f3f"
],
"Groups": [
"50cc9e76-c7fe-4d5d-a267-db48f392307d",
"0e26bab0-ef01-4a1c-9b67-78af09cd1c0b"
],
"Opportunities": [
"690ba1f6-cf09-4c2f-88eb-a06c0fa2fbdc",
"4a520f32-9d65-4c9b-ac8b-fd04a746d090"
]
}
},
{
"Id": "5a4165a3-c2c4-44e8-9537-22b9214c7d95",
"ParentId": "c4bbf841-ee12-429c-8c0c-f559cb00ff7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c113ebd9-c711-483c-8ce1-3709dd886f4e",
"3d548594-963a-49f7-bbab-b5f0314f781c"
],
"Companies": [
"e079c88f-573f-4576-a5bd-426b05cea256",
"19caf0e1-bdbd-4412-905d-a3bce93c2f3f"
],
"Groups": [
"50cc9e76-c7fe-4d5d-a267-db48f392307d",
"0e26bab0-ef01-4a1c-9b67-78af09cd1c0b"
],
"Opportunities": [
"690ba1f6-cf09-4c2f-88eb-a06c0fa2fbdc",
"4a520f32-9d65-4c9b-ac8b-fd04a746d090"
]
}
}
]