Get logged-in device of an employee.

get

/connectedWorker/clientapi/v2/employees/{employeeId}/loggedInDevices/{deviceId}

This operation retrieves device that is associated with an employee.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Logged-in device was successfully retrieved.
Body ()
Root Schema : Discriminator: type
Type: object
Show Source
  • Id of the device. The device must be activated and must support device model(s) associated with CW app.
    Example: 21E15228-0C54-47E6-AC7F-41A0A8F8D10E
  • Id of the device. The device must be activated and must support device model(s) associated with CW app.Deprecated. Use deviceId property.
    Example: 21E15228-0C54-47E6-AC7F-41A0A8F8D10E
  • links
  • Read Only: true
    Flag to indicating whether the device is smart or not
    Example: true
  • Allowed Values: [ "SMART", "TRACKING", "SENSOR", "SMART, TRACKING, SENSOR" ]
    Type associated with the device
    Example: SMART
Back to Top