deviceGroupResponse Type

deviceGroupResponse is returned for all deviceGroup operations except getList and getListRemote.

deviceGroupResponse always contains the following common elements:

  • authToken
  • resultCount
  • statusCode
  • statusMessage
  • summaryOnly

If resultCount is 1 and statusCode is 2000 (successful), the resultSet element is included after resultCount listing the following device group details:

  • deviceGroupName
  • description
  • groupType
  • enabled
  • devices

If resultCount is 0 and statusCode is not 2000 (successful), an error is returned in statusMessage.