POST api/TrackerService/GetUpdatedSessions
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfApi_GetUpdatedSessions| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | Api_GetUpdatedSessions |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackerContext": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"InCacheMode": true,
"CacheImagePath": "sample string 4"
},
"Data": {
"LastUpdate": "2025-11-08T01:27:12.7353324+00:00",
"AthleteIds": [
1,
2
],
"AthleteSecondaryIds": [
"sample string 1",
"sample string 2"
],
"TeamId": 2,
"TeamSecondaryId": "sample string 3",
"SessionDate": "2025-11-08T01:27:12.7353324+00:00",
"BuildingCache": true
}
}
application/xml, text/xml
Sample:
<TrackerContextAndOfApi_GetUpdatedSessionsJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<Data>
<AthleteIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:long>1</d3p1:long>
<d3p1:long>2</d3p1:long>
</AthleteIds>
<AthleteSecondaryIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</AthleteSecondaryIds>
<BuildingCache>true</BuildingCache>
<SessionDate>2025-11-08T01:27:12.7353324+00:00</SessionDate>
<TeamId>2</TeamId>
<TeamSecondaryId>sample string 3</TeamSecondaryId>
<LastUpdate>2025-11-08T01:27:12.7353324+00:00</LastUpdate>
</Data>
<TrackerContext>
<CacheImagePath>sample string 4</CacheImagePath>
<InCacheMode>true</InCacheMode>
<OrganizationTrackerId>sample string 1</OrganizationTrackerId>
<TrackerId>sample string 2</TrackerId>
</TrackerContext>
</TrackerContextAndOfApi_GetUpdatedSessionsJcLlkay9>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TrackerUISession| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SecondaryId | string |
None. |
|
| SessionInstanceId | integer |
None. |
|
| StrengthCardId | integer |
None. |
|
| AthleteId | integer |
None. |
|
| AthleteSecondaryId | string |
None. |
|
| TeamId | integer |
None. |
|
| TeamSecondaryId | string |
None. |
|
| StartDate | date |
None. |
|
| CoachNote | string |
None. |
|
| AthleteNote | string |
None. |
|
| PostWork | string |
None. |
|
| PostWorkLabel | string |
None. |
|
| Exercises | Collection of TrackerUIExercise |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SecondaryId": "sample string 2",
"SessionInstanceId": 3,
"StrengthCardId": 4,
"AthleteId": 5,
"AthleteSecondaryId": "sample string 6",
"TeamId": 7,
"TeamSecondaryId": "sample string 8",
"StartDate": "2025-11-08T01:27:12.7508519+00:00",
"CoachNote": "sample string 10",
"AthleteNote": "sample string 11",
"PostWork": "sample string 12",
"PostWorkLabel": "sample string 13",
"Exercises": []
},
{
"Id": 1,
"SecondaryId": "sample string 2",
"SessionInstanceId": 3,
"StrengthCardId": 4,
"AthleteId": 5,
"AthleteSecondaryId": "sample string 6",
"TeamId": 7,
"TeamSecondaryId": "sample string 8",
"StartDate": "2025-11-08T01:27:12.7508519+00:00",
"CoachNote": "sample string 10",
"AthleteNote": "sample string 11",
"PostWork": "sample string 12",
"PostWorkLabel": "sample string 13",
"Exercises": []
}
]
application/xml, text/xml
Sample:
<ArrayOfTrackerUISession xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<TrackerUISession>
<AthleteId>5</AthleteId>
<AthleteNote>sample string 11</AthleteNote>
<AthleteSecondaryId>sample string 6</AthleteSecondaryId>
<CoachNote>sample string 10</CoachNote>
<Exercises />
<Id>1</Id>
<PostWork>sample string 12</PostWork>
<PostWorkLabel>sample string 13</PostWorkLabel>
<SecondaryId>sample string 2</SecondaryId>
<SessionInstanceId>3</SessionInstanceId>
<StartDate>2025-11-08T01:27:12.7508519+00:00</StartDate>
<StrengthCardId>4</StrengthCardId>
<TeamId>7</TeamId>
<TeamSecondaryId>sample string 8</TeamSecondaryId>
</TrackerUISession>
<TrackerUISession>
<AthleteId>5</AthleteId>
<AthleteNote>sample string 11</AthleteNote>
<AthleteSecondaryId>sample string 6</AthleteSecondaryId>
<CoachNote>sample string 10</CoachNote>
<Exercises />
<Id>1</Id>
<PostWork>sample string 12</PostWork>
<PostWorkLabel>sample string 13</PostWorkLabel>
<SecondaryId>sample string 2</SecondaryId>
<SessionInstanceId>3</SessionInstanceId>
<StartDate>2025-11-08T01:27:12.7508519+00:00</StartDate>
<StrengthCardId>4</StrengthCardId>
<TeamId>7</TeamId>
<TeamSecondaryId>sample string 8</TeamSecondaryId>
</TrackerUISession>
</ArrayOfTrackerUISession>