Controller: General: GetClientSettings
GetClientSettings
Returns a list of settings to be used in clients
Input Parameter | Type | Description |
---|---|---|
os* | String | mswin or macosx |
Brand | String | branding id |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True if success, false if failed |
Settings | String |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=GetClientSettings&os=mswin'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<Settings>
<Setting>
<Name>AutoUpdateUrl</Name>
<Value>https://example.com/downloads?os=mswin</Value>
</Setting>
<Setting>
<Name>RemoteVersionUrl</Name>
<Value>https://example.com/downloads/mswin.version.xml</Value>
</Setting>
<Setting>
<Name>DefaultPipeUrl</Name>
<Value>https://example.com/ctrller/index.php?TaskNavigator::Task=</Value>
</Setting>
<Setting>
<Name>AuthenticationType</Name>
<Value>Password</Value>
</Setting>
<Setting>
<Name>PathSyncMaximumPaths</Name>
<Value>200</Value>
</Setting>
<Setting>
<Name>EnableWorkspaceCreation</Name>
<Value>true</Value>
</Setting>
<Setting>
<Name>EnableAccountCreation</Name>
<Value>true</Value>
</Setting>
<Setting>
<Name>HidePurchase</Name>
<Value>false</Value>
</Setting>
<Setting>
<Name>SecureLogUrl</Name>
<Value>https://example.com/log/dashboardlogs</Value>
</Setting>
<Setting>
<Name>SecureLogSenderUrl</Name>
<Value>https://example.com/log/logsenders</Value>
</Setting>
<Setting>
<Name>ForgotPasswordUrl</Name>
<Value>https://example.com/my/logon/ForgotPassword</Value>
</Setting>
<Setting>
<Name>BuyWorkspaceUrl</Name>
<Value>https://mynomadesk.com?AccountEmail={1}</Value>
</Setting>
<Setting>
<Name>MyNomaDeskUrl</Name>
<Value>https://mynomadesk.com</Value>
</Setting>
<Setting>
<Name>HomePageUrl</Name>
<Value>http://www.nomadesk.com</Value>
</Setting>
<Setting>
<Name>TermsOfServiceURL</Name>
<Value>http://www.nomadesk.com/tos</Value>
</Setting>
<Setting>
<Name>SupportWebsite</Name>
<Value>http://www.nomadesk.com/support</Value>
</Setting>
<Setting>
<Name>SingleAccountMode</Name>
<Value>false</Value>
</Setting>
<Setting>
<Name>WorkspaceCreationDisabledUrl</Name>
<Value>http://support.example.com/workspacecreationdisabled</Value>
</Setting>
<Setting>
<Name>ConflictFAQUrl</Name>
<Value>http://support.example.com/conflicts</Value>
</Setting>
<Setting>
<Name>UnableToMountFAQUrl</Name>
<Value>http://support.example.com/unabletomount</Value>
</Setting>
<Setting>
<Name>LocalFileNameTooLongFAQUrl</Name>
<Value>http://support.example.com/localfilename_too_long</Value>
</Setting>
<Setting>
<Name>ServerDiskQuotaExceededFAQUrl</Name>
<Value>http://support.example.com/quota_exceeded</Value>
</Setting>
<Setting>
<Name>ActionRequiredFAQUrl</Name>
<Value>http://support.example.com/action_required</Value>
</Setting>
<Setting>
<Name>DuplicateFileNamesFAQUrl</Name>
<Value>http://support.example.com/duplicatefilenames</Value>
</Setting>
<Setting>
<Name>DeleteWorkspaceFAQUrl</Name>
<Value>http://support.example.com/delete_fileserver</Value>
</Setting>
<Setting>
<Name>ConfirmEmailAddressFAQUrl</Name>
<Value>http://support.example.com/confirm_emailaddress</Value>
</Setting>
<Setting>
<Name>LocalDiskSpaceWarningFAQUrl</Name>
<Value>http://support.example.com/LocalDiskSpaceWarningFAQ</Value>
</Setting>
<Setting>
<Name>InvalidCharactersFAQUrl</Name>
<Value>http://support.example.com/invalidcharacters</Value>
</Setting>
<Setting>
<Name>PathTooLongFAQUrl</Name>
<Value>http://support.example.com/pathtoolong</Value>
</Setting>
<Setting>
<Name>WhatsNewURL</Name>
<Value>http://support.example.com/whatisnew</Value>
</Setting>
<Setting>
<Name>ActiveDirectoryAddressBookHelpUrl</Name>
<Value>http://support.example.com/activedirectoryaddressbookhelp</Value>
</Setting>
</Settings>
</Response>