This operation retrieves details of a specific rule set identified by rule-set-id.
rule-set-id
cURL
curl --request GET \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/spend-control/v1/rule-sets/{rule-set-id}/' \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "operatorType": "ANY", "ruleSetType": "STANDARD", "rules": [ { "name": "<string>", "filterOperatorType": "ANY", "id": "<string>", "ruleType": "DECLINE", "filters": [ { "id": "<string>", "type": "MCC", "reversed": true } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The audit user to log the request
Successful operation
Defines whether all rules should pass or if it's enough for just one rule to pass.
ANY
ALL
STANDARD
STIP
Show child attributes
Was this page helpful?