Support

Documentation

getDBFilters

[Warning]Warning

DEPRECATED - This method will be removed in Akeeba Backup for Joomla 10, Akeeba Backup for WordPress 8, and Akeeba Solo 8. Versions of our software released after September 2023 may no longer include this method even if their major version is below those specified in this message.

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.

Request Data expected

All fields are MANDATORY.

profile

Integer. The profile ID you want to list.

root

string. The UUID of the database root, default [SITEDB] (the main site database definition). See getDBRoots

Response Data returned

An array of JSON objects is returned. Each object has the following keys:

node

The name of the database table, view, function, trigger or procedure on which the filter is applied.

type

The filter type. tabledata for content exclusion (only the definition is backed up), tables for skipping both the definition and the data.