Skip to main content
GET
Get a result

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

wodup-gym
string

Only used by platform integrations
ID of gym to execute on behalf of

Example:

"gym_123abc"

Path Parameters

id
string
required

ID of result to get

Example:

"r_123abc"

Response

Result object

comments
Comment · object[]
required

Comments on this result

description
string | null
required

A short description of the result

details
AmrapResultDetails · object
required

A result's structure, one object shape per result type, discriminated by type. The AccessoryWorkResultDetails and WeightliftingTotalResultDetails members are deprecated and appear only in historical results.

done_at
string<date-time>
required

When the result was done.

id
string
required

Result ID

movements
Movement · object[]
required

Movement objects referenced by this result

perceived_exertion
integer | null
required

From 1-5. 0 means no entry.

prescribed_workout
Workout · object
required

Workout object

Example:
scaling
enum<string>
required

Whether the workout was scaled

Available options:
rx,
rxplus,
scaled,
modified
status
enum<string>
required

Has the result been completed

Available options:
completed,
cap,
dnf,
dns
type
enum<string>
required

Result type. AccessoryWorkResult and WeightliftingTotalResult are deprecated legacy types returned only for historical results.

Available options:
AmrapResult,
CardioResult,
CardioIntervalsResult,
DeathByResult,
EmomResult,
FgbResult,
ForTimeResult,
FranStyleResult,
GenericResult,
MaxRepsResult,
RoundsForTimeResult,
StrengthResult,
TabataResult,
TwelveDaysResult,
WarmUpResult,
AccessoryWorkResult,
WeightliftingTotalResult
notes
string | null

Athlete notes

scaled_workout
Workout · object | null

Workout object

Example:
wod_component_id
string | null

WOD Component ID if this result belongs to a WOD