Return system-level email filter file information

This function retrieves a .yaml.gz file that contains system-level filter information.

Important:

When you disable the Receive Mail role, the system disables this function.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/Email/list_system_filter_info
Request samples
uapi --output=jsonpretty \
  --user=username \
  Email \
  list_system_filter_info
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "list_system_filter_info",
  • "module": "Email",
  • "result": {
    • "data": {
      • "filter_info": "filter_info.username.yaml.gz"
      },
    • "errors": null,
    • "messages": null,
    • "metadata": {
      • "transformed": 1
      },
    • "status": 1,
    • "warnings": null
    }
}