GET api/Products/{id}

Get a specific product by Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Guid

string

Required

Body Parameters

None.

Response Information

Resource Description

Product

Product
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Type

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.