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": "5533ad79-a762-452a-80d8-e2157702f954", "ParentId": "f2e5cff0-051d-46ca-8fb2-9d4c0e1b98dd", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "29dda102-484c-4a48-9e7c-f572ff3277f8", "3107f9fd-b19d-4337-8b27-ce9998af1807" ], "Companies": [ "07f3a5d4-087b-41eb-a649-ea6212837b3e", "1d8d604e-453d-4808-8858-9f035cc6d23d" ], "Groups": [ "31482033-0d99-49a3-bc69-46901f6794f0", "f1836f89-bb1d-488a-8882-08badb1db8a1" ], "Opportunities": [ "f863b6a7-8440-497b-a150-9670c2325510", "5a94eff1-e76b-4eaa-8911-dbc6d20b6d63" ] } }, { "Id": "5533ad79-a762-452a-80d8-e2157702f954", "ParentId": "f2e5cff0-051d-46ca-8fb2-9d4c0e1b98dd", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "29dda102-484c-4a48-9e7c-f572ff3277f8", "3107f9fd-b19d-4337-8b27-ce9998af1807" ], "Companies": [ "07f3a5d4-087b-41eb-a649-ea6212837b3e", "1d8d604e-453d-4808-8858-9f035cc6d23d" ], "Groups": [ "31482033-0d99-49a3-bc69-46901f6794f0", "f1836f89-bb1d-488a-8882-08badb1db8a1" ], "Opportunities": [ "f863b6a7-8440-497b-a150-9670c2325510", "5a94eff1-e76b-4eaa-8911-dbc6d20b6d63" ] } } ]