GET api/pro/product-addons
Gets all ProductAddons
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Return All the ProductAddons in the system
Collection of ProductAddonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Name | string |
None. |
|
| IsFree | boolean |
None. |
|
| Archived | boolean |
None. |
|
| Libraries | Collection of string |
None. |
|
| EntityActivity | EntityActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.