AMFSessionServiceForMobile
CheckClientFreshness
POST
https://moviestarplanet.com/Gateway.aspx?method=CheckClientFreshness
Full endpoint: MovieStarPlanet.WebService.Session.AMFSessionServiceForMobile.CheckClientFreshness
Argument count: 3
Return type: ClientFreshnessStatus
Request Body
clientVersion
string
Client Version
store
int
Store
appSettingsVersion
string
App Settings Version
{
"Target": "/1/onResult",
"Response": "",
"Content": "Not implemented"
}
GetAppSettings
POST
https://moviestarplanet.com/Gateway.aspx?method=GetAppSettings
Full endpoint: MovieStarPlanet.WebService.Session.AMFSessionServiceForMobile.GetAppSettings
Argument count: 2
Return type: List<appData>
Request Body
ticket
TicketHeader
Ticket
settings
string[]
Settings
{
"Target": "/1/onResult",
"Response": "",
"Content": "Not implemented"
}
GetLevelThresholds
POST
https://moviestarplanet.com/Gateway.aspx?method=GetLevelThresholds
Full endpoint: MovieStarPlanet.WebService.Session.AMFSessionServiceForMobile.GetLevelThresholds
Argument count: 0
Return type: ServiceResultData<Dictionary<int, long>>
{
"Target": "/1/onResult",
"Response": "",
"Content": "Not implemented"
}
Last updated