Get the name and unit id for a device. The device is identified by its ID, which is an unique identifier for the device within the system. The ID can be found in the device list.

There should be little need to use this call directly, since all of the data it returns is also included in the GET /api/v1/devices device list action.

Examples

{
  "status" : "success",
  "result" : {
    "name" : "my device",
    "unit_id" : "DEVICE01"
    "name": "John's Device",
    "last_used": "2017-12-12T02:06:57.000Z",
    "last_used_timestamp": "2017-12-12T02:06:57.000Z",
    "platform": "iOS",
    "platform_version": "8.1.2",
    "platform_version_value": 8102,
    "device_model": "iPhone",
    "device_system": "iPhone OS",
    "app_version": "Mobile Data Anywhere 1.1.35/1000"
  }
}