Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleSample REST/Json Response
 {
  "deviceType": 12,       // deviceType enumeration 
  "otpType": 8,           // OtpType enumeration
  "deviceStatus": 0,      // deviceStatus enumeration  (0 - enabled, 1 - disabled)
  "assigned": 1,          // userAccountStatus enumeration (0 - unassigned 1 - assigned)
  "errorCode": 0,
  "errorMessage": "OK",
  "type": "find_device"
}

...