---
title: "Get application with associated versions details."
method: GET
path: "/1/app-information/versions/{appStore}/{appPlatform}/{appName}"
tags: ["App Information"]
---

# Get application with associated versions details.

`GET /1/app-information/versions/{appStore}/{appPlatform}/{appName}`

## Path parameters

- `appStore` string, required
- `appPlatform` string, required
- `appName` string, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadApplication
    - `id` integer, required — Unique identifier of the resource `Application`
    - `name` string, required — Name of the resource `Application`
    - `platform` string, required
    - `store` string, required
    - `api_id` string, required
    - `min_version` string, required
    - `next_version_rate` integer, nullable, required — The percentage of users who will receive the production-next version in advance
    - `published_versions` 087adaadApplicationPublishedVersion[], required — version already published
      - `tag` string, required
      - `tag_updated_at` string, required
      - `version_changelog` string, required
      - `type` string, required
      - `build_version` string, required
      - `build_min_os_version` string, required
      - `checksum` string, required
      - `download_link` string, nullable, required
      - `data` unknown[], required
        - unknown
    - `checksum` string, required
    - `nb_users` integer, nullable, required — number of users, only for kStore application

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
