Meal Tracker
Get the list of all tracked meals for a given range of dates.
Meal Tracker is a simplified version of food logging that only works for meal plan meals.
Use the mealTracker
query to get the list of all tracked meals for a given range of dates.
To obtain the list of tracked meals, it is required to have meal entries created. Refer to this documentation to create a meal tracker entry.
Note: Currently tracking service only supports JWT authentication
Required Arguments
Field | Type | Note |
| Date | The date when the meal entry will start counting. Use the format: |
| Date | The date when the meal entry will end counting. Use the format: |
Available Fields
The following fields will be displayed in the response:
Field | Type | Note |
| String | Id of the meal |
| String | Value of the meal. Possible values:
|
| Date | It contains the date that corresponds to that particular |
Examples
GraphQL Example
curl Example
Last updated