Applications Data Type

A collection of applications.

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

Example

{
  "applications" : [ {
    "guid" : "aa291d31-3b51-4424-a09c-7b127ee398a8",
    "name" : "sampleApplication",
    "os" : "ios",
    "sourceName" : "In Store",
    "storeName" : "iTunes",
    "securedType" : "BlackBerry Dynamics",
    "vendorName" : "BlackBerry Limited",
    "version" : "1.2.34"
  }, {
    "guid" : "841e0146-07d5-4963-947c-dcabe7293806",
    "name" : "anotherApplication",
    "os" : "android",
    "sourceName" : "Hosted",
    "storeName" : "Google Play",
    "securedType" : "Samsung KNOX Workspace",
    "vendorName" : "BlackBerry Limited",
    "version" : "5.6.78"
  } ]
}