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": "2ef324d0-cc16-4718-9a74-bfce140d38ce",
"ParentId": "b2b26bab-a461-4207-8314-ee350b92589a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9f05fa7c-f4aa-4d94-89d2-8022e99556df",
"1b6e52a7-65eb-47be-9485-d3d790a77311"
],
"Companies": [
"bc250ef4-34fa-4ac1-9f8d-7306bde24995",
"e3fcb015-ef55-4dc5-bc5e-c851b2929a3d"
],
"Groups": [
"e51d5e12-c1d0-46f5-9c4d-bdf4eecb4cde",
"62dc807d-6c2a-4d2d-9a81-df8335bfba07"
],
"Opportunities": [
"96eab5db-fe1d-4f0b-8129-334a5292673c",
"60806db9-0de6-422f-8406-6f620b6e4f0c"
]
}
},
{
"Id": "2ef324d0-cc16-4718-9a74-bfce140d38ce",
"ParentId": "b2b26bab-a461-4207-8314-ee350b92589a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9f05fa7c-f4aa-4d94-89d2-8022e99556df",
"1b6e52a7-65eb-47be-9485-d3d790a77311"
],
"Companies": [
"bc250ef4-34fa-4ac1-9f8d-7306bde24995",
"e3fcb015-ef55-4dc5-bc5e-c851b2929a3d"
],
"Groups": [
"e51d5e12-c1d0-46f5-9c4d-bdf4eecb4cde",
"62dc807d-6c2a-4d2d-9a81-df8335bfba07"
],
"Opportunities": [
"96eab5db-fe1d-4f0b-8129-334a5292673c",
"60806db9-0de6-422f-8406-6f620b6e4f0c"
]
}
}
]