Applications Versions List
GET {{baseUrl}}/applications/:ApplicationKey/versions/?ChangeLogFilter=&MaximumVersionsToReturn=0
Returns a list of versions of a given application.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ChangeLogFilter | null | Optional filter. If present, only versions containing this string in the change log will be returned. | |
MaximumVersionsToReturn | number | The maximum number of versions to return. The default value is 5. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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":""}]}]