| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Unique ID of the nutrition profile. |
integer |
None. |
| key |
UUID key used for temporary local identification. |
string |
None. |
| calories |
Total calorie target. |
decimal number |
None. |
| created_date |
Date when the profile was created |
decimal number |
None. |
| updated_date |
Last update date |
decimal number |
None. |
| deleted |
Indicates if the profile is marked as deleted. |
boolean |
None. |
| fiber |
Target fiber intake (in grams). |
decimal number |
None. |
| min_carbs |
Minimum carbohydrate intake (in grams). |
decimal number |
None. |
| max_carbs |
Maximum carbohydrate intake (in grams). |
decimal number |
None. |
| min_fats |
Minimum fat intake (in grams). |
decimal number |
None. |
| max_fats |
Maximum fat intake (in grams). |
decimal number |
None. |
| min_proteins |
Minimum protein intake (in grams). |
decimal number |
None. |
| max_proteins |
Maximum protein intake (in grams). |
decimal number |
None. |
| title |
Optional title of the nutrition profile. |
string |
None. |
| diet_type |
Type of diet (e.g., vegetarian, diabetic). |
string |
None. |
| region_code |
Region code associated with the profile. |
string |
None. |
| is_template |
Indicates whether this profile is a reusable template. |
boolean |
None. |
| show_calories |
Whether to show calories in output (e.g., in UI or PDF). |
boolean |
None. |
| show_pdf |
Whether to display this profile in the generated PDF. |
boolean |
None. |
| is_uploaded |
is uploaded value 0 = not uploaded, 1 = uploaded, 2 = uploading |
integer |
None. |