Skip to main content

Fetch Technical Rules

GET 

/rules/technical

Starting with Release v23.11, you can use the REST API to fetch all the technical rules from the target system. Additionally, you can also perform the following actions:

  • Use the ruleId parameter to fetch a specific technical rule. The response displays details such as rule ID, rule name, description, and other attributes.
  • Filter the rules based on status and rulename.

The Authorization must have Bearer followed by Token. Mandatory param: ruleId Optional param: Offset - Specify the pagination.

Request

Query Parameters

    offset string
    limit string
    rulename string

Responses

Fetching technical rules / fetching technical rules with offset and limit / Filter Technical Rules based on rulename / Filter Technical Rules based on Status

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Content-Security-Policy

    string

  • Date

    string

  • Expires

    string

  • Permissions-Policy

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

Schema

    data

    object[]

  • Array [

  • actions

    object[]

  • Array [

  • object string
    objectAttribute string
    objectType string
    organization string
  • ]

  • birthright boolean

    conditions

    object[]

  • Array [

  • attribute string
    closeBracket string
    condition string
    conditionType string
    nextCondition string
    object string
    objectValue string
    openBracket string
  • ]

  • detective boolean
    owners undefined[]
    removeBirthrightAccess boolean
    ruleDescription string
    ruleId number
    ruleName string
    ruleType number
    status string
  • ]

  • page

    object

    count number
    limit number
    next string
    offset number
    prev string
    total number
Loading...