Meal Planner (deprecated)
Suggestic's meal planner feature generates a plan that is compliant with the user's assigned program and all its preferences and restrictions.
This query will soon be deprecated you should probably use Meal Plan instead
The mealPlannerByDay query returns a meal plan that consists of 28 recipes composed of 4 meals per day for a 7-day period.
The query results are organized by day number (day1, day2, etc) with each day containing 4 recipes for each of the following meals: breakfast, snack, lunch and dinner.
Example of mealPlannerbyDay Query
By Custom Format
The mealPlannerByCustomFormat
query unlike mealPlannerByDay
can be used to retrieve a custom format of meal times for example 2 snacks for a day.
Argument | Required | Description |
| True | Available meal time options: [BREAKFAST, SNACK, LUNCH, DINNER]. multiple options can be requested |
Example:
Last updated