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 [

  • objectstring
    Example: Account
    objectAttributestring
    Example: Assign
    objectTypestring
    Example: Active Directory
    organizationstring
    Example:
  • ]

  • birthrightboolean
    Example: true

    conditions

    object[]

  • Array [

  • attributestring
    Example: employeeType
    closeBracketstring
    Example:
    conditionstring
    Example: EQUAL
    conditionTypestring
    Example: Basic
    nextConditionstring
    Example: AND
    objectstring
    Example: Users
    objectValuestring
    Example: Partner
    openBracketstring
    Example:
  • ]

  • detectiveboolean
    Example: false
    ownersundefined[]
    Example: []
    removeBirthrightAccessboolean
    Example: false
    ruleDescriptionstring
    Example:
    ruleIdnumber
    Example: 2
    ruleNamestring
    Example: Create AD account (external)
    ruleTypenumber
    Example: 1
    statusstring
    Example: INACTIVE
  • ]

  • page

    object

    countnumber
    Example: 84
    limitnumber
    Example: 100
    nextstring
    Example: https://qe-eictrunk-aws.saviyntcloud.com/ECM/api/v5/getTechnicalRules?offset=1&limit=100
    offsetnumber
    Example: 0
    prevstring
    Example:
    totalnumber
    Example: 84