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,
"weAppOriginalId": "sample string 7",
"weAppMode": 8,
"isAppUnderReview": 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> <FacebookClientId>sample string 3</FacebookClientId> <IsAppUnderReview>true</IsAppUnderReview> <ShowVideoAdsInApp>true</ShowVideoAdsInApp> <SiteBase>sample string 1</SiteBase> <TwitterConsumerKey>sample string 2</TwitterConsumerKey> <WeAppMode>8</WeAppMode> <WeAppOriginalId>sample string 7</WeAppOriginalId> </LoadAppOutVO>