log_rounds_workout
Log a multi-movement 'rounds' For Time workout result to BTWB, with several movements per round across multiple sections and total elapsed time.
Instructions
Log a multi-movement 'rounds' result (e.g. a For Time WOD with several movements per round) to BTWB - as opposed to log_workout, which only handles a single movement. Only 'For Time' workouts scored by total time are supported (other scoring types like AMRAP/total-reps are untested). workoutId/workoutSlug come from the workout's URL (beyondthewhiteboard.com/workouts/{workoutId}-{workoutSlug}/...). Every entry logged through this tool is always posted with Privacy: Only Me - this is hardcoded and cannot be overridden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rxd | Yes | true = As Prescribed (Rx'd), false = Modified/scaled | |
| notes | No | Optional notes for the entry | |
| memberId | Yes | BTWB member/profile ID the result is logged under | |
| sections | Yes | Ordered list of round groups making up the workout, e.g. a single buy-in round followed by N rounds of several movements. | |
| workoutId | Yes | Numeric workout ID from the workout's URL | |
| workoutSlug | Yes | URL slug from the workout's URL, e.g. 'ft-rows-9x-toes-to-bars-power-cleans-and-wall-balls' | |
| trackEventId | No | Optional track_event ID to link this result to a scheduled/prescribed WOD (from get_workout_session or the workout's tracks page URL). | |
| performedDate | Yes | Date performed, format YYYY-MM-DD | |
| totalTimeSeconds | Yes | Total elapsed time in seconds (e.g. hit a 36:00 time cap -> 2160) |