POST api/TrackerService/GetBestResults

Request Information

URI Parameters

None.

Body Parameters

TrackerContextAndOfApi_GetBestesults
NameDescriptionTypeAdditional information
TrackerContext

TrackerContext

None.

Data

Api_GetBestesults

None.

Request Formats

application/json, text/json

Sample:
{
  "TrackerContext": {
    "OrganizationTrackerId": "sample string 1",
    "TrackerId": "sample string 2",
    "InCacheMode": true,
    "CacheImagePath": "sample string 4"
  },
  "Data": {
    "TeamId": 1,
    "AthleteId": 2,
    "VelocityPowerTargetType": 3,
    "VelocityPowerType": 4,
    "ExerciseId": 5
  }
}

application/xml, text/xml

Sample:
<TrackerContextAndOfApi_GetBestesultsJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
  <Data>
    <AthleteId>2</AthleteId>
    <ExerciseId>5</ExerciseId>
    <TeamId>1</TeamId>
    <VelocityPowerTargetType>3</VelocityPowerTargetType>
    <VelocityPowerType>4</VelocityPowerType>
  </Data>
  <TrackerContext>
    <CacheImagePath>sample string 4</CacheImagePath>
    <InCacheMode>true</InCacheMode>
    <OrganizationTrackerId>sample string 1</OrganizationTrackerId>
    <TrackerId>sample string 2</TrackerId>
  </TrackerContext>
</TrackerContextAndOfApi_GetBestesultsJcLlkay9>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BestLastValues
NameDescriptionTypeAdditional 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": "2024-11-21T09:33:31.8839517+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>2024-11-21T09:33:31.8839517+00:00</Date>
  <Load>5</Load>
  <Power>4</Power>
  <Velocity>3</Velocity>
  <WeightUnitType>2</WeightUnitType>
</BestLastValues>