POST api/TrackerService/GetExercisesForTeam
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfInt64Name | Description | Type | Additional information |
---|---|---|---|
TrackerContext | TrackerContext |
None. |
|
Data | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TrackerContext": { "OrganizationTrackerId": "sample string 1", "TrackerId": "sample string 2", "InCacheMode": true, "CacheImagePath": "sample string 4" }, "Data": 1 }
application/xml, text/xml
Sample:
<TrackerContextAndOflong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker"> <Data>1</Data> <TrackerContext> <CacheImagePath>sample string 4</CacheImagePath> <InCacheMode>true</InCacheMode> <OrganizationTrackerId>sample string 1</OrganizationTrackerId> <TrackerId>sample string 2</TrackerId> </TrackerContext> </TrackerContextAndOflong>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TrackerTeamExerciseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SecondaryId | string |
None. |
|
ExerciseId | integer |
None. |
|
TrackerLiftType | integer |
None. |
|
Name | string |
None. |
|
TeamId | integer |
None. |
|
ShowDynamicResults | boolean |
None. |
|
ShowEccentricPhaseMetrics | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "SecondaryId": "sample string 2", "ExerciseId": 3, "TrackerLiftType": 4, "Name": "sample string 5", "TeamId": 6, "ShowDynamicResults": true, "ShowEccentricPhaseMetrics": true }, { "Id": 1, "SecondaryId": "sample string 2", "ExerciseId": 3, "TrackerLiftType": 4, "Name": "sample string 5", "TeamId": 6, "ShowDynamicResults": true, "ShowEccentricPhaseMetrics": true } ]
application/xml, text/xml
Sample:
<ArrayOfTrackerTeamExercise xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker"> <TrackerTeamExercise> <ExerciseId>3</ExerciseId> <Id>1</Id> <Name>sample string 5</Name> <SecondaryId>sample string 2</SecondaryId> <ShowDynamicResults>true</ShowDynamicResults> <ShowEccentricPhaseMetrics>true</ShowEccentricPhaseMetrics> <TeamId>6</TeamId> <TrackerLiftType>4</TrackerLiftType> </TrackerTeamExercise> <TrackerTeamExercise> <ExerciseId>3</ExerciseId> <Id>1</Id> <Name>sample string 5</Name> <SecondaryId>sample string 2</SecondaryId> <ShowDynamicResults>true</ShowDynamicResults> <ShowEccentricPhaseMetrics>true</ShowEccentricPhaseMetrics> <TeamId>6</TeamId> <TrackerLiftType>4</TrackerLiftType> </TrackerTeamExercise> </ArrayOfTrackerTeamExercise>