August 5th, 2025
Now you can pass new fields in customParameters to mark certain exercises as completed and start from a specific exercise.
To do this, you can pass in customParam:
completed_exercises: [exerciseIds], // string[]
start_from_exercise: exerciseId, // string
start_from_rest: true,
Now if you pass for example:
completed_exercises: ["jz73VFlUyZ9nyd64OjRb"],
start_from_exercise: "ZVMeLsaXQ9Tzr5JYXg29",
start_from_rest: true,We will mark the jz73VFlUyZ9nyd64OjRb as completed and start the workout when a person clicks on Start Workout from this exercise: ZVMeLsaXQ9Tzr5JYXg29 . If you pass start_from_rest as true we will start from rest of that exercise, otherwise we will skip the rest period and go straight into the exercise.
You can get exerciseIds for the workout from our APIs, please contact us for more information at vladimir@kinestex.com if you’re interested.