GetSetting

Description

Returns the specified setting value for the specified PaperID.

Parameters

NameValue

paperID

The ID of the iPaper whose setting value should be returned

setting

The name of the setting whose value should be returned. See GetSettingDescriptions for valid setting names

Sample Response

<?xml version="1.0" encoding="utf-8"?>
<result>
  <code><![CDATA[SUCCESS]]></code>
  <message><![CDATA[Setting retrieved.]]></message>
  <data>
    <iconPdf><![CDATA[true]]></iconPdf>
  </data>
</result>

Return Codes

  • SUCCESS

  • ERROR

Last updated