GET v3/views/mobile/games/default/{view}?id={id}&gameType={gameType}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
view
No documentation available.

Define this parameter in the request URI.

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:
{
  "gameInfo": {
    "gameId": 1,
    "gameType": 0,
    "teamHome": {
      "id": "sample string 1",
      "objType": 0,
      "name": "sample string 2",
      "logo": "sample string 3"
    },
    "teamAway": {
      "id": "sample string 1",
      "objType": 0,
      "name": "sample string 2",
      "logo": "sample string 3"
    },
    "team1Result": "sample string 2",
    "team2Result": "sample string 3",
    "startDate": {
      "dateTime": "2024-04-25T12:24:14.8204115-05:00",
      "date": "sample string 2",
      "time": "sample string 3",
      "resultText": "sample string 4"
    },
    "endDate": {
      "dateTime": "2024-04-25T12:24:14.8204115-05:00",
      "date": "sample string 2",
      "time": "sample string 3",
      "resultText": "sample string 4"
    },
    "isUpcomingGame": true,
    "schoolId": "sample string 5",
    "leagueId": "sample string 6",
    "team1Support": 7,
    "team2Support": 8,
    "rsvpNote": "sample string 9",
    "belongTeamId": "sample string 10",
    "gameStatus": 11,
    "showGameChatBox": true
  },
  "isSportAdmin": true,
  "isOfficialCanEdit": true,
  "view": "sample string 3",
  "viewModel": {},
  "canInputStats": true,
  "useJerseyNumbers": true,
  "enableSwipeCard": true,
  "enableActivityFeed": true
}

application/xml, text/xml

Sample:
<DefaultVMOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Web.API.Models.Output.V3.Views.Mobile.Game">
  <CanInputStats>true</CanInputStats>
  <EnableActivityFeed>true</EnableActivityFeed>
  <EnableSwipeCard>true</EnableSwipeCard>
  <GameInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Game">
    <d2p1:BelongTeamId>sample string 10</d2p1:BelongTeamId>
    <d2p1:EndDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
      <d3p1:Date>sample string 2</d3p1:Date>
      <d3p1:DateTime>2024-04-25T12:24:14.8204115-05:00</d3p1:DateTime>
      <d3p1:ResultText>sample string 4</d3p1:ResultText>
      <d3p1:Time>sample string 3</d3p1:Time>
    </d2p1:EndDate>
    <d2p1:GameId>1</d2p1:GameId>
    <d2p1:GameStatus>11</d2p1:GameStatus>
    <d2p1:GameType>RegularGame</d2p1:GameType>
    <d2p1:IsUpcomingGame>true</d2p1:IsUpcomingGame>
    <d2p1:LeagueId>sample string 6</d2p1:LeagueId>
    <d2p1:RSVPNote>sample string 9</d2p1:RSVPNote>
    <d2p1:SchoolId>sample string 5</d2p1:SchoolId>
    <d2p1:ShowGameChatBox>true</d2p1:ShowGameChatBox>
    <d2p1:StartDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
      <d3p1:Date>sample string 2</d3p1:Date>
      <d3p1:DateTime>2024-04-25T12:24:14.8204115-05:00</d3p1:DateTime>
      <d3p1:ResultText>sample string 4</d3p1:ResultText>
      <d3p1:Time>sample string 3</d3p1:Time>
    </d2p1:StartDate>
    <d2p1:Team1Result>sample string 2</d2p1:Team1Result>
    <d2p1:Team1Support>7</d2p1:Team1Support>
    <d2p1:Team2Result>sample string 3</d2p1:Team2Result>
    <d2p1:Team2Support>8</d2p1:Team2Support>
    <d2p1:TeamAway xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
      <d3p1:id>sample string 1</d3p1:id>
      <d3p1:logo>sample string 3</d3p1:logo>
      <d3p1:name>sample string 2</d3p1:name>
      <d3p1:objType>Member</d3p1:objType>
    </d2p1:TeamAway>
    <d2p1:TeamHome xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
      <d3p1:id>sample string 1</d3p1:id>
      <d3p1:logo>sample string 3</d3p1:logo>
      <d3p1:name>sample string 2</d3p1:name>
      <d3p1:objType>Member</d3p1:objType>
    </d2p1:TeamHome>
  </GameInfo>
  <IsOfficialCanEdit>true</IsOfficialCanEdit>
  <IsSportAdmin>true</IsSportAdmin>
  <UseJerseyNumbers>true</UseJerseyNumbers>
  <View>sample string 3</View>
  <ViewModel />
</DefaultVMOutVO>