Skip to content

Latest commit

 

History

History
58 lines (55 loc) · 4.56 KB

DetailedActivity.md

File metadata and controls

58 lines (55 loc) · 4.56 KB

Strava.NET.Model.DetailedActivity

Properties

Name Type Description Notes
Id long? The unique identifier of the activity [optional]
ExternalId string The identifier provided at upload time [optional]
UploadId long? The identifier of the upload that resulted in this activity [optional]
Athlete MetaAthlete [optional]
Name string The name of the activity [optional]
Distance float? The activity's distance, in meters [optional]
MovingTime int? The activity's moving time, in seconds [optional]
ElapsedTime int? The activity's elapsed time, in seconds [optional]
TotalElevationGain float? The activity's total elevation gain. [optional]
ElevHigh float? The activity's highest elevation, in meters [optional]
ElevLow float? The activity's lowest elevation, in meters [optional]
Type ActivityType [optional]
StartDate DateTime? The time at which the activity was started. [optional]
StartDateLocal DateTime? The time at which the activity was started in the local timezone. [optional]
Timezone string The timezone of the activity [optional]
StartLatlng LatLng [optional]
EndLatlng LatLng [optional]
AchievementCount int? The number of achievements gained during this activity [optional]
KudosCount int? The number of kudos given for this activity [optional]
CommentCount int? The number of comments for this activity [optional]
AthleteCount int? The number of athletes for taking part in a group activity [optional]
PhotoCount int? The number of Instagram photos for this activity [optional]
TotalPhotoCount int? The number of Instagram and Strava photos for this activity [optional]
Map PolylineMap [optional]
Trainer bool? Whether this activity was recorded on a training machine [optional]
Commute bool? Whether this activity is a commute [optional]
Manual bool? Whether this activity was created manually [optional]
_Private bool? Whether this activity is private [optional]
Flagged bool? Whether this activity is flagged [optional]
WorkoutType int? The activity's workout type [optional]
AverageSpeed float? The activity's average speed, in meters per second [optional]
MaxSpeed float? The activity's max speed, in meters per second [optional]
HasKudoed bool? Whether the logged-in athlete has kudoed this activity [optional]
GearId string The id of the gear for the activity [optional]
Kilojoules float? The total work done in kilojoules during this activity. Rides only [optional]
AverageWatts float? Average power output in watts during this activity. Rides only [optional]
DeviceWatts bool? Whether the watts are from a power meter, false if estimated [optional]
MaxWatts int? Rides with power meter data only [optional]
WeightedAverageWatts int? Similar to Normalized Power. Rides with power meter data only [optional]
Description string The description of the activity [optional]
Photos PhotosSummary [optional]
Gear SummaryGear [optional]
Calories float? The number of kilocalories consumed during this activity [optional]
SegmentEfforts List<DetailedSegmentEffort> [optional]
DeviceName string The name of the device used to record the activity [optional]
EmbedToken string The token used to embed a Strava activity [optional]
SplitsMetric List<Split> The splits of this activity in metric units (for runs) [optional]
SplitsStandard List<Split> The splits of this activity in imperial units (for runs) [optional]
Laps List<Lap> [optional]
BestEfforts List<DetailedSegmentEffort> [optional]

[Back to Model list] [Back to API list] [Back to README]