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