App Information

Get application with associated versions details.

get/1/app-information/versions/{appStore}/{appPlatform}/{appName}

Path parameters

appStorestring required
appPlatformstring required
appNamestring required

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 414,
    "name": "com.infomaniak.mail",
    "platform": "ios",
    "store": "apple-store",
    "api_id": "com.infomaniak.mail",
    "min_version": "1.0.1",
    "next_version_rate": 50,
    "published_versions": [
      {
        "tag": "1.0.1",
        "type": "production"
      }
    ],
    "checksum": "5d41402abc4b2a76b9719d911017c592"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.