Healt Goal Api
allowed methods : [GET]
purpose : To fetch goal and duration details
request : user_id
response : JsonResponse object
GET /toneopeats/get_health_goal_v2/?format=api
{
"status": true,
"data": {
"goal": [
{
"id": 6,
"name": "Weight Loss",
"image": "toneop_eats/health_goal/weight_loss_4x.webp",
"web_image": "toneop_eats/health_goal/weight_loss_4x.webp",
"web_desc": "Make shedding pounds a nourishing experience with high fibre and low calorie meals."
},
{
"id": 7,
"name": "Muscle Gain",
"image": "toneop_eats/health_goal/muscle_gain_4x.webp",
"web_image": "toneop_eats/health_goal/muscle_gain_4x.webp",
"web_desc": "Rule the muscle building game with high protein veg and non veg meals that perfectly complement your workout."
},
{
"id": 8,
"name": "Balanced Diet",
"image": "toneop_eats/health_goal/balanced_diet_4x.webp",
"web_image": "toneop_eats/health_goal/balanced_diet_4x.webp",
"web_desc": "Nourish your body with nutritious meals and juices to maintain a healthy lifestyle."
}
],
"duration": [
{
"id": 5,
"show_name": "3",
"duration": 3,
"delivery_charges": 0,
"discount": 5,
"title": "",
"title_desc": ""
},
{
"id": 25,
"show_name": "6",
"duration": 6,
"delivery_charges": 0,
"discount": 10,
"title": null,
"title_desc": null
},
{
"id": 26,
"show_name": "12",
"duration": 12,
"delivery_charges": 0,
"discount": 15,
"title": null,
"title_desc": null
},
{
"id": 27,
"show_name": "26",
"duration": 26,
"delivery_charges": 0,
"discount": 20,
"title": null,
"title_desc": null
},
{
"id": 35,
"show_name": "156",
"duration": 156,
"delivery_charges": 0,
"discount": 0,
"title": null,
"title_desc": null
},
{
"id": 36,
"show_name": "24",
"duration": 24,
"delivery_charges": 0,
"discount": 0,
"title": null,
"title_desc": null
}
]
},
"message": "Data retrieved successfully!",
"status_code": 200
}