DEPRECATED - This method will be removed in Akeeba Backup 7.1
Returns a list of all the database entities and any exclusion filters applied to each one of them. Typically used to render a GUI for setting database filters. Available since API version 340.
All fields are MANDATORY.
Integer. The profile ID you want to list.
string. The UUID of the database root, default [SITEDB] (the main site database definition). See getDBRoots
An array of JSON objects is returned. Each object has the following keys:
The name of the database table, view, function, trigger or procedure on which the filter is applied.
The filter type. tabledata
for content
exclusion (only the definition is backed up),
tables
for skipping both the definition and the
data.