GET api/v2/SystemConfigs/CheckIndividualConfigurationRule?config={config}&key={key}&value={value}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| config | string |
Required |
|
| key | string |
Required |
|
| value | string |
Required |
Response
IndividualRuleConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| IndividualRule | boolean | ||
| IndividualRuleConfig | IndividualRuleConfig | ||
| TypeMessageRule | TypeMessageRule | ||
| Message | string | ||
| ApiAction | Collection of ApiAction |
Response Format
application/json, text/json
Sample:
{
"IndividualRule": true,
"IndividualRuleConfig": 220,
"TypeMessageRule": 1,
"Message": "sample string 2",
"ApiAction": [
{
"Api": "sample string 1",
"SucessAction": true,
"typeAjax": 1
},
{
"Api": "sample string 1",
"SucessAction": true,
"typeAjax": 1
}
]
}
text/html
Sample:
{"IndividualRule":true,"IndividualRuleConfig":220,"TypeMessageRule":1,"Message":"sample string 2","ApiAction":[{"Api":"sample string 1","SucessAction":true,"typeAjax":1},{"Api":"sample string 1","SucessAction":true,"typeAjax":1}]}