An application instance defined in the system.
| Name | Type | Description |
|---|---|---|
| |
|
|
| |
|
|
| 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 |
| compliancePolicyGuid | string | GUID of the overridden compliance profile. |
| connectivityPolicyGuid | string | GUID of the overridden BlackBerry Dynamics connectivity profile. |
| securityPolicyGuid | string | GUID of the overridden BlackBerry Dynamics profile. |
| hash | string | Hash of the application. |
| canBackup | boolean | If the application can backup. |
Example
{
"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",
"compliancePolicyGuid" : "281b271a-870b-4d29-8da5-0ff9b85e3ab5",
"connectivityPolicyGuid" : "8d2eb467-1932-4939-9c00-05d1c122fed8",
"securityPolicyGuid" : "0bc1a21e-0b36-4b4d-acf9-1df28f058ca5",
"hash" : "8e6c641dd5f8b6577eedc96e1745afa98d4ae0d53c201667fc4d66b8ec282722",
"canBackup" : true
}