GET api/SystemStatus/GetCustomRules/{Category}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Category

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomRule
NameDescriptionTypeAdditional information
RuleKey

string

None.

RuleValue

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "$type": "WebPortalRTFAPI.Models.CustomRule, WebPortalRTFAPI",
    "RuleKey": "sample string 1",
    "RuleValue": "sample string 2"
  },
  {
    "$ref": "2"
  }
]