Get devices that an employee is currently logged in.

get

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

This operation retrieves devices associated with the employee.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Employee's logged-in devices were successfully retrieved.
Body ()
Root Schema : Devices
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested 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