Files
WerkoutIOS/Werkout_ios/JSON/CompletedWorkouts.json
Trey t 24ee992f93 WIP
2023-06-25 10:59:20 -05:00

27 lines
764 B
JSON

[
{
"id": 11,
"workout": {
"id": 21,
"registered_user": {
"id": 2,
"first_name": "test2_first",
"last_name": "test2_last",
"image": "",
"nick_name": null
},
"created_at": "2023-06-20T21:03:00.124080Z",
"updated_at": "2023-06-20T21:03:00.125595Z",
"name": "Ipad",
"description": "description"
},
"created_at": "2023-06-24T04:24:18.564094Z",
"updated_at": "2023-06-24T04:24:18.567762Z",
"difficulty": 1,
"total_time": 112,
"workout_start_time": "2015-10-22T19:50:08Z",
"notes": "free",
"total_calories": 123.0
}
]