getSettings

getSettings( deviceId : string ) : List of DeviceSetting

The getSettings operation returns a list of the settings for the device identified by deviceId. The settings are returned as a list of type DeviceSetting (see DeviceSetting).

Parameters

Name

Description

Required

deviceId

Type: string

The ID of the device to which the operation applies. The ID of a device can be found on its information page (see Information) or be returned using getDevices.

Yes

Return value

List of type DeviceSetting.

Throws

None.

Next topic

removeClientSignature