GET api/GetApk
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ApkVersionName | Description | Type | Additional information |
---|---|---|---|
VersionName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "versionName": "sample string 1" }, { "versionName": "sample string 1" } ]
application/xml, text/xml
Sample:
<ArrayOfApkVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Api.Controllers"> <ApkVersion> <VersionName>sample string 1</VersionName> </ApkVersion> <ApkVersion> <VersionName>sample string 1</VersionName> </ApkVersion> </ArrayOfApkVersion>