POST api/TrackerService/GetCompetitionResultsForAthlete
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_GetCompetitionResultsForAthlete| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | Api_GetCompetitionResultsForAthlete |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackerContext": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"InCacheMode": true,
"CacheImagePath": "sample string 4"
},
"Data": {
"ExerciseId": 1,
"AthleteId": 2,
"TeamId": 3,
"EventDate": "2025-11-06T00:58:33.8299294+00:00",
"VelocityPowerType": 5,
"TargetType": 6
}
}
application/xml, text/xml
Sample:
<TrackerContextAndOfApi_GetCompetitionResultsForAthleteJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<Data>
<AthleteId>2</AthleteId>
<EventDate>2025-11-06T00:58:33.8299294+00:00</EventDate>
<ExerciseId>1</ExerciseId>
<TargetType>6</TargetType>
<TeamId>3</TeamId>
<VelocityPowerType>5</VelocityPowerType>
</Data>
<TrackerContext>
<CacheImagePath>sample string 4</CacheImagePath>
<InCacheMode>true</InCacheMode>
<OrganizationTrackerId>sample string 1</OrganizationTrackerId>
<TrackerId>sample string 2</TrackerId>
</TrackerContext>
</TrackerContextAndOfApi_GetCompetitionResultsForAthleteJcLlkay9>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TrackerCompetitionResult| Name | Description | Type | Additional information |
|---|---|---|---|
| AthleteId | integer |
None. |
|
| ExerciseId | integer |
None. |
|
| RecordValue | decimal number |
None. |
|
| CompetitionGroupName | string |
None. |
|
| VelocityPowerType | integer |
None. |
|
| VelocityPowerTargetType | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AthleteId": 1,
"ExerciseId": 2,
"RecordValue": 3.0,
"CompetitionGroupName": "sample string 4",
"VelocityPowerType": 5,
"VelocityPowerTargetType": 6
},
{
"AthleteId": 1,
"ExerciseId": 2,
"RecordValue": 3.0,
"CompetitionGroupName": "sample string 4",
"VelocityPowerType": 5,
"VelocityPowerTargetType": 6
}
]
application/xml, text/xml
Sample:
<ArrayOfTrackerCompetitionResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<TrackerCompetitionResult>
<AthleteId>1</AthleteId>
<CompetitionGroupName>sample string 4</CompetitionGroupName>
<ExerciseId>2</ExerciseId>
<RecordValue>3</RecordValue>
<VelocityPowerTargetType>6</VelocityPowerTargetType>
<VelocityPowerType>5</VelocityPowerType>
</TrackerCompetitionResult>
<TrackerCompetitionResult>
<AthleteId>1</AthleteId>
<CompetitionGroupName>sample string 4</CompetitionGroupName>
<ExerciseId>2</ExerciseId>
<RecordValue>3</RecordValue>
<VelocityPowerTargetType>6</VelocityPowerTargetType>
<VelocityPowerType>5</VelocityPowerType>
</TrackerCompetitionResult>
</ArrayOfTrackerCompetitionResult>