GET System/Version

Creates a new Task

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VersionInfoModel
NameDescriptionTypeAdditional information
CurrentAPIVersion

string

None.

MinAppVersion

string

None.

CurrentAppVersion

string

None.

AppHomepage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CurrentAPIVersion": "1.0.0.0",
  "MinAppVersion": "1.0",
  "CurrentAppVersion": "1.0",
  "AppHomepage": "https://mobileapi.averhealth.com/mobileapp"
}

application/xml, text/xml

Sample:
<VersionInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Avertest.Mobile.API.V1.Models.Task" />