Skip to main content

List all transaction rules

GET 

/api/web/v1/transactionrules

Get all transaction rules. Caller requires the CONTEXTRULES:VIEW permission.

Responses

Successful

Schema

  • Array [

  • description stringrequired

    The description of this transaction rule.

    id stringrequired

    The UUID of this transaction rule.

    name stringrequired

    The name of this transaction rule.

  • ]

Loading...