GET api/F2UAppVersion?platform={platform}&currentv={currentv}&ctry={ctry}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
platform

string

None.

currentv

string

None.

ctry

string

None.

Body Parameters

None.

Response Information

Resource Description

Version
NameDescriptionTypeAdditional information
PromptMessage

string

None.

UpdateMessage

string

None.

LatestVersion

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PromptMessage": "sample string 1",
  "UpdateMessage": "sample string 2",
  "LatestVersion": "sample string 3"
}

application/xml, text/xml

Sample:
<F2UAppVersionController.Version xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Forever2UWebAPI.Controllers">
  <LatestVersion>sample string 3</LatestVersion>
  <PromptMessage>sample string 1</PromptMessage>
  <UpdateMessage>sample string 2</UpdateMessage>
</F2UAppVersionController.Version>