GET api/products?name={name}&category={category}&minPrice={minPrice}&maxPrice={maxPrice}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

None.

category

string

None.

minPrice

integer

None.

maxPrice

integer

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.