Skip to main content

Internal version object with comprehensive release and administrative details

_id
string

Unique identifier for the version.

organizationId
string

Unique ID from the organization indicating specific version data for a particular organization. And if its value is null, then the version data applies to the general or all organizations.

platform
string

This is the platform option to choose which platform gets the version update Android, IOS, Web, Web-mileapp.

versionNumber
integer

Integer increment value for ex: 1 , 2 & up to infinity.

versionName
string

Required string but same as versionNumber this is increment with format (Major, Minor, Patches).

versionData
integer

The integer increment value based on the versionNumber to indicate that the data version has been updated.

releaseTime
string<date-time>

Time indicating when the feature was released.

categoryUpdate
string

flexible for update categories with low urgency & immediate for update categories with high urgency, effects on mobile will appear notifications must update the application

docUrl
string

This is to input the release notes document url, currently the Click Up Document link.

changeLog
string

This is the log record of any changes ,use separator for point with ; .

tags
object[]

Select multiple tags enumeration : major update, minor update, new feature, feature improvement, bug fix, web, api , android , ios

failedCode
enum<string>

App Version Module business failedCode that indicate specific failure conditions or business rule violations during app version module operations. These codes help identify the failed operation of app version-related and provide standardized failure identification across the system.

Possible values:

  • versn-032: Invalid state/condition - App version state invalid
  • versn-033: App version not found - App version does not exist
  • versn-035: Access forbidden - User lacks app version permission
  • versn-036: App version creation failed - Failed to create app version
  • versn-037: App version update failed - Failed to update app version
  • versn-038: App version delete failed - Failed to delete app version
  • versn-039: Invalid mail template - Mail template invalid
  • versn-044: App version read operation failed - Failed to read app version
  • versn-045: Server failure - Internal server failure
Available options:
versn-032,
versn-033,
versn-035,
versn-036,
versn-037,
versn-038,
versn-039,
versn-044,
versn-045