Debug Meal Plan Conditions
Use the DebugMPConditions
to get the conditions set for a meal plan.
List of Fields
Field Name | Type | Description |
| Int | Carbs |
| String | List of food that needs to be decreased |
| Int | Fat |
| String | List of food that needs to be increased |
| Int | Maximum number of Daily Calorie Intake. Expresed in kilocalories. |
| Int | Omega3 |
| Int | Protein |
| Int | A maximum number of servings per meal is allowed in the meal plan. Must be between 1 and 15. Default is 15. |
| Int | Maximum serving weight in grams per meal. Default is 600. |
| Int | Minimum serving weight in grams per meal. Default is 100. |
| DebugMPMealTimeValues | Percentage of the daily calories goal that each meal type covers. It inlcudes: |
| bugMPMealTimeValues | Object that returns the maximum values for each meal. Expressed in minutes. For example, maximum preparation time for the following meals:
|
| Object that returns the maximum values for each meal. Expressed in minutes. For example, maximum ingredient count for the following meals:
|
Use this object in the following:
debugMealPlanVariables
query
Last updated