action agco_ats_brands_brands { label: "Gets a list of Brands." description: "No Documentation Found." provider: agco_ats method: GET path: "/api/v2/Brands" encoding: json output: { type: "array" items: { type: "string" } } }