Get all app versions for an app
App manager
Get all app versions for an app
Returns all versions for an app.
Authorization:
- Users with the
nx1_app_managerrole can access any app’s versions. - Users with app-specific roles can access only apps they have permission for.
GET
Get all app versions for an app
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
App versions retrieved successfully.
Unique ID of the app version.
ID of the parent app.
Name of the version.
Status of the version: 'active' or 'inactive'.
Username of the creator.
Version creation timestamp.
Username of the last updater.
Timestamp when the version was last updated.

