Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
Only used by platform integrations
ID of gym to execute on behalf of
Path Parameters
ID of result to get
Response
200 - application/json
Result object
Comments on this result
A short description of the result
TBD
When the result was done.
Result ID
Movement objects referenced by this result
From 1-5. 0 means no entry.
Workout object
Example:
{
"description": "Back Squat 5 reps",
"details": {
"movements": [
{
"id": "mv_fT0m3viH",
"load": null,
"reps": "5"
}
],
"rest": { "type": "as_needed" },
"type": "Strength"
},
"movements": [
{
"complex_details": null,
"description": null,
"has_calories": false,
"has_distance": false,
"has_duration": false,
"has_height": false,
"has_load": true,
"has_power": false,
"has_reps": true,
"id": "mv_fT0m3viH",
"name": "Back Squat",
"source": "wodup",
"video": { "id": "dQw4w9WgXcQ", "service": "youtube" }
}
],
"name": null,
"type": "Strength"
}
Whether the workout was scaled
Available options:
rx
, rxplus
, scaled
, modified
Has the result been completed
Available options:
completed
, cap
, dnf
, dns
Result type
Available options:
AmrapResult
, CardioResult
, CardioIntervalsResult
, DeathByResult
, EmomResult
, FgbResult
, ForTimeResult
, FranStyleResult
, GenericResult
, MaxRepsResult
, RoundsForTimeResult
, StrengthResult
, TabataResult
, TwelveDaysResult
, WarmUpResult
Athlete notes
Workout object
Example:
{
"description": "Back Squat 5 reps",
"details": {
"movements": [
{
"id": "mv_fT0m3viH",
"load": null,
"reps": "5"
}
],
"rest": { "type": "as_needed" },
"type": "Strength"
},
"movements": [
{
"complex_details": null,
"description": null,
"has_calories": false,
"has_distance": false,
"has_duration": false,
"has_height": false,
"has_load": true,
"has_power": false,
"has_reps": true,
"id": "mv_fT0m3viH",
"name": "Back Squat",
"source": "wodup",
"video": { "id": "dQw4w9WgXcQ", "service": "youtube" }
}
],
"name": null,
"type": "Strength"
}
WOD Component ID if this result belongs to a WOD