v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
SpamAssassin
Spam Management

Return SpamAssassin™ symbolic test scores

This function lists the Apache SpamAssassin™ scores for each symbolic test.

get/SpamAssassin/get_symbolic_test_names

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

{"stackTrail":"paths:/SpamAssassin/get_symbolic_test_names:get:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}
funcstring

The name of the method called.

{"stackTrail":"paths:/SpamAssassin/get_symbolic_test_names:get:responses:200:content:application/json:schema:properties:messages","oasType":"schema","type":"unknown"}
modulestring

The name of the module called.

{"stackTrail":"paths:/SpamAssassin/get_symbolic_test_names:get:responses:200:content:application/json:schema:properties:status","oasType":"schema","type":"unknown"}

Example response

{
  "apiversion": 3,
  "func": "get_symbolic_test_names",
  "module": "SpamAssassin",
  "result": {
    "data": [
      {
        "key": "ACT_NOW_ALL_CAPS",
        "rule_type": "body_tests"
      }
    ],
    "status": 1
  }
}