wmiys / api.alpha

Api for the the backend
0 stars 0 forks source link

[/search/products]: GET #109

Closed rrickgauer closed 3 years ago

rrickgauer commented 3 years ago

All products in that area that are available:

GET: /search/products?location_id,starts_on,ends_on

To filter the products by category:

GET: /search/products/categories/{major,minor,sub}/:category_id?location_id,starts_on,ends_on

Always need to include in the query:

rrickgauer commented 3 years ago

calls the db stored procedure: Search_Products()