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": "0a51a0d1-db77-47b1-aa21-a83ae728bdc8",
"ParentId": "0eef8ea3-8fe9-460e-9d8c-0c28d23e6c15",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c2aba185-8b70-4c08-bced-0e6a3a66de17",
"010b449c-76f7-4ba3-8678-42270aa6ce59"
],
"Companies": [
"dab7dc20-c540-4833-9a2b-9d9d84f61655",
"fca82753-837b-474c-8c8a-c731284eaaa7"
],
"Groups": [
"89828949-014b-4411-a76b-272228ae03b2",
"a5ae7b9f-a2ac-4d69-acda-10de0c88c926"
],
"Opportunities": [
"15772422-c91b-40b8-90a6-13ac0d49d335",
"9e827d5a-6559-4197-852b-635b4bc03d00"
]
}
},
{
"Id": "0a51a0d1-db77-47b1-aa21-a83ae728bdc8",
"ParentId": "0eef8ea3-8fe9-460e-9d8c-0c28d23e6c15",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c2aba185-8b70-4c08-bced-0e6a3a66de17",
"010b449c-76f7-4ba3-8678-42270aa6ce59"
],
"Companies": [
"dab7dc20-c540-4833-9a2b-9d9d84f61655",
"fca82753-837b-474c-8c8a-c731284eaaa7"
],
"Groups": [
"89828949-014b-4411-a76b-272228ae03b2",
"a5ae7b9f-a2ac-4d69-acda-10de0c88c926"
],
"Opportunities": [
"15772422-c91b-40b8-90a6-13ac0d49d335",
"9e827d5a-6559-4197-852b-635b4bc03d00"
]
}
}
]