Rule Sets Endpoints
Get Rule Sets
This operation retrieves a list of all rule sets.
GET
/
v1
/
rule-sets
Query Parameters
auditUser
string
requiredThe audit user to log the request
entity-id
string
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>
Available options:
CARD
, CARD_HIERARCHY_GROUP
Response
200 - application/json
id
string
name
string
operatorType
enum<string>
Defines whether all rules should pass or if it's enough for just one rule to pass.
Available options:
ANY
, ALL
rules
object[]