Applications Data Type

A collection of applications.

Properties
Name Type Description
applications array of Application Collection of applications.

Example

{
  "applications" : [ {
    "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"
  }, {
    "appScanState" : "Verified safe",
    "guid" : "841e0146-07d5-4963-947c-dcabe7293806",
    "name" : "anotherApplication",
    "description" : "Corporate app.",
    "os" : "android",
    "entitlementId" : "another.app.id",
    "packageId" : "",
    "sourceName" : "Hosted",
    "storeName" : "Google Play",
    "securedType" : "BlackBerry Dynamics",
    "vendorName" : "anotherVendor",
    "version" : "5.6.78",
    "reviewMode" : "PUBLIC",
    "restrictedVersions" : [ "35", "1.0" ],
    "entitlementVersions" : [ "12.1.34", "1.0" ],
    "packageName" : "..."
  } ]
}