GET api/SystemSetting/GetAppletSetting

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AppletSettingModel
NameDescriptionTypeAdditional information
ShowConstructor

boolean

None.

DriverReserveNew

boolean

None.

DisableDriverReserve

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ShowConstructor": true,
  "DriverReserveNew": true,
  "DisableDriverReserve": true
}