POST api/TrackerService/GetUpdatedAthletesForTeam
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_GetUpdatedAthletesForTeam| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | Api_GetUpdatedAthletesForTeam |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackerContext": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"InCacheMode": true,
"CacheImagePath": "sample string 4"
},
"Data": {
"LastUpdated": "2025-11-08T01:27:02.2458665+00:00",
"TeamId": 2,
"TeamSecondaryId": "sample string 3",
"ClientDate": "2025-11-08T01:27:02.2458665+00:00"
}
}
application/xml, text/xml
Sample:
<TrackerContextAndOfApi_GetUpdatedAthletesForTeamJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<Data>
<ClientDate>2025-11-08T01:27:02.2458665+00:00</ClientDate>
<TeamId>2</TeamId>
<TeamSecondaryId>sample string 3</TeamSecondaryId>
<LastUpdated>2025-11-08T01:27:02.2458665+00:00</LastUpdated>
</Data>
<TrackerContext>
<CacheImagePath>sample string 4</CacheImagePath>
<InCacheMode>true</InCacheMode>
<OrganizationTrackerId>sample string 1</OrganizationTrackerId>
<TrackerId>sample string 2</TrackerId>
</TrackerContext>
</TrackerContextAndOfApi_GetUpdatedAthletesForTeamJcLlkay9>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TrackerAthlete| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SecondaryId | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| TeamId | integer |
None. |
|
| ImageFileName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SecondaryId": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"TeamId": 5,
"ImageFileName": "sample string 6"
},
{
"Id": 1,
"SecondaryId": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"TeamId": 5,
"ImageFileName": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfTrackerAthlete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<TrackerAthlete>
<FirstName>sample string 3</FirstName>
<Id>1</Id>
<ImageFileName>sample string 6</ImageFileName>
<LastName>sample string 4</LastName>
<SecondaryId>sample string 2</SecondaryId>
<TeamId>5</TeamId>
</TrackerAthlete>
<TrackerAthlete>
<FirstName>sample string 3</FirstName>
<Id>1</Id>
<ImageFileName>sample string 6</ImageFileName>
<LastName>sample string 4</LastName>
<SecondaryId>sample string 2</SecondaryId>
<TeamId>5</TeamId>
</TrackerAthlete>
</ArrayOfTrackerAthlete>