GET v3/teams/{id}/timeslots/weekview?gameType={gameType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

gameType
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "minTimeSlotsPerWeek": 1,
  "gameTimeSlotsList": [
    {
      "timeSlots": [
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        },
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        },
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        }
      ],
      "day": "sample string 1",
      "gameType": 0
    },
    {
      "timeSlots": [
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        },
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        },
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        }
      ],
      "day": "sample string 1",
      "gameType": 0
    },
    {
      "timeSlots": [
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        },
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        },
        {
          "dayTime": "sample string 1",
          "duration": "sample string 2",
          "timeSlot": "2024-04-24T08:14:59.5676755-05:00",
          "location": "sample string 4",
          "day": "sample string 5",
          "hasAvailableTimeSlot": true,
          "hasUnavailableTimeSlot": true,
          "teamUnavailableTimeIds": "sample string 8"
        }
      ],
      "day": "sample string 1",
      "gameType": 0
    }
  ],
  "numOfAvailableTimeSlots": 2
}

application/xml, text/xml

Sample:
<TeamTimePreferenceWeekOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Team">
  <GameTimeSlotsList>
    <GameTimeSlotsWeekOutVO>
      <Day>sample string 1</Day>
      <GameType>RegularGame</GameType>
      <TimeSlots>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
      </TimeSlots>
    </GameTimeSlotsWeekOutVO>
    <GameTimeSlotsWeekOutVO>
      <Day>sample string 1</Day>
      <GameType>RegularGame</GameType>
      <TimeSlots>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
      </TimeSlots>
    </GameTimeSlotsWeekOutVO>
    <GameTimeSlotsWeekOutVO>
      <Day>sample string 1</Day>
      <GameType>RegularGame</GameType>
      <TimeSlots>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
        <GameTimeSlotWeekOutVO>
          <Day>sample string 5</Day>
          <DayTime>sample string 1</DayTime>
          <Duration>sample string 2</Duration>
          <HasAvailableTimeSlot>true</HasAvailableTimeSlot>
          <HasUnavailableTimeSlot>true</HasUnavailableTimeSlot>
          <Location>sample string 4</Location>
          <TeamUnavailableTimeIds>sample string 8</TeamUnavailableTimeIds>
          <TimeSlot>2024-04-24T08:14:59.5676755-05:00</TimeSlot>
        </GameTimeSlotWeekOutVO>
      </TimeSlots>
    </GameTimeSlotsWeekOutVO>
  </GameTimeSlotsList>
  <MinTimeSlotsPerWeek>1</MinTimeSlotsPerWeek>
  <NumOfAvailableTimeSlots>2</NumOfAvailableTimeSlots>
</TeamTimePreferenceWeekOutVO>