ActivityLaps
Lists laps of a specific activity.
Columns
| Name | Type | References | |
| Id [KEY] | Long | ||
| ActivityId | Long |
Activities.Id | |
| AthleteId | Long | ||
| Name | String | ||
| ResourceState | Int |
The allowed values are 1, 2, 3. | |
| StartDate | Datetime | ||
| StartDateLocal | Datetime | ||
| AverageCadence | Decimal | ||
| AverageSpeed | Decimal | ||
| AverageWatts | Decimal | ||
| IsDeviceWatts | Boolean | ||
| Distance | Decimal | ||
| ElapsedTime | Int | ||
| EndIndex | Int | ||
| LapIndex | Int | ||
| MaxSpeed | Decimal | ||
| MovingTime | Int | ||
| Split | Int | ||
| StartIndex | Int | ||
| TotalElevationGain | Decimal |