DEPRECATED - This method will be removed in Akeeba Backup 7.1
Returns the regular expression database exclusion filters for the backup profile. Available since API version 340.
All fields are MANDATORY.
Integer. The profile ID you want to list.
String. The database root to get filters for (default: [SITEDB])
An array of JSON objects is returned. Each object has the following keys:
String. Filter type. One of regextables (exclude an entire table / view / function / trigger / procedure from the backup) or regextabledata (exclude the contents of the table, not its structure).
String. The filter's regular expression.