GET api/products?name={name}&category={category}&minPrice={minPrice}&maxPrice={maxPrice}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| category | string |
None. |
|
| minPrice | integer |
None. |
|
| maxPrice | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.