POST v4/views/mobile/leagues/default/{view}

get league tab view info

Request Information

Parameters

NameDescriptionAdditional information
viewInVO
viewInVO

Define this parameter in the request body.

view
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "view": "sample string 1",
  "entityType": "sample string 2",
  "entityId": "sample string 3",
  "curUserId": "sample string 4",
  "isSSO": true,
  "requestHost": "sample string 6",
  "applicationPath": "sample string 7",
  "secureApplicationPath": "sample string 8",
  "absoluteApplicationPath": "sample string 9",
  "isHttps": true,
  "isMobileDevice": true,
  "clientType": 0,
  "clientVersion": "sample string 12",
  "clientOS": "sample string 13",
  "clientBuild": "sample string 14",
  "clientWidth": 15,
  "clientHeight": 16,
  "timezone": 17,
  "pageType": 0
}

application/xml, text/xml

Sample:
<TabViewInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">
  <ClientHeight>16</ClientHeight>
  <ClientType>Site</ClientType>
  <ClientWidth>15</ClientWidth>
  <absoluteApplicationPath>sample string 9</absoluteApplicationPath>
  <applicationPath>sample string 7</applicationPath>
  <cachedKey>sample string 1</cachedKey>
  <clientBuild>sample string 14</clientBuild>
  <clientOS>sample string 13</clientOS>
  <clientVersion>sample string 12</clientVersion>
  <curUserId>sample string 4</curUserId>
  <isHttps>true</isHttps>
  <isMobileDevice>true</isMobileDevice>
  <isSSO>true</isSSO>
  <requestHost>sample string 6</requestHost>
  <secureApplicationPath>sample string 8</secureApplicationPath>
  <timezone>17</timezone>
  <entityId>sample string 3</entityId>
  <entityType>sample string 2</entityType>
  <pageType>FrontPage</pageType>
  <View>sample string 1</View>
</TabViewInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

league tab view info

Response body formats

application/json, text/json

Sample:

Sample not available.