GET api/pro/products
Gets all products.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns a list of all products.
Collection of ProductResponseName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
|
Libraries | Collection of string |
None. |
|
DefaultProductAddonIds | Collection of string |
None. |
|
EntityActivity | EntityActivityDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.