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": "a38b9213-0a23-4237-81a5-069be8cd577c",
"ParentId": "57a55db5-3d44-4822-8ec2-6d4b3e4c18ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6a2f96b3-6f6e-494c-b661-d29a48332c16",
"1c8e4c57-ee9c-4138-a623-df8ad5d653b6"
],
"Companies": [
"9c68fd2a-7363-4232-b8ab-6e81d9f6c86e",
"0d05ed3a-8381-448c-8f08-e319566ab7e3"
],
"Groups": [
"0349782f-d742-4a72-aa84-d447747a731e",
"2691bc54-08b8-45e0-bdc0-0ca847e583de"
],
"Opportunities": [
"293db139-3600-478d-85eb-f6a8ae85548c",
"535227b4-27df-4f53-ac9a-206422bb7151"
]
}
},
{
"Id": "a38b9213-0a23-4237-81a5-069be8cd577c",
"ParentId": "57a55db5-3d44-4822-8ec2-6d4b3e4c18ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6a2f96b3-6f6e-494c-b661-d29a48332c16",
"1c8e4c57-ee9c-4138-a623-df8ad5d653b6"
],
"Companies": [
"9c68fd2a-7363-4232-b8ab-6e81d9f6c86e",
"0d05ed3a-8381-448c-8f08-e319566ab7e3"
],
"Groups": [
"0349782f-d742-4a72-aa84-d447747a731e",
"2691bc54-08b8-45e0-bdc0-0ca847e583de"
],
"Opportunities": [
"293db139-3600-478d-85eb-f6a8ae85548c",
"535227b4-27df-4f53-ac9a-206422bb7151"
]
}
}
]