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": "d315e0cd-ba27-4b2a-bc1b-e2693cb75210", "ParentId": "b2414cb2-d759-452e-b476-04e34c40810d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2b2ccce6-6f00-4343-9b72-51156466f93e", "ed42f49f-5ea1-4fcb-8e07-632de8d315a0" ], "Companies": [ "bc81304c-6a50-42a1-9274-277e373f5be2", "2a1beb87-1099-414e-8957-02ad6fc13d26" ], "Groups": [ "4a651931-d0f4-47c8-add9-a366f9d33e66", "981d428b-f7b4-4261-8f7b-ba798fbc72ab" ], "Opportunities": [ "26f92acc-ca88-43d5-bc00-6d0af3502a71", "995e06fa-1547-4a2e-830e-9dd54a1fac12" ] } }, { "Id": "d315e0cd-ba27-4b2a-bc1b-e2693cb75210", "ParentId": "b2414cb2-d759-452e-b476-04e34c40810d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2b2ccce6-6f00-4343-9b72-51156466f93e", "ed42f49f-5ea1-4fcb-8e07-632de8d315a0" ], "Companies": [ "bc81304c-6a50-42a1-9274-277e373f5be2", "2a1beb87-1099-414e-8957-02ad6fc13d26" ], "Groups": [ "4a651931-d0f4-47c8-add9-a366f9d33e66", "981d428b-f7b4-4261-8f7b-ba798fbc72ab" ], "Opportunities": [ "26f92acc-ca88-43d5-bc00-6d0af3502a71", "995e06fa-1547-4a2e-830e-9dd54a1fac12" ] } } ]