Rules
Get all Rules for a specific Account
The ability to get the details of all rules associated with the specified account using the Account ID as a reference. Can filter by a specific type using the type parameter.
get/accounts/{id}/rules
Path parameters
idstring required
Account ID of the rules
Query parameters
pageinteger
Page to fetch (0 indexed)
sizeinteger
Size of Page to fetch
rtypestring
Filter to a specific RuleType
Response
OK
Example response
{
"content": [
{
"id": "R1000001",
"name": "My new rule",
"accountId": "A1000001",
"masterId": "M1000001"
}
]
}