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 CriteriaObjectName | 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 MutableEntityExtendedName | 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": "7fa25c7f-0f80-4af0-841e-a6a3a70ab225", "ParentId": "3b2afaf1-b175-4c4f-91fb-3d44e752f83f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "7b96cfc4-34c3-4e17-96a7-6a59b422fb89", "fc2c3b18-243c-42bb-830d-e212cb33be31" ], "Companies": [ "29145cd0-8c79-4189-b406-3c9f98cfda20", "2bdde77a-b581-41e4-9602-d22d76104d4b" ], "Groups": [ "2d8e5d45-e6be-49b9-b79d-86b569e0c852", "08832afb-c599-4302-a28a-c9a341d09947" ], "Opportunities": [ "88d3e676-293e-4ea0-aa14-bbbd7a7c7587", "d25b2274-6aa2-4f9a-a810-8abe84071f4c" ] } }, { "Id": "7fa25c7f-0f80-4af0-841e-a6a3a70ab225", "ParentId": "3b2afaf1-b175-4c4f-91fb-3d44e752f83f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "7b96cfc4-34c3-4e17-96a7-6a59b422fb89", "fc2c3b18-243c-42bb-830d-e212cb33be31" ], "Companies": [ "29145cd0-8c79-4189-b406-3c9f98cfda20", "2bdde77a-b581-41e4-9602-d22d76104d4b" ], "Groups": [ "2d8e5d45-e6be-49b9-b79d-86b569e0c852", "08832afb-c599-4302-a28a-c9a341d09947" ], "Opportunities": [ "88d3e676-293e-4ea0-aa14-bbbd7a7c7587", "d25b2274-6aa2-4f9a-a810-8abe84071f4c" ] } } ]