put https://example.td.commpeak.com/api/devices
Use the Update device API request if you want to update an existing device from the dialer. You should send the following fields in the body request:
Request Body
extension
(string, optional): The extension of the device.
name
(string, optional): The name of the device.
Response
The response will be an array of devices with the following properties:
id
(string): The unique identifier of the device.
name
(string): The name of the device.
extension
(string): The extension of the device.
password
(string): The password of the device.
created_at
(string): The timestamp of when the device was created.
updated_at
(string): The timestamp of when the device was last updated.
login_user_id
(string): The user ID associated with the device's login.
last_login
(string, null): The timestamp of the device's last login, or null if not available.