GET api/Products/{id}
Get a specific product by Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Guid |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Product
Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.