Get all tracked reps for a team on a specific date.
Arguments
- token
API Token Object (see
EF_CreateAPIToken)- date
Input date as a string in the format
"%m-%d-%Y"(e.g.,"07-28-2025").
Value
Returns a data frame with the following columns:
- Date
`character` — Date of the lift (MM-DD-YYYY format)
- Time
`character` — Time the lift was performed (HH:MM)
- AthleteId
`numeric` — Unique athlete identifier
- LastName
`character` — Athlete's last name
- FirstName
`character` — Athlete's first name
- Exercise
`character` — Name of the exercise performed
- Reps
`integer` — Number of repetitions tracked
- PeakVelocity
`numeric` — Peak bar velocity (m/s)
Details
If you don’t specify the date, the current date will be used.(These results do not include lifts that were entered through Paperless. For Paperless results, use EF_GetAllSets with includePaperless set.)
