GET
/
v1
/
rules
/
{rule-id}
/
parameters
[
  {
    "ruleType": "DECLINE",
    "entity": {
      "id": "<string>",
      "type": "CARD"
    }
  }
]

Path Parameters

rule-id
string<biginteger>
required

Query Parameters

entity-id
string
required

The unique identifier of the entity to which the rule or parameter should be associated. This can be either a card ID or a hierarchy group ID.

entity-type
enum<string>
required
Available options:
CARD,
CARD_HIERARCHY_GROUP
ruleset-type
enum<string>
default:STANDARD

STANDARD

STIP

Available options:
STANDARD,
STIP
auditUser
string
required

The audit user to log the request

Response

200
application/json

Get parameters success response

The response is of type object[].