Applications Versions List

GET {{baseUrl}}/applications/:ApplicationKey/versions/?ChangeLogFilter=&MaximumVersionsToReturn=0

Returns a list of versions of a given application.

Request Params

KeyDatatypeRequiredDescription
ChangeLogFilternullOptional filter. If present, only versions containing this string in the change log will be returned.
MaximumVersionsToReturnnumberThe maximum number of versions to return. The default value is 5.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"Key":"","ApplicationKey":"","Version":"","ChangeLog":"","CreatedOn":"2014-12-31T23:59:59.938Z","InUse":false,"MobileVersions":[{"NativePlatform":"","VersionNumber":"","VersionDescription":""},{"NativePlatform":"","VersionNumber":"","VersionDescription":""}],"PrimaryColor":"","NativeHash":"","ModuleVersions":[{"Key":"","ModuleKey":"","CreatedOn":"2014-12-31T23:59:59.938Z","CreatedBy":"","CreatedByUsername":"","GeneralHash":"","DirectUpgradeFromHash":""},{"Key":"","ModuleKey":"","CreatedOn":"2014-12-31T23:59:59.938Z","CreatedBy":"","CreatedByUsername":"","GeneralHash":"","DirectUpgradeFromHash":""}]},{"Key":"","ApplicationKey":"","Version":"","ChangeLog":"","CreatedOn":"2014-12-31T23:59:59.938Z","InUse":false,"MobileVersions":[{"NativePlatform":"","VersionNumber":"","VersionDescription":""},{"NativePlatform":"","VersionNumber":"","VersionDescription":""}],"PrimaryColor":"","NativeHash":"","ModuleVersions":[{"Key":"","ModuleKey":"","CreatedOn":"2014-12-31T23:59:59.938Z","CreatedBy":"","CreatedByUsername":"","GeneralHash":"","DirectUpgradeFromHash":""},{"Key":"","ModuleKey":"","CreatedOn":"2014-12-31T23:59:59.938Z","CreatedBy":"","CreatedByUsername":"","GeneralHash":"","DirectUpgradeFromHash":""}]}]