action ato_get_classifications_name_prefixes { label: "Retrieve a list of name prefixes" provider: ato method: GET path: "/classifications/name-prefixes" encoding: json output: { type: "array" items: { type: "object" } } }