POST api/TrackerService/GetLastResults
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_GetLastResults| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | Api_GetLastResults |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackerContext": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"InCacheMode": true,
"CacheImagePath": "sample string 4",
"TrackerVersion": "1.20.9483.30519",
"DebuggerAttached": "false",
"MachineName": "wn0sdwk0000W9"
},
"Data": {
"TeamId": 1,
"AthleteId": 2,
"VelocityPowerTargetType": 3,
"VelocityPowerType": 4,
"ExerciseId": 5
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BestLastValues| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| WeightUnitType | integer |
None. |
|
| Velocity | decimal number |
None. |
|
| Power | decimal number |
None. |
|
| Load | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Date": "2025-12-21T10:07:30.3495722+00:00",
"WeightUnitType": 2,
"Velocity": 3.0,
"Power": 4.0,
"Load": 5.0
}
application/xml, text/xml
Sample:
<BestLastValues xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker"> <Date>2025-12-21T10:07:30.3495722+00:00</Date> <Load>5</Load> <Power>4</Power> <Velocity>3</Velocity> <WeightUnitType>2</WeightUnitType> </BestLastValues>