GET v1/systemsettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SystemSettingsResourceName | Description | Type | Additional information |
---|---|---|---|
SystemSettings | SystemSettingsDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "systemSettings": { "autoDatabaseBackupOptOut": true } }
application/xml, text/xml
Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs"> <SystemSettings> <AutoDatabaseBackupOptOut>true</AutoDatabaseBackupOptOut> </SystemSettings> </Resources>