v1

latestOpenAPI 3.0.02026-07-175152156.1 KB
AppVersion

Fetches all versions of an application

get/app/{appId}/versions

Path parameters

appIdnumber required

ID of the target application

Response

Successful operation

_idstring required

Document ID

updatedAtstring date-time required

Timestamp when this was last modified

createdAtstring date-time required

Timestamp when this was created

appIdnumber required

Application ID

versionnumber required

App Version number

isDeletedboolean

Whether or not this AppVersion is deleted

Example response

[
  {
    "appId": 12312345,
    "version": 1
  }
]