POST v3/utils/loadapp

get need info for us to load the app

Request Information

Parameters

NameDescriptionAdditional information
inVO
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "curUserId": "sample string 1",
  "isSSO": true,
  "requestHost": "sample string 3",
  "applicationPath": "sample string 4",
  "secureApplicationPath": "sample string 5",
  "absoluteApplicationPath": "sample string 6",
  "isHttps": true,
  "isMobileDevice": true,
  "isFullEmbed": true,
  "clientType": 0,
  "clientVersion": "sample string 10",
  "clientOS": "sample string 11",
  "clientBuild": "sample string 12",
  "premiumAppId": "sample string 13",
  "clientWidth": 14,
  "clientHeight": 15,
  "timezone": 16
}

application/xml, text/xml

Sample:
<BaseInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">
  <ClientHeight>15</ClientHeight>
  <ClientType>Site</ClientType>
  <ClientWidth>14</ClientWidth>
  <absoluteApplicationPath>sample string 6</absoluteApplicationPath>
  <applicationPath>sample string 4</applicationPath>
  <cachedKey>sample string 1</cachedKey>
  <clientBuild>sample string 12</clientBuild>
  <clientOS>sample string 11</clientOS>
  <clientVersion>sample string 10</clientVersion>
  <curUserId>sample string 1</curUserId>
  <isFullEmbed>true</isFullEmbed>
  <isHttps>true</isHttps>
  <isMobileDevice>true</isMobileDevice>
  <isSSO>true</isSSO>
  <premiumAppId>sample string 13</premiumAppId>
  <requestHost>sample string 3</requestHost>
  <secureApplicationPath>sample string 5</secureApplicationPath>
  <timezone>16</timezone>
</BaseInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "siteBase": "sample string 1",
  "twitterConsumerKey": "sample string 2",
  "facebookClientId": "sample string 3",
  "appAdsType": "sample string 4",
  "showVideoAdsInApp": true,
  "appAdsRefreshInterval": 6,
  "isAppUnderReview": true,
  "appEnableStickyAds": true,
  "appName": "sample string 9",
  "imagiiDisabled": true,
  "isWhiteBackground": true
}

application/xml, text/xml

Sample:
<LoadAppOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
  <AppAdsRefreshInterval>6</AppAdsRefreshInterval>
  <AppAdsType>sample string 4</AppAdsType>
  <AppEnableStickyAds>true</AppEnableStickyAds>
  <AppName>sample string 9</AppName>
  <FacebookClientId>sample string 3</FacebookClientId>
  <ImagiiDisabled>true</ImagiiDisabled>
  <IsAppUnderReview>true</IsAppUnderReview>
  <IsWhiteBackground>true</IsWhiteBackground>
  <ShowVideoAdsInApp>true</ShowVideoAdsInApp>
  <SiteBase>sample string 1</SiteBase>
  <TwitterConsumerKey>sample string 2</TwitterConsumerKey>
</LoadAppOutVO>