02-13-2025 18:12
02-13-2025 18:12
When consuming the workout scheduling sending API and getting the data of the workout sent and the server response 200 ok, what would be the reason for this workout not being registered in the application?
02-21-2025 08:37
02-21-2025 08:37
Hi @MarcosMDS
I'm a little confused by your question. Let me see if I have their correct.
You call one of the Activity endpoints to get the recorded exercises, I'm assuming Get Activity Log List, and you receive a 200. Are you saying no workouts are being returned?
In general, the endpoints will return a 200 of the endpoint syntax is correct, even if the response is empty. If the workout is viewable in the mobile application, then it should be returned by the Activity endpoints. One piece of guidance we provide is to call the Get Daily Activity Summary endpoint first to get the daily totals. If you see a recorded activity listed in the response (typically at the beginning), then you call the Get Activity Log List endpoint for that day, specifying the limit = to the number of recorded exercises returned. This will give you the detailed information about each exercise.
Let me know if you have further questions.