GET api/pro/products/{id}
Gets a Product account by id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the Product. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Return the Product with the specified id.
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:
{ "Id": "sample string 1", "Name": "sample string 2", "Libraries": [ "sample string 1", "sample string 2" ], "DefaultProductAddonIds": [ "sample string 1", "sample string 2" ], "EntityActivity": { "LastModifiedDate": "2025-06-23T13:49:38.5199726+00:00", "CreatedDate": "2025-06-23T13:49:38.5199726+00:00", "LastModifiedBy": "sample string 3", "CreatedBy": "sample string 4" } }