GET utils/loadapp

get need info for us to load the app

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>