AppVersionApi¶
All URIs are relative to http://localhost:8080/api
| Method | HTTP request | Description |
|---|---|---|
| getAppVersion | GET /app/version/get | Get App Version |
getAppVersion¶
GetAppVersionResponse getAppVersion(platform, version)
Get App Version
- Get last resource version hash and check server is alive - WARN: THIS ENDPOINT MUST NOT BE ENCRYPTED
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| platform | Integer | Platform (1: iOS / 2:Android) | [optional] [default to 1] [enum: 1, 2] |
| version | String | Application version (3.2.17) | [optional] [default to null] |
Return type¶
Authorization¶
No authorization required
HTTP request headers¶
- Content-Type: Not defined
- Accept: application/json