Application groups Data Type

A collection of application groups.

Properties
Name Type Description
applicationGroups array of ApplicationGroup Collection of application groups.

Example

{
  "applicationGroups" : [ {
    "guid" : "6d0c4ddb-10ae-471d-948d-df27868dcf8a",
    "name" : "Productivity applications group",
    "description" : "Apps required by active sales reps"
  }, {
    "guid" : "4e9e07fd-f2f9-4eea-94eb-85524dcecb9e",
    "name" : "Business apps",
    "description" : "App group for Internal marketing department"
  } ]
}