Retrieve list of ingredients for a dish
Retrieve the list of ingredients included in a dish along with the ingredients’ details.
Each object in the array includes the individual properties of the ingredient. The client app will confirm the in_stock_qty value and prevent ordering of any dish with insufficient stock (i.e., stock < 0).
Path Parameters
The unique ingredient identifier, generated when the ingredient was created.
Query Parameters
Sort the list in the response by a specific property. Used with the order parameter.
Set the sort order to asc for ascending or desc for descending. Must be used with the sort parameter.
Restrict which properties are returned in the response.
Filter the response to include only items that have properties equal to the specified value.
"created_at.gt~2024-05-07|in_stock_qty.gt~3"
Limit the number of objects in the response.
x <= 30Offsets the start of the list by the set value. Defaults to 0.
0