GET api/Settings/GetSettings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfSettings
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Settings

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": {
    "ShowWithoutLogin": true,
    "TwoFactorAuthentication": true
  },
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}