Applications Versions Get
GET {{baseUrl}}/applications/:ApplicationKey/versions/:VersionKey/?IncludeModules=false
Returns the details of a given version of the specified application.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
IncludeModules | boolean | (Required) When set to true, the modules details are also retrieved. The default value is false. |
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":""}]}