POST api/TrackerService/StartWorkout
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfTrackerUISession[]| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | Collection of TrackerUISession |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackerContext": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"InCacheMode": true,
"CacheImagePath": "sample string 4",
"TrackerVersion": "1.20.9483.30519",
"DebuggerAttached": "false",
"MachineName": "wn0sdwk0000W9"
},
"Data": [
{
"Id": 1,
"SecondaryId": "sample string 2",
"SessionInstanceId": 3,
"StrengthCardId": 4,
"AthleteId": 5,
"AthleteSecondaryId": "sample string 6",
"TeamId": 7,
"TeamSecondaryId": "sample string 8",
"StartDate": "2025-12-21T10:07:25.9252054+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-12-21T10:07:25.9252054+00:00",
"CoachNote": "sample string 10",
"AthleteNote": "sample string 11",
"PostWork": "sample string 12",
"PostWorkLabel": "sample string 13",
"Exercises": []
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>