Skip to main content

Get Rule Set


ApiScope: manage.rules.read
API Scope Level: ServiceSubscriberScope
Request Body required
    ruleSetId string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    rules object[]
  • Array [
  • id string
    name string
    rule string
    order int32
    active boolean
  • ]
Loading...