Application Data Type

An application instance defined in the system.

Properties
Name Type Description
appScanState string Application scan state
guid string GUID of the application. Not returned for BlackBerry Dynamics application binaries.
name string Name of the application.
description string Description of the application.
os string OS of the application.
entitlementId string The BlackBerry Dynamics application entitlement ID, or null if this is not a BlackBerry Dynamics application entitlement.
packageId string The application package ID, or null if this a BlackBerry Dynamics application entitlement.
packageIdWindows10 string Application package ID for a Windows 10 BlackBerry Dynamics application. For Windows Phone 8 and other applications, refer to "packageId". For BlackBerry Dynamics application entitlements, refer to "entitlementId".
sourceName string Name of the application source.
storeName string Name of the application store.
securedType string Secured type of the application. The type of devices that the application will get sent to. Possible values: "All Android devices", "BlackBerry Dynamics", "Samsung KNOX Workspace".
vendorName string Vendor of the application.
version string Version of the application.
categories array of string Categories of the application.
reviewMode string Rating and review mode of the application. Possible values: DISABLED, PUBLIC, PRIVATE.
restrictedVersions array of string List of restricted versions for the Dynamics application binary. It should not contain empty string values. Only returned in the response to updating an internal BlackBerry Dynamics application binary.
entitlementVersions array of string The BlackBerry Dynamics application entitlement versions.
packageName string Package name of the application

Example

{
  "appScanState" : "Unverified",
  "guid" : "aa291d31-3b51-4424-a09c-7b127ee398a8",
  "name" : "sampleApplication",
  "description" : "Our sample app.",
  "os" : "BB",
  "entitlementId" : "",
  "packageId" : "company.sample.app",
  "sourceName" : "In Store",
  "storeName" : "BlackBerry World",
  "securedType" : "",
  "vendorName" : "BlackBerry",
  "version" : "1.2.34",
  "reviewMode" : "DISABLED",
  "restrictedVersions" : [ "1.0", "35" ],
  "entitlementVersions" : [ "1.0", "12.1.34" ],
  "packageName" : "company.sample.package.name"
}