POST api/TrackerService/GetUpdatedAthletesForTeam
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_GetUpdatedAthletesForTeamName | 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": "2024-11-21T09:34:38.6306264+00:00", "TeamId": 2, "ClientDate": "2024-11-21T09:34:38.6306264+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>2024-11-21T09:34:38.6306264+00:00</ClientDate> <TeamId>2</TeamId> <LastUpdated>2024-11-21T09:34:38.6306264+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 TrackerAthleteName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
TeamId | integer |
None. |
|
ImageFileName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "FirstName": "sample string 2", "LastName": "sample string 3", "TeamId": 4, "ImageFileName": "sample string 5" }, { "Id": 1, "FirstName": "sample string 2", "LastName": "sample string 3", "TeamId": 4, "ImageFileName": "sample string 5" } ]
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 2</FirstName> <Id>1</Id> <ImageFileName>sample string 5</ImageFileName> <LastName>sample string 3</LastName> <TeamId>4</TeamId> </TrackerAthlete> <TrackerAthlete> <FirstName>sample string 2</FirstName> <Id>1</Id> <ImageFileName>sample string 5</ImageFileName> <LastName>sample string 3</LastName> <TeamId>4</TeamId> </TrackerAthlete> </ArrayOfTrackerAthlete>