POST api/TrackerService/GetWorkoutSectionsForTeam

Request Information

URI Parameters

None.

Body Parameters

TrackerContextAndOfApi_GetWorkoutSectionsForTeam
NameDescriptionTypeAdditional information
TrackerContext

TrackerContext

None.

Data

Api_GetWorkoutSectionsForTeam

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": {
    "TeamId": 1,
    "TeamSecondaryId": "sample string 2",
    "IncludeDeleted": true
  }
}

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

Collection of TrackerUIWorkoutSection
NameDescriptionTypeAdditional information
Id

integer

None.

SecondaryId

string

None.

WorkoutSectionId

integer

None.

Name

string

None.

TeamId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "SecondaryId": "sample string 2",
    "WorkoutSectionId": 3,
    "Name": "sample string 4",
    "TeamId": 5
  },
  {
    "Id": 1,
    "SecondaryId": "sample string 2",
    "WorkoutSectionId": 3,
    "Name": "sample string 4",
    "TeamId": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfTrackerUIWorkoutSection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
  <TrackerUIWorkoutSection>
    <Id>1</Id>
    <Name>sample string 4</Name>
    <SecondaryId>sample string 2</SecondaryId>
    <TeamId>5</TeamId>
    <WorkoutSectionId>3</WorkoutSectionId>
  </TrackerUIWorkoutSection>
  <TrackerUIWorkoutSection>
    <Id>1</Id>
    <Name>sample string 4</Name>
    <SecondaryId>sample string 2</SecondaryId>
    <TeamId>5</TeamId>
    <WorkoutSectionId>3</WorkoutSectionId>
  </TrackerUIWorkoutSection>
</ArrayOfTrackerUIWorkoutSection>