GET
/
v1
/
rules
/
{rule-id}
/
parameters
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/spend-control/v1/rules/{rule-id}/parameters
[
  {
    "ruleType": "DECLINE",
    "entity": {
      "id": "<string>",
      "type": "CARD"
    }
  }
]

Path Parameters

rule-id
string
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[].