GET api/OpportunityProducts
Get all products linked to Opportunities with an optional filter. Supported Headers: SelectField, Filter, Sort, SortDesc
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OpportunityProductName | Description | Type | Additional information |
---|---|---|---|
Total | decimal number |
None. |
|
Quantity | decimal number |
None. |
|
OpportunityID | globally unique identifier |
None. |
|
ProductID | globally unique identifier |
None. |
|
OpportunityProductID | globally unique identifier |
None. |
|
CreateDate | date |
None. |
|
Discount | decimal number |
None. |
|
Price | decimal number |
None. |
|
ItemNumber | string |
None. |
|
Name | string |
None. |
|
Cost | decimal number |
None. |
|
DiscountPrice | decimal number |
None. |
|
CustomFields | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Total": 1.0, "Quantity": 2.0, "OpportunityID": "ea94b593-1e1f-4300-a67b-f0a15ff65590", "ProductID": "40813e88-96d4-4697-b77f-73850d6ff27b", "OpportunityProductID": "671c1d0b-d8a0-47e7-a76a-6a3a6841827b", "CreateDate": "2025-09-18T04:53:41Z", "Discount": 6.0, "Price": 7.0, "ItemNumber": "sample string 8", "Name": "sample string 9", "Cost": 10.0, "DiscountPrice": 11.0, "CustomFields": { "sample string 1": {}, "sample string 3": {} } }, { "Total": 1.0, "Quantity": 2.0, "OpportunityID": "ea94b593-1e1f-4300-a67b-f0a15ff65590", "ProductID": "40813e88-96d4-4697-b77f-73850d6ff27b", "OpportunityProductID": "671c1d0b-d8a0-47e7-a76a-6a3a6841827b", "CreateDate": "2025-09-18T04:53:41Z", "Discount": 6.0, "Price": 7.0, "ItemNumber": "sample string 8", "Name": "sample string 9", "Cost": 10.0, "DiscountPrice": 11.0, "CustomFields": { "sample string 1": {}, "sample string 3": {} } } ]