Skip to contents

Get all tracked reps for a team on a specific data

Usage

EF_GetAllTrackedReps3(token, 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 (long)

LastName

`character` — Athlete's last name

FirstName

`character` — Athlete's first name

Exercise

`character` — Name of the exercise performed

SetNumber

`integer` — Set number within the session

RepNumber

`integer` — Repetition number within the set

LoadFactor

`numeric` — Load factor used in the lift

ActualWeight

`numeric` — Actual weight lifted (kg)

AverageVelocity

`numeric` — Average bar velocity (m/s)

PeakVelocity

`numeric` — Peak bar velocity (m/s)

AveragePower

`numeric` — Average power output (W)

PeakPower

`numeric` — Peak power output (W)

ActualRest

`integer` — Rest duration before the lift (seconds)

ReactionTimeInMS

`integer` — Reaction time in milliseconds

Work

`numeric` — Total work performed (Joules)

TrackerClassificationId

`integer` — Internal classification ID

ExerciseId

`integer` — Internal exercise identifier

ExerciseName

`character` — Full name of the exercise

TimeToPeak

`numeric` — Time to reach peak velocity (s)

TargetValue

`numeric` — Target value set for the rep

TargetMetric

`character` — Unit or type of the target metric

Duration

`numeric` — Total duration of the rep (s)

EccentricAvgVelocity

`numeric` — Average eccentric velocity (m/s)

EccentricAvgPower

`numeric` — Average eccentric power (W)

EccentricPeakVelocity

`numeric` — Peak eccentric velocity (m/s)

EccentricPeakPower

`numeric` — Peak eccentric power (W)

EccentricDuration

`numeric` — Duration of eccentric phase (s)

Details

NOTE: This call includes all fields provided in the EF Data Points reports but were not available in EF_GetAllTrackedReps If you don’t specify reportDate, the current date will be used. (These results do not include lifts that were entered through Paperless. For Paperless results, use GetAllSets with includePaperless set.) If you don’t specify reportDate, 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.)