Skip to main content
GET
Get all app versions for an app

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

app_id
string<uuid>
required

Unique ID of the app.

Response

App versions retrieved successfully.

id
string<uuid>
required

Unique ID of the app version.

app_id
string<uuid>
required

ID of the parent app.

version_name
string
required

Name of the version.

status
string
required

Status of the version: 'active' or 'inactive'.

created_by
string | null

Username of the creator.

created_date
any | null

Version creation timestamp.

updated_by
string | null

Username of the last updater.

updated_date
any | null

Timestamp when the version was last updated.