Product List
Get the list of the products by type
URL : /api/v1/xproduct?type={Type}
TYPE : type can be ingredient-recipe
Method : GET
Auth required : Key-Value pairs on Header
Example : https://demo.calybra.com/api/v1/xproduct?type=recipe
Success Response
Code : 200 OK
Content examples
[
{
"Id": "247dc67c-7094-42bd-ab95-87d7cafc2d32",
"Code": null,
"Description": "ricetta neutra",
"MeasureUnitId": "g",
"IsIngredient": false,
"IsRecipy": true,
"Category": null,
"SubCategory": null,
"LastUpdate": "2023-04-14T09:59:14.993"
},
{
"Id": "7b972848-0490-4b56-8c89-b5217f4ea7a7",
"Code": null,
"Description": "sciroppo per frutta",
"MeasureUnitId": "g",
"IsIngredient": true,
"IsRecipy": true,
"Category": "gelato",
"SubCategory": "frutta",
"LastUpdate": "2023-04-12T07:44:04.197"
},
{
"Id": "6785e58b-411b-4bbb-a641-7f2c46b2e813",
"Code": null,
"Description": "Frolla",
"MeasureUnitId": "g",
"IsIngredient": true,
"IsRecipy": true,
"Category": null,
"SubCategory": null,
"LastUpdate": "2023-05-05T12:29:39.637"
}
]